- a(ClassTag<T>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- a() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- a(ClassTag<T>) - Static method in class akka.persistence.journal.JournalSpec
-
- a() - Static method in class akka.persistence.journal.JournalSpec
-
- a() - Method in class akka.persistence.PluginSpec
-
- a(ClassTag<T>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- a() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- abbreviate(TimeUnit) - Method in class akka.util.PrettyDuration.PrettyPrintableDuration
-
- abort() - Method in class akka.actor.ActorSystemImpl
-
This kind of shutdown attempts to bring the system down and release its
resources more forcefully than plain shutdown.
- abort() - Method in class akka.io.TcpConnection
-
- abort() - Method in class akka.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() - Static method in class akka.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() - Static method in class akka.io.TcpOutgoingConnection
-
- abort(RoleName, RoleName) - Method in interface akka.remote.testconductor.Conductor
-
Tell the remote support to TCP_RESET the connection to the given remote
peer.
- abort() - Method in class akka.remote.testconductor.Disconnect
-
- abort() - Method in class akka.remote.testconductor.DisconnectMsg
-
- Abort(GraphInterpreterShell) - Constructor for class akka.stream.impl.fusing.ActorGraphInterpreter.Abort
-
- abort(Throwable) - Method in interface akka.stream.KillSwitch
-
After calling
KillSwitch#abort() the linked
Graphs of
FlowShape are failed.
- abort(Throwable) - Method in class akka.stream.SharedKillSwitch
-
After calling
SharedKillSwitch#abort() all materialized, running instances of all
Graphs provided by the
SharedKillSwitch will fail their downstreams with the provided exception and cancel their upstreams
(unless it finished or failed already in which case the command is ignored).
- abort(Throwable) - Method in class akka.stream.UniqueKillSwitch
-
After calling
UniqueKillSwitch#abort() the running instance of the
Graph of
FlowShape that materialized to the
UniqueKillSwitch will fail its downstream with the provided exception and cancel its upstream
(unless if finished or failed already in which case the command is ignored).
- Abort$() - Constructor for class akka.io.Tcp.Abort$
-
- Abort$() - Constructor for class akka.stream.impl.fusing.ActorGraphInterpreter.Abort$
-
- Abort_VALUE - Static variable in enum akka.remote.testconductor.TestConductorProtocol.FailType
-
Abort = 3;
- abortDownstream(Throwable) - Method in interface akka.stream.impl.SubscriberManagement
-
this method must be called by the implementing class to push an error downstream
- Aborted$() - Constructor for class akka.io.Tcp.Aborted$
-
- abortEmitting(Outlet<?>) - Method in class akka.stream.stage.GraphStageLogic
-
Abort outstanding (suspended) emissions for the given outlet, if there are any.
- aborting() - Method in class akka.actor.ActorSystemImpl
-
- abortReading(Inlet<?>) - Method in class akka.stream.stage.GraphStageLogic
-
Abort outstanding (suspended) reading for the given inlet, if there is any.
- AbruptStageTerminationException - Exception in akka.stream
-
Signal that the stage was abruptly terminated, usually seen as a call to postStop of the GraphStageLogic without
any of the handler callbacks seeing completion or failure from upstream or cancellation from downstream.
- AbruptStageTerminationException(GraphStageLogic) - Constructor for exception akka.stream.AbruptStageTerminationException
-
- AbruptTerminationException - Exception in akka.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 akka.stream.AbruptTerminationException
-
- AbruptTerminationException$ - Class in akka.stream
-
- AbruptTerminationException$() - Constructor for class akka.stream.AbruptTerminationException$
-
- absorbTermination() - Method in interface akka.stream.stage.Context
-
Puts the stage in a finishing state so that
final elements can be pushed from onPull.
- AbstractActor - Class in akka.actor
-
Java API: compatible with lambda expressions
- AbstractActor() - Constructor for class akka.actor.AbstractActor
-
- AbstractActor$ - Class in akka.actor
-
Java API: compatible with lambda expressions
- AbstractActor$() - Constructor for class akka.actor.AbstractActor$
-
- AbstractActorContext - Interface in akka.actor
-
AbstractActorContext is the AbstractActor equivalent of ActorContext,
containing the Java API
- AbstractActorPublisher<T> - Class in akka.stream.actor
-
Java API compatible with lambda expressions
- AbstractActorPublisher() - Constructor for class akka.stream.actor.AbstractActorPublisher
-
- AbstractActorPublisher$ - Class in akka.stream.actor
-
Java API compatible with lambda expressions
- AbstractActorPublisher$() - Constructor for class akka.stream.actor.AbstractActorPublisher$
-
- AbstractActorPublisherWithStash<T> - Class in akka.stream.actor
-
Java API compatible with lambda expressions.
- AbstractActorPublisherWithStash() - Constructor for class akka.stream.actor.AbstractActorPublisherWithStash
-
- AbstractActorPublisherWithUnboundedStash<T> - Class in akka.stream.actor
-
Java API compatible with lambda expressions.
- AbstractActorPublisherWithUnboundedStash() - Constructor for class akka.stream.actor.AbstractActorPublisherWithUnboundedStash
-
- AbstractActorPublisherWithUnrestrictedStash<T> - Class in akka.stream.actor
-
Java API compatible with lambda expressions.
- AbstractActorPublisherWithUnrestrictedStash() - Constructor for class akka.stream.actor.AbstractActorPublisherWithUnrestrictedStash
-
- AbstractActorSubscriber - Class in akka.stream.actor
-
Java API compatible with lambda expressions
- AbstractActorSubscriber() - Constructor for class akka.stream.actor.AbstractActorSubscriber
-
- AbstractActorSubscriber$ - Class in akka.stream.actor
-
Java API compatible with lambda expressions
- AbstractActorSubscriber$() - Constructor for class akka.stream.actor.AbstractActorSubscriber$
-
- AbstractActorWithStash - Class in akka.actor
-
Java API: compatible with lambda expressions
- AbstractActorWithStash() - Constructor for class akka.actor.AbstractActorWithStash
-
- AbstractActorWithUnboundedStash - Class in akka.actor
-
Java API: compatible with lambda expressions
- AbstractActorWithUnboundedStash() - Constructor for class akka.actor.AbstractActorWithUnboundedStash
-
- AbstractActorWithUnrestrictedStash - Class in akka.actor
-
Java API: compatible with lambda expressions
- AbstractActorWithUnrestrictedStash() - Constructor for class akka.actor.AbstractActorWithUnrestrictedStash
-
- AbstractBatch() - Constructor for class akka.dispatch.BatchingExecutor.AbstractBatch
-
- AbstractBoundedNodeQueue<T> - Class in akka.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:
- http://www.1024cores.net/home/lock-free-algorithms/queues/non-intrusive-mpsc-node-based-queue
(Simplified BSD)
- AbstractBoundedNodeQueue(int) - Constructor for class akka.dispatch.AbstractBoundedNodeQueue
-
- AbstractBoundedNodeQueue.Node<T> - Class in akka.dispatch
-
- AbstractEventsByPersistenceIdPublisher - Class in akka.persistence.query.journal.leveldb
-
INTERNAL API
- AbstractEventsByPersistenceIdPublisher(String, long, int, String) - Constructor for class akka.persistence.query.journal.leveldb.AbstractEventsByPersistenceIdPublisher
-
- AbstractEventsByTagPublisher - Class in akka.persistence.query.journal.leveldb
-
INTERNAL API
- AbstractEventsByTagPublisher(String, long, int, String) - Constructor for class akka.persistence.query.journal.leveldb.AbstractEventsByTagPublisher
-
- AbstractExtensionId<T extends Extension> - Class in akka.actor
-
Java API for ExtensionId
- AbstractExtensionId() - Constructor for class akka.actor.AbstractExtensionId
-
- AbstractFSM<S,D> - Class in akka.actor
-
Java API: compatible with lambda expressions
- AbstractFSM() - Constructor for class akka.actor.AbstractFSM
-
- AbstractFSM$ - Class in akka.actor
-
Java API: compatible with lambda expressions
- AbstractFSM$() - Constructor for class akka.actor.AbstractFSM$
-
- AbstractFSMWithStash<S,D> - Class in akka.actor
-
Java API: compatible with lambda expressions
- AbstractFSMWithStash() - Constructor for class akka.actor.AbstractFSMWithStash
-
- AbstractInHandler - Class in akka.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 akka.stream.stage.AbstractInHandler
-
- AbstractInOutHandler - Class in akka.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 akka.stream.stage.AbstractInOutHandler
-
- AbstractLoggingActor - Class in akka.actor
-
Java API: compatible with lambda expressions
- AbstractLoggingActor() - Constructor for class akka.actor.AbstractLoggingActor
-
- AbstractLoggingFSM<S,D> - Class in akka.actor
-
Java API: compatible with lambda expressions
- AbstractLoggingFSM() - Constructor for class akka.actor.AbstractLoggingFSM
-
- AbstractNodeQueue<T> - Class in akka.dispatch
-
Lock-free MPSC linked queue implementation based on Dmitriy Vyukov's non-intrusive MPSC queue:
http://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 akka.dispatch.AbstractNodeQueue
-
- AbstractNodeQueue.Node<T> - Class in akka.dispatch
-
- AbstractOutHandler - Class in akka.stream.stage
-
Java API: callbacks for an output port where termination logic is predefined
(completing when downstream cancels).
- AbstractOutHandler() - Constructor for class akka.stream.stage.AbstractOutHandler
-
- AbstractPersistentActor - Class in akka.persistence
-
Java API: an persistent actor - can be used to implement command or event sourcing.
- AbstractPersistentActor() - Constructor for class akka.persistence.AbstractPersistentActor
-
- AbstractPersistentActorWithAtLeastOnceDelivery - Class in akka.persistence
-
Java API compatible with lambda expressions
- AbstractPersistentActorWithAtLeastOnceDelivery() - Constructor for class akka.persistence.AbstractPersistentActorWithAtLeastOnceDelivery
-
- AbstractPersistentFSM<S extends PersistentFSM.FSMState,D,E> - Class in akka.persistence.fsm
-
Java API: compatible with lambda expressions
- AbstractPersistentFSM() - Constructor for class akka.persistence.fsm.AbstractPersistentFSM
-
- AbstractPersistentFSMBase<S,D,E> - Class in akka.persistence.fsm
-
Java API: compatible with lambda expressions
- AbstractPersistentFSMBase() - Constructor for class akka.persistence.fsm.AbstractPersistentFSMBase
-
- AbstractPersistentFSMBase$ - Class in akka.persistence.fsm
-
Java API: compatible with lambda expressions
- AbstractPersistentFSMBase$() - Constructor for class akka.persistence.fsm.AbstractPersistentFSMBase$
-
- AbstractPersistentLoggingFSM<S extends PersistentFSM.FSMState,D,E> - Class in akka.persistence.fsm
-
Java API: compatible with lambda expressions
- AbstractPersistentLoggingFSM() - Constructor for class akka.persistence.fsm.AbstractPersistentLoggingFSM
-
- AbstractPersistentView - Class in akka.persistence
-
- AbstractPersistentView() - Constructor for class akka.persistence.AbstractPersistentView
-
Deprecated.
- AbstractProps - Interface in akka.actor
-
Java API: Factory for Props instances.
- AbstractReplicatedData<D extends AbstractReplicatedData<D>> - Class in akka.cluster.ddata
-
- AbstractReplicatedData() - Constructor for class akka.cluster.ddata.AbstractReplicatedData
-
- AbstractScheduler - Class in akka.actor
-
An Akka scheduler service.
- AbstractScheduler() - Constructor for class akka.actor.AbstractScheduler
-
- AbstractSchedulerBase - Class in akka.actor
-
- AbstractSchedulerBase() - Constructor for class akka.actor.AbstractSchedulerBase
-
- AbstractSerializationSupport - Class in akka.cluster.ddata.protobuf
-
Java API
- AbstractSerializationSupport() - Constructor for class akka.cluster.ddata.protobuf.AbstractSerializationSupport
-
- AbstractShape - Class in akka.stream
-
Java API for creating custom
Shape types.
- AbstractShape() - Constructor for class akka.stream.AbstractShape
-
- AbstractShardAllocationStrategy() - Constructor for class akka.cluster.sharding.ShardCoordinator.AbstractShardAllocationStrategy
-
- AbstractSocketOption() - Constructor for class akka.io.Inet.AbstractSocketOption
-
- AbstractSocketOptionV2() - Constructor for class akka.io.Inet.AbstractSocketOptionV2
-
- AbstractStage<In,Out,PushD extends Directive,PullD extends Directive,Ctx extends Context<Out>,LifeCtx extends LifecycleContext> - Class in akka.stream.stage
-
- AbstractStage() - Constructor for class akka.stream.stage.AbstractStage
-
Deprecated.
- AbstractStage$ - Class in akka.stream.stage
-
- AbstractStage$() - Constructor for class akka.stream.stage.AbstractStage$
-
Deprecated.
- AbstractStage.PushPullGraphStage<In,Out,Ext> - Class in akka.stream.stage
-
Deprecated.
- AbstractStage.PushPullGraphStageWithMaterializedValue<In,Out,Ext,Mat> - Class in akka.stream.stage
-
Deprecated.
- AbstractTransportAdapter - Class in akka.remote.transport
-
An adapter that wraps a transport and provides interception
- AbstractTransportAdapter(Transport, ExecutionContext) - Constructor for class akka.remote.transport.AbstractTransportAdapter
-
- AbstractTransportAdapterHandle - Class in akka.remote.transport
-
- AbstractTransportAdapterHandle(Address, Address, AssociationHandle, String) - Constructor for class akka.remote.transport.AbstractTransportAdapterHandle
-
- AbstractTransportAdapterHandle(AssociationHandle, String) - Constructor for class akka.remote.transport.AbstractTransportAdapterHandle
-
- acceptableHeartbeatPause() - Method in class akka.cluster.client.ClusterClientSettings
-
- acceptableHeartbeatPause() - Method in class akka.cluster.client.ClusterReceptionistSettings
-
- acceptableHeartbeatPause() - Method in class akka.remote.DeadlineFailureDetector
-
- acceptableHeartbeatPause() - Method in class akka.remote.PhiAccrualFailureDetector
-
- acceptAllPending(ChannelRegistration, int) - Method in class akka.io.TcpListener
-
- accepting() - Method in class akka.remote.EndpointManager
-
- acceptLimit() - Method in class akka.io.TcpListener
-
- acceptUpstreamFinish() - Method in class akka.stream.impl.io.ByteStringParser.ParseResult
-
- AccessInboundCompressionFailed() - Constructor for exception akka.remote.artery.Decoder.AccessInboundCompressionFailed
-
- AccessOutboundCompressionFailed() - Constructor for exception akka.remote.artery.Encoder.AccessOutboundCompressionFailed
-
- accumulateAndGet(V, BinaryOperator<V>) - Static method in class akka.remote.artery.FlightRecorder
-
- accumulateAndGet(V, BinaryOperator<V>) - Static method in class akka.stream.impl.VirtualProcessor
-
- accumulateAndGet(V, BinaryOperator<V>) - Static method in class akka.util.SerializedSuspendableExecutionContext
-
- accumulated() - Method in class akka.stream.impl.CollectorState
-
- Ack - Class in akka.camel
-
Positive acknowledgement message (used for application-acknowledged message receipts).
- Ack() - Constructor for class akka.camel.Ack
-
- ack() - Method in class akka.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed
-
- ack() - Method in class akka.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed
-
- ack() - Method in class akka.contrib.mailbox.PeekMailbox
-
- ack(ActorContext) - Method in class akka.contrib.mailbox.PeekMailboxExtension$
-
- ack(ActorContext) - Method in class akka.contrib.mailbox.PeekMailboxExtension
-
- ack() - Method in class akka.io.Tcp.SimpleWriteCommand
-
The acknowledgment token associated with this write command.
- ack() - Method in class akka.io.Tcp.Write
-
- ack() - Method in class akka.io.Tcp.WriteFile
-
- ack() - Method in class akka.io.Udp.Send
-
- ack() - Method in class akka.io.UdpConnected.Send
-
- Ack - Class in akka.remote
-
Class representing an acknowledgement with selective negative acknowledgements.
- Ack(SeqNo, Set<SeqNo>) - Constructor for class akka.remote.Ack
-
- Ack(long, UniqueAddress) - Constructor for class akka.remote.artery.SystemMessageDelivery.Ack
-
- ack() - Method in class akka.remote.EndpointWriter.OutboundAck
-
- Ack$ - Class in akka.camel
-
Positive acknowledgement message (used for application-acknowledged message receipts).
- Ack$() - Constructor for class akka.camel.Ack$
-
- Ack$ - Class in akka.remote
-
- Ack$() - Constructor for class akka.remote.Ack$
-
- Ack$() - Constructor for class akka.remote.artery.SystemMessageDelivery.Ack$
-
- ACK_FIELD_NUMBER - Static variable in class akka.remote.WireFormats.AckAndEnvelopeContainer
-
- ackDeadline() - Method in class akka.remote.EndpointWriter
-
- AckedReceiveBuffer<T extends HasSequenceNumber> - Class in akka.remote
-
Implements an immutable receive buffer that buffers incoming messages until they can be safely delivered.
- AckedReceiveBuffer(SeqNo, SeqNo, SortedSet<T>, Ordering<T>) - Constructor for class akka.remote.AckedReceiveBuffer
-
- ackedReceiveBuffer() - Method in class akka.remote.EndpointReader
-
- AckedReceiveBuffer$ - Class in akka.remote
-
- AckedReceiveBuffer$() - Constructor for class akka.remote.AckedReceiveBuffer$
-
- AckedSendBuffer<T extends HasSequenceNumber> - Class in akka.remote
-
Implements an immutable resend buffer that buffers messages until they have been acknowledged.
- AckedSendBuffer(int, IndexedSeq<T>, IndexedSeq<T>, SeqNo) - Constructor for class akka.remote.AckedSendBuffer
-
- AckedSendBuffer$ - Class in akka.remote
-
- AckedSendBuffer$() - Constructor for class akka.remote.AckedSendBuffer$
-
- AckIdleCheckTimer$() - Constructor for class akka.remote.EndpointWriter.AckIdleCheckTimer$
-
- ackIdleTimer() - Method in class akka.remote.EndpointWriter
-
- acknowledge(Ack) - Method in class akka.remote.AckedSendBuffer
-
Processes an incoming acknowledgement and returns a new buffer with only unacknowledged elements remaining.
- ackReplyTo() - Method in class akka.remote.artery.SystemMessageDelivery.SystemMessageEnvelope
-
- ACKREPLYTO_FIELD_NUMBER - Static variable in class akka.remote.ArteryControlFormats.SystemMessageEnvelope
-
- acquire() - Method in interface akka.io.BufferPool
-
- acquire() - Method in class akka.io.DirectByteBufferPool
-
- acquire() - Method in class akka.remote.artery.EnvelopeBufferPool
-
- acquire() - Method in class akka.remote.artery.ObjectPool
-
- action() - Method in class akka.stream.impl.TransferPhase
-
- actionInterval() - Method in class akka.routing.DefaultOptimalSizeExploringResizer
-
- activate() - Method in class akka.cluster.sharding.DDataShardCoordinator
-
- activated(List<ActorRef>) - Method in class akka.camel.internal.ActivationTracker.ActivationStateMachine
-
Activated state.
- Activation - Interface in akka.camel
-
Activation trait that can be used to wait on activation or de-activation of Camel endpoints.
- activationFutureFor(ActorRef, Timeout, ExecutionContext) - Method in interface akka.camel.Activation
-
Produces a Future with the specified endpoint that will be completed when the endpoint has been activated,
or if it times out, which will happen after the specified Timeout.
- activationFutureFor(ActorRef, Timeout, ExecutionContext) - Method in class akka.camel.internal.DefaultCamel
-
Produces a Future with the specified endpoint that will be completed when the endpoint has been activated,
or if it times out, which will happen after the specified Timeout.
- activationMask() - Method in class akka.typed.internal.ActorCell$
-
- activationMask() - Static method in class akka.typed.internal.ActorCell
-
- ActivationMessage(ActorRef) - Constructor for class akka.camel.internal.ActivationProtocol.ActivationMessage
-
- ActivationMessage$() - Constructor for class akka.camel.internal.ActivationProtocol.ActivationMessage$
-
- ActivationProtocol - Class in akka.camel.internal
-
- ActivationProtocol() - Constructor for class akka.camel.internal.ActivationProtocol
-
- ActivationProtocol$ - Class in akka.camel.internal
-
- ActivationProtocol$() - Constructor for class akka.camel.internal.ActivationProtocol$
-
- ActivationProtocol.ActivationMessage - Class in akka.camel.internal
-
Super class of all activation messages.
- ActivationProtocol.ActivationMessage$ - Class in akka.camel.internal
-
INTERNAL API
companion object of ActivationMessage
- ActivationProtocol.EndpointActivated - Class in akka.camel.internal
-
INTERNAL API
Event message indicating that a single endpoint has been activated.
- ActivationProtocol.EndpointActivated$ - Class in akka.camel.internal
-
- ActivationProtocol.EndpointDeActivated - Class in akka.camel.internal
-
INTERNAL API
Event message indicating that a single endpoint was de-activated.
- ActivationProtocol.EndpointDeActivated$ - Class in akka.camel.internal
-
- ActivationProtocol.EndpointFailedToActivate - Class in akka.camel.internal
-
INTERNAL API
Event message indicating that a single endpoint failed to activate.
- ActivationProtocol.EndpointFailedToActivate$ - Class in akka.camel.internal
-
- ActivationProtocol.EndpointFailedToDeActivate - Class in akka.camel.internal
-
INTERNAL API
Event message indicating that a single endpoint failed to de-activate.
- ActivationProtocol.EndpointFailedToDeActivate$ - Class in akka.camel.internal
-
- activations() - Method in class akka.camel.internal.ActivationTracker
-
- activations(int) - Method in class akka.typed.internal.ActorCell$
-
- activations(int) - Static method in class akka.typed.internal.ActorCell
-
- ActivationStateMachine() - Constructor for class akka.camel.internal.ActivationTracker.ActivationStateMachine
-
- ActivationTimeout() - Method in class akka.camel.CamelSettings
-
Configured setting for how long the actor should wait for activation before it fails.
- activationTimeout() - Method in interface akka.camel.Consumer
-
How long the actor should wait for activation before it fails.
- activationTimeout() - Method in class akka.camel.ConsumerConfig
-
- ActivationTracker - Class in akka.camel.internal
-
INTERNAL API
An actor that tracks activation and de-activation of endpoints.
- ActivationTracker() - Constructor for class akka.camel.internal.ActivationTracker
-
- ActivationTracker.ActivationStateMachine - Class in akka.camel.internal
-
A state machine that keeps track of the endpoint activation status of an actor.
- active(ActorRef) - Method in class akka.cluster.client.ClusterClient
-
- active() - Method in class akka.cluster.ClusterHeartbeatSender
-
- active() - Method in class akka.cluster.ddata.LmdbDurableStore
-
- active() - Method in class akka.cluster.sharding.ShardCoordinator
-
- active() - Method in class akka.contrib.pattern.ReliableProxy$
-
- active() - Static method in class akka.contrib.pattern.ReliableProxy
-
- active(ActorRef, boolean) - Method in class akka.persistence.journal.PersistencePluginProxy
-
- active() - Method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- Active() - Constructor for class akka.stream.actor.ActorPublisher.Internal$.Active
-
- active() - Method in class akka.stream.impl.ActorSubscriptionWithCursor
-
- active() - Method in interface akka.stream.impl.SubscriptionWithCursor
-
- Active$() - Constructor for class akka.contrib.pattern.ReliableProxy.Active$
-
- Active$() - Constructor for class akka.contrib.throttle.TimerBasedThrottler.Active$
-
- activeInterpreters() - Method in class akka.stream.impl.fusing.ActorGraphInterpreter
-
- activeReceive() - Method in class akka.stream.impl.ActorProcessorImpl
-
- activeReceive() - Static method in class akka.stream.impl.FanoutProcessorImpl
-
- activeReceivers() - Method in class akka.cluster.ClusterHeartbeatSenderState
-
- activeStage() - Method in class akka.stream.impl.fusing.GraphInterpreter
-
INTERNAL API
- activeTable() - Method in class akka.remote.artery.compress.InboundCompression.State
-
- Actor - Interface in akka.actor
-
- actor() - Method in class akka.actor.ActorCell
-
- actor(Function0<T>, ClassTag<T>, ActorRefFactory) - Static method in class akka.actor.ActorDSL
-
- actor(String, Function0<T>, ClassTag<T>, ActorRefFactory) - Static method in class akka.actor.ActorDSL
-
- actor(ActorRefFactory, String, Function0<T>, ClassTag<T>) - Static method in class akka.actor.ActorDSL
-
- actor(ActorRefFactory, Function0<T>, ClassTag<T>) - Static method in class akka.actor.ActorDSL
-
- actor(Function0<T>, ClassTag<T>, ActorRefFactory) - Method in interface akka.actor.dsl.Creators
-
Create an actor from the given thunk which must produce an
Actor.
- actor(String, Function0<T>, ClassTag<T>, ActorRefFactory) - Method in interface akka.actor.dsl.Creators
-
Create an actor from the given thunk which must produce an
Actor.
- actor(ActorRefFactory, String, Function0<T>, ClassTag<T>) - Method in interface akka.actor.dsl.Creators
-
Create an actor from the given thunk which must produce an
Actor.
- actor(ActorRefFactory, Function0<T>, ClassTag<T>) - Method in interface akka.actor.dsl.Creators
-
Create an actor with an automatically generated name from the given thunk
which must produce an
Actor.
- actor() - Method in exception akka.actor.PostRestartException
-
- actor() - Method in exception akka.actor.PreRestartException
-
- actor() - Method in class akka.actor.Terminated
-
- actor() - Method in class akka.actor.TypedActor.SerializedTypedActorInvocationHandler
-
- actor() - Method in class akka.actor.TypedActor.TypedActorInvocationHandler
-
- actor() - Method in class akka.camel.internal.ActivationProtocol.ActivationMessage
-
- actor() - Static method in class akka.camel.internal.AwaitActivation
-
- actor() - Static method in class akka.camel.internal.AwaitDeActivation
-
- actor() - Method in class akka.contrib.pattern.ReliableProxy.ProxyTerminated
-
- actor() - Method in class akka.dispatch.Mailbox
-
- actor() - Method in class akka.dispatch.sysmsg.DeathWatchNotification
-
- actor() - Method in class akka.event.ActorClassificationUnsubscriber.Register
-
- actor() - Method in class akka.event.ActorClassificationUnsubscriber.Unregister
-
- actor() - Method in class akka.event.EventStreamUnsubscriber.Register
-
- actor() - Method in class akka.event.EventStreamUnsubscriber.UnregisterIfNoMoreSubscribedChannels
-
- actor() - Method in class akka.persistence.Persistence.PluginHolder
-
- actor() - Method in class akka.remote.RemoteDeploymentWatcher.WatchRemote
-
- actor() - Method in class akka.remote.transport.AssociationHandle.ActorHandleEventListener
-
- actor() - Method in class akka.remote.transport.Transport.ActorAssociationEventListener
-
- actor() - Static method in class akka.routing.RoutedActorCell
-
- actor() - Method in exception akka.stream.AbruptTerminationException
-
- actor() - Method in class akka.stream.impl.SimpleOutputs
-
- actor() - Method in class akka.typed.internal.DeathWatchNotification
-
- actor() - Method in class akka.typed.internal.EventStreamImpl.Register
-
- actor() - Method in class akka.typed.internal.EventStreamImpl.UnregisterIfNoMoreSubscribedChannels
-
- Actor$ - Class in akka.actor
-
- Actor$() - Constructor for class akka.actor.Actor$
-
- Actor.emptyBehavior$ - Class in akka.actor
-
emptyBehavior is a Receive-expression that matches no messages at all, ever.
- Actor.ignoringBehavior$ - Class in akka.actor
-
ignoringBehavior is a Receive-expression that consumes and ignores all messages.
- actor_$eq(Actor) - Static method in class akka.routing.RoutedActorCell
-
- ACTOR_FIELD_NUMBER - Static variable in class akka.remote.ContainerFormats.ActorInitializationException
-
- ACTOR_FIELD_NUMBER - Static variable in class akka.remote.SystemMessageFormats.DeathWatchNotificationData
-
- ActorActivationException - Exception in akka.camel.internal
-
INTERNAL API
Thrown by the registrars to indicate that the actor could not be activated.
- ActorActivationException(ActorRef, Throwable) - Constructor for exception akka.camel.internal.ActorActivationException
-
- ActorAdapter<T> - Class in akka.typed.adapter
-
- ActorAdapter(Behavior<T>) - Constructor for class akka.typed.adapter.ActorAdapter
-
- ActorAssociationEventListener(ActorRef) - Constructor for class akka.remote.transport.Transport.ActorAssociationEventListener
-
- ActorAssociationEventListener$() - Constructor for class akka.remote.transport.Transport.ActorAssociationEventListener$
-
- ActorAttributes - Class in akka.stream
-
- ActorAttributes() - Constructor for class akka.stream.ActorAttributes
-
- ActorAttributes$ - Class in akka.stream
-
- ActorAttributes$() - Constructor for class akka.stream.ActorAttributes$
-
- ActorAttributes.Dispatcher - Class in akka.stream
-
- ActorAttributes.Dispatcher$ - Class in akka.stream
-
- ActorAttributes.SupervisionStrategy - Class in akka.stream
-
- ActorAttributes.SupervisionStrategy$ - Class in akka.stream
-
- ActorCell - Class in akka.actor
-
Everything in here is completely Akka PRIVATE.
- ActorCell(ActorSystemImpl, InternalActorRef, Props, MessageDispatcher, InternalActorRef) - Constructor for class akka.actor.ActorCell
-
- actorCell() - Method in interface akka.actor.StashSupport
-
- ActorCell<T> - Class in akka.typed.internal
-
INTERNAL API
- ActorCell(ActorSystem<Nothing$>, Behavior<T>, ExecutionContextExecutor, int, ActorRefImpl<Nothing$>) - Constructor for class akka.typed.internal.ActorCell
-
- ActorCell$ - Class in akka.actor
-
Everything in here is completely Akka PRIVATE.
- ActorCell$() - Constructor for class akka.actor.ActorCell$
-
- ActorCell$ - Class in akka.typed.internal
-
INTERNAL API
- ActorCell$() - Constructor for class akka.typed.internal.ActorCell$
-
- actorClass() - Method in class akka.actor.ArgsReflectConstructor
-
- actorClass() - Method in class akka.actor.CreatorConsumer
-
- actorClass() - Method in class akka.actor.CreatorFunctionConsumer
-
- actorClass() - Method in interface akka.actor.IndirectActorProducer
-
This method is used by
Props to determine the type of actor which will
be created.
- actorClass() - Method in class akka.actor.NoArgsReflectConstructor
-
- actorClass() - Method in class akka.actor.Props
-
Obtain an upper-bound approximation of the actor class which is going to
be created by these Props.
- actorClass() - Method in class akka.actor.TypedCreatorFunctionConsumer
-
- actorClass() - Method in interface akka.io.DnsProvider
-
- actorClass() - Method in class akka.io.InetAddressDnsProvider
-
- actorClass() - Method in class akka.routing.RoutedActorCell.RouterActorCreator
-
- ActorClassification - Interface in akka.event
-
- ActorClassificationUnsubscriber - Class in akka.event
-
INTERNAL API
- ActorClassificationUnsubscriber(ManagedActorClassification, boolean) - Constructor for class akka.event.ActorClassificationUnsubscriber
-
- ActorClassificationUnsubscriber$ - Class in akka.event
-
INTERNAL API
- ActorClassificationUnsubscriber$() - Constructor for class akka.event.ActorClassificationUnsubscriber$
-
- ActorClassificationUnsubscriber.Register - Class in akka.event
-
- ActorClassificationUnsubscriber.Register$ - Class in akka.event
-
- ActorClassificationUnsubscriber.Unregister - Class in akka.event
-
- ActorClassificationUnsubscriber.Unregister$ - Class in akka.event
-
- ActorClassifier - Interface in akka.event
-
Can be mixed into an EventBus to specify that the Classifier type is ActorRef
- ActorComponent - Class in akka.camel.internal.component
-
- ActorComponent(Camel, ActorSystem) - Constructor for class akka.camel.internal.component.ActorComponent
-
- ActorContext - Interface in akka.actor
-
The actor context - the view of the actor cell from the actor.
- actorContext() - Method in class akka.actor.LocalActorRef
-
- actorContext() - Static method in class akka.testkit.TestActorRef
-
- actorContext() - Static method in class akka.testkit.TestFSMRef
-
- ActorContext<T> - Interface in akka.typed
-
An Actor is given by the combination of a
Behavior and a context in
which this behavior is executed.
- ActorContextAdapter<T> - Class in akka.typed.adapter
-
INTERNAL API.
- ActorContextAdapter(ActorContext) - Constructor for class akka.typed.adapter.ActorContextAdapter
-
- ActorDeActivationException - Exception in akka.camel.internal
-
INTERNAL API
Thrown by registrars to indicate that the actor could not be de-activated.
- ActorDeActivationException(ActorRef, Throwable) - Constructor for exception akka.camel.internal.ActorDeActivationException
-
- ActorDSL - Class in akka.actor
-
This object contains elements which make writing actors and related code
more concise, e.g.
- ActorDSL() - Constructor for class akka.actor.ActorDSL
-
- ActorDSL$ - Class in akka.actor
-
This object contains elements which make writing actors and related code
more concise, e.g.
- ActorDSL$() - Constructor for class akka.actor.ActorDSL$
-
- ActorDSL.Extension - Class in akka.actor
-
- ActorDSL.Extension$ - Class in akka.actor
-
- ActorEndpoint - Class in akka.camel.internal.component
-
INTERNAL API
Does what an endpoint does, creates consumers and producers for the component.
- ActorEndpoint(String, ActorComponent, ActorEndpointPath, Camel) - Constructor for class akka.camel.internal.component.ActorEndpoint
-
- ActorEndpointConfig - Interface in akka.camel.internal.component
-
INTERNAL API
Configures the ActorEndpoint.
- ActorEndpointPath - Class in akka.camel.internal.component
-
INTERNAL API
An endpoint to an
ActorRef
param: actorPath the String representation of the path to the actor
- ActorEndpointPath$ - Class in akka.camel.internal.component
-
INTERNAL API
Companion of ActorEndpointPath
- ActorEndpointPath$() - Constructor for class akka.camel.internal.component.ActorEndpointPath$
-
- ActorEventBus - Interface in akka.event
-
Represents an EventBus where the Subscriber type is ActorRef
- ActorEventBus<E> - Class in akka.event.japi
-
- ActorEventBus() - Constructor for class akka.event.japi.ActorEventBus
-
Deprecated.
- actorFactory() - Method in class akka.actor.ContextualTypedActorFactory
-
- actorFactory() - Method in class akka.actor.TypedActorExtension
-
- actorFactory() - Method in interface akka.actor.TypedActorFactory
-
Underlying dependency is to be able to create normal Actors
- actorFor(ActorPath) - Static method in class akka.actor.ActorCell
-
- actorFor(String) - Static method in class akka.actor.ActorCell
-
- actorFor(Iterable<String>) - Static method in class akka.actor.ActorCell
-
- actorFor(Iterable<String>) - Static method in class akka.actor.ActorCell
-
- actorFor(ActorPath) - Method in interface akka.actor.ActorRefFactory
-
- actorFor(String) - Method in interface akka.actor.ActorRefFactory
-
- actorFor(Iterable<String>) - Method in interface akka.actor.ActorRefFactory
-
- actorFor(Iterable<String>) - Method in interface akka.actor.ActorRefFactory
-
- actorFor(ActorPath) - Method in interface akka.actor.ActorRefProvider
-
- actorFor(InternalActorRef, String) - Method in interface akka.actor.ActorRefProvider
-
- actorFor(InternalActorRef, Iterable<String>) - Method in interface akka.actor.ActorRefProvider
-
- actorFor(ActorPath) - Static method in class akka.actor.ActorSystem
-
- actorFor(String) - Static method in class akka.actor.ActorSystem
-
- actorFor(Iterable<String>) - Static method in class akka.actor.ActorSystem
-
- actorFor(Iterable<String>) - Static method in class akka.actor.ActorSystem
-
- actorFor(InternalActorRef, String) - Method in class akka.actor.LocalActorRefProvider
-
- actorFor(ActorPath) - Method in class akka.actor.LocalActorRefProvider
-
- actorFor(InternalActorRef, Iterable<String>) - Method in class akka.actor.LocalActorRefProvider
-
- actorFor(ActorPath) - Method in class akka.remote.RemoteActorRefProvider
-
- actorFor(InternalActorRef, String) - Method in class akka.remote.RemoteActorRefProvider
-
- actorFor(InternalActorRef, Iterable<String>) - Method in class akka.remote.RemoteActorRefProvider
-
- actorFor(ActorPath) - Static method in class akka.routing.RoutedActorCell
-
- actorFor(String) - Static method in class akka.routing.RoutedActorCell
-
- actorFor(Iterable<String>) - Static method in class akka.routing.RoutedActorCell
-
- actorFor(Iterable<String>) - Static method in class akka.routing.RoutedActorCell
-
- ActorGraphInterpreter - Class in akka.stream.impl.fusing
-
INTERNAL API
- ActorGraphInterpreter(GraphInterpreterShell) - Constructor for class akka.stream.impl.fusing.ActorGraphInterpreter
-
- ActorGraphInterpreter$ - Class in akka.stream.impl.fusing
-
INTERNAL API
- ActorGraphInterpreter$() - Constructor for class akka.stream.impl.fusing.ActorGraphInterpreter$
-
- ActorGraphInterpreter.Abort - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.Abort$ - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.ActorOutputBoundary - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.AsyncInput - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.AsyncInput$ - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.BatchingActorInputBoundary - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.BoundaryEvent - Interface in akka.stream.impl.fusing
-
- ActorGraphInterpreter.BoundaryPublisher - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.BoundarySubscriber - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.BoundarySubscription - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.Cancel - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.Cancel$ - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.ExposedPublisher - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.ExposedPublisher$ - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.OnComplete - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.OnComplete$ - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.OnError - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.OnError$ - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.OnNext - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.OnNext$ - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.OnSubscribe - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.OnSubscribe$ - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.RequestMore - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.RequestMore$ - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.Resume - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.Resume$ - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.SubscribePending - Class in akka.stream.impl.fusing
-
- ActorGraphInterpreter.SubscribePending$ - Class in akka.stream.impl.fusing
-
- ActorHandleEventListener(ActorRef) - Constructor for class akka.remote.transport.AssociationHandle.ActorHandleEventListener
-
- ActorHandleEventListener$() - Constructor for class akka.remote.transport.AssociationHandle.ActorHandleEventListener$
-
- ActorIdentity - Class in akka.actor
-
- ActorIdentity(Object, Option<ActorRef>) - Constructor for class akka.actor.ActorIdentity
-
- ActorIdentity$ - Class in akka.actor
-
- ActorIdentity$() - Constructor for class akka.actor.ActorIdentity$
-
- ActorInitializationException - Exception in akka.actor
-
An ActorInitializationException is thrown when the initialization logic for an Actor fails.
- ActorInitializationException(ActorRef, String, Throwable) - Constructor for exception akka.actor.ActorInitializationException
-
- ActorInitializationException$ - Class in akka.actor
-
- ActorInitializationException$() - Constructor for class akka.actor.ActorInitializationException$
-
- actorInstanceId() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- actorInstanceId() - Static method in class akka.persistence.journal.JournalSpec
-
- actorInstanceId() - Method in class akka.persistence.JournalProtocol.LoopMessageSuccess
-
- actorInstanceId() - Method in class akka.persistence.JournalProtocol.WriteMessageFailure
-
- actorInstanceId() - Method in class akka.persistence.JournalProtocol.WriteMessageRejected
-
- actorInstanceId() - Method in class akka.persistence.JournalProtocol.WriteMessages
-
- actorInstanceId() - Method in class akka.persistence.JournalProtocol.WriteMessageSuccess
-
- actorInstanceId() - Method in class akka.persistence.PluginSpec
-
- actorInstanceId() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- ActorInterruptedException - Exception in akka.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.
- ActorInterruptedException(Throwable) - Constructor for exception akka.actor.ActorInterruptedException
-
- ActorKilledException - Exception in akka.actor
-
ActorKilledException is thrown when an Actor receives the
Kill message
- ActorKilledException(String) - Constructor for exception akka.actor.ActorKilledException
-
- ActorKilledException$ - Class in akka.actor
-
- ActorKilledException$() - Constructor for class akka.actor.ActorKilledException$
-
- ActorLogging - Interface in akka.actor
-
Scala API: Mix in ActorLogging into your Actor to easily obtain a reference to a logger,
which is available under the name "log".
- ActorMaterializer - Class in akka.stream
-
An ActorMaterializer takes the list of transformations comprising a
Flow and materializes them in the form of
Processor instances.
- ActorMaterializer() - Constructor for class akka.stream.ActorMaterializer
-
- ActorMaterializer$ - Class in akka.stream
-
- ActorMaterializer$() - Constructor for class akka.stream.ActorMaterializer$
-
- ActorMaterializerHelper - Class in akka.stream
-
INTERNAL API
- ActorMaterializerHelper() - Constructor for class akka.stream.ActorMaterializerHelper
-
- ActorMaterializerHelper$ - Class in akka.stream
-
INTERNAL API
- ActorMaterializerHelper$() - Constructor for class akka.stream.ActorMaterializerHelper$
-
- ActorMaterializerImpl - Class in akka.stream.impl
-
INTERNAL API
- ActorMaterializerImpl(ActorSystem, ActorMaterializerSettings, Dispatchers, ActorRef, AtomicBoolean, SeqActorName) - Constructor for class akka.stream.impl.ActorMaterializerImpl
-
- ActorMaterializerImpl$ - Class in akka.stream.impl
-
- ActorMaterializerImpl$() - Constructor for class akka.stream.impl.ActorMaterializerImpl$
-
- ActorMaterializerSettings - Class in akka.stream
-
- ActorMaterializerSettings(int, int, String, Function1<Throwable, Supervision.Directive>, StreamSubscriptionTimeoutSettings, boolean, int, boolean, boolean, int) - Constructor for class akka.stream.ActorMaterializerSettings
-
- ActorMaterializerSettings$ - Class in akka.stream
-
- ActorMaterializerSettings$() - Constructor for class akka.stream.ActorMaterializerSettings$
-
- ActorNotFound - Exception in akka.actor
-
- ActorNotFound(ActorSelection) - Constructor for exception akka.actor.ActorNotFound
-
- ActorNotFound$ - Class in akka.actor
-
- ActorNotFound$() - Constructor for class akka.actor.ActorNotFound$
-
- ActorNotRegisteredException - Exception in akka.camel
-
Thrown to indicate that the actor referenced by an endpoint URI cannot be
found in the actor system.
- ActorNotRegisteredException(String) - Constructor for exception akka.camel.ActorNotRegisteredException
-
- actorOf(Props) - Static method in class akka.actor.ActorCell
-
- actorOf(Props, String) - Static method in class akka.actor.ActorCell
-
- actorOf(Props) - Method in interface akka.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, String) - Method in interface akka.actor.ActorRefFactory
-
Create new actor as child of this context with the given name, which must
not be null, empty or start with “$”.
- actorOf(ActorSystemImpl, Props, InternalActorRef, ActorPath, boolean, Option<Deploy>, boolean, boolean) - Method in interface akka.actor.ActorRefProvider
-
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) - Static method in class akka.actor.ActorSystem
-
- actorOf(Props, String) - Static method in class akka.actor.ActorSystem
-
- actorOf(Props, String) - Method in class akka.actor.ActorSystemImpl
-
- actorOf(Props) - Method in class akka.actor.ActorSystemImpl
-
- actorOf(Props) - Method in interface akka.actor.dungeon.Children
-
- actorOf(Props, String) - Method in interface akka.actor.dungeon.Children
-
- actorOf(ActorSystemImpl, Props, InternalActorRef, ActorPath, boolean, Option<Deploy>, boolean, boolean) - Method in class akka.actor.LocalActorRefProvider
-
- actorOf(ActorSystemImpl, Props, InternalActorRef, ActorPath, boolean, Option<Deploy>, boolean, boolean) - Method in class akka.remote.RemoteActorRefProvider
-
- actorOf(Props) - Static method in class akka.routing.RoutedActorCell
-
- actorOf(Props, String) - Static method in class akka.routing.RoutedActorCell
-
- actorOf(MaterializationContext, Props) - Method in class akka.stream.ActorMaterializer
-
INTERNAL API
- actorOf(MaterializationContext, Props) - Static method in class akka.stream.impl.ActorMaterializerImpl
-
- actorOf(Props, String, String) - Static method in class akka.stream.impl.ActorMaterializerImpl
-
- actorOf(MaterializationContext, Props) - Method in class akka.stream.impl.ExtendedActorMaterializer
-
INTERNAL API
- actorOf(Props, String, String) - Method in class akka.stream.impl.ExtendedActorMaterializer
-
INTERNAL API
- ActorOutputBoundary(ActorRef, GraphInterpreterShell, int) - Constructor for class akka.stream.impl.fusing.ActorGraphInterpreter.ActorOutputBoundary
-
- ActorPath - Interface in akka.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() - Method in class akka.camel.internal.component.ActorEndpointPath
-
- ActorPath$ - Class in akka.actor
-
- ActorPath$() - Constructor for class akka.actor.ActorPath$
-
- ActorPathExtractor - Class in akka.actor
-
Given an ActorPath it returns the Address and the path elements if the path is well-formed
- ActorPathExtractor() - Constructor for class akka.actor.ActorPathExtractor
-
- ActorPathExtractor$ - Class in akka.actor
-
Given an ActorPath it returns the Address and the path elements if the path is well-formed
- ActorPathExtractor$() - Constructor for class akka.actor.ActorPathExtractor$
-
- ActorPaths - Class in akka.actor
-
Java API
- ActorPaths() - Constructor for class akka.actor.ActorPaths
-
- ActorPaths$ - Class in akka.actor
-
Java API
- ActorPaths$() - Constructor for class akka.actor.ActorPaths$
-
- ActorProcessor<I,O> - Class in akka.stream.impl
-
INTERNAL API
- ActorProcessor(ActorRef) - Constructor for class akka.stream.impl.ActorProcessor
-
- ActorProcessor$ - Class in akka.stream.impl
-
INTERNAL API
- ActorProcessor$() - Constructor for class akka.stream.impl.ActorProcessor$
-
- ActorProcessorImpl - Class in akka.stream.impl
-
INTERNAL API
- ActorProcessorImpl(ActorMaterializerSettings) - Constructor for class akka.stream.impl.ActorProcessorImpl
-
- ActorProducer - Class in akka.camel.internal.component
-
Sends the in-message of an exchange to an untyped actor, identified by an
ActorEndpoint
- ActorProducer(ActorEndpoint, Camel) - Constructor for class akka.camel.internal.component.ActorProducer
-
- actorProps() - Method in class akka.actor.TypedProps
-
Returns the akka.actor.Props representation of this TypedProps
- ActorPublisher<T> - Interface in akka.stream.actor
-
Extend/mixin this trait in your
Actor to make it a
stream publisher that keeps track of the subscription life cycle and
requested elements.
- ActorPublisher<T> - Class in akka.stream.impl
-
INTERNAL API
- ActorPublisher(ActorRef) - Constructor for class akka.stream.impl.ActorPublisher
-
- actorPublisher(Props) - Method in class akka.stream.javadsl.Source$
-
Creates a
Source that is materialized to an
ActorRef which points to an Actor
created according to the passed in
Props.
- actorPublisher(Props) - Static method in class akka.stream.javadsl.Source
-
Creates a
Source that is materialized to an
ActorRef which points to an Actor
created according to the passed in
Props.
- actorPublisher(Props) - Method in class akka.stream.scaladsl.Source$
-
Creates a
Source that is materialized to an
ActorRef which points to an Actor
created according to the passed in
Props.
- actorPublisher(Props) - Static method in class akka.stream.scaladsl.Source
-
Creates a
Source that is materialized to an
ActorRef which points to an Actor
created according to the passed in
Props.
- ActorPublisher$ - Class in akka.stream.actor
-
- ActorPublisher$() - Constructor for class akka.stream.actor.ActorPublisher$
-
- ActorPublisher$ - Class in akka.stream.impl
-
INTERNAL API
- ActorPublisher$() - Constructor for class akka.stream.impl.ActorPublisher$
-
- ActorPublisher.Internal$ - Class in akka.stream.actor
-
INTERNAL API
- ActorPublisher.Internal$.Active - Class in akka.stream.actor
-
- ActorPublisher.Internal$.Canceled - Class in akka.stream.actor
-
- ActorPublisher.Internal$.Completed - Class in akka.stream.actor
-
- ActorPublisher.Internal$.CompleteThenStop - Class in akka.stream.actor
-
- ActorPublisher.Internal$.ErrorEmitted - Class in akka.stream.actor
-
- ActorPublisher.Internal$.LifecycleState - Interface in akka.stream.actor
-
- ActorPublisher.Internal$.PreSubscriber - Class in akka.stream.actor
-
- ActorPublisher.Internal$.Subscribe - Class in akka.stream.actor
-
- ActorPublisher.NormalShutdownException - Exception in akka.stream.impl
-
- ActorPublisherImpl<T> - Class in akka.stream.actor
-
INTERNAL API
- ActorPublisherImpl(ActorRef) - Constructor for class akka.stream.actor.ActorPublisherImpl
-
- ActorPublisherImpl$ - Class in akka.stream.actor
-
- ActorPublisherImpl$() - Constructor for class akka.stream.actor.ActorPublisherImpl$
-
- ActorPublisherMessage - Class in akka.stream.actor
-
- ActorPublisherMessage() - Constructor for class akka.stream.actor.ActorPublisherMessage
-
- ActorPublisherMessage$ - Class in akka.stream.actor
-
- ActorPublisherMessage$() - Constructor for class akka.stream.actor.ActorPublisherMessage$
-
- ActorPublisherMessage.Cancel - Class in akka.stream.actor
-
- ActorPublisherMessage.Cancel$ - Class in akka.stream.actor
-
This message is delivered to the
ActorPublisher actor when the stream subscriber cancels the
subscription.
- ActorPublisherMessage.Request - Class in akka.stream.actor
-
This message is delivered to the
ActorPublisher actor when the stream subscriber requests
more elements.
- ActorPublisherMessage.Request$ - Class in akka.stream.actor
-
- ActorPublisherMessage.SubscriptionTimeoutExceeded - Class in akka.stream.actor
-
- ActorPublisherMessage.SubscriptionTimeoutExceeded$ - Class in akka.stream.actor
-
This message is delivered to the
ActorPublisher actor in order to signal the exceeding of an subscription timeout.
- ActorPublisherSource<Out> - Class in akka.stream.impl
-
INTERNAL API
Creates and wraps an actor into
Publisher from the given
props,
which should be
Props for an
ActorPublisher.
- ActorPublisherSource(Props, Attributes, SourceShape<Out>) - Constructor for class akka.stream.impl.ActorPublisherSource
-
- actorPublisherSource() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- ActorPublisherState - Class in akka.stream.actor
-
INTERNAL API
- ActorPublisherState() - Constructor for class akka.stream.actor.ActorPublisherState
-
- ActorPublisherState$ - Class in akka.stream.actor
-
INTERNAL API
Some state must survive restarts.
- ActorPublisherState$() - Constructor for class akka.stream.actor.ActorPublisherState$
-
- ActorPublisherState.State - Class in akka.stream.actor
-
- ActorPublisherState.State$ - Class in akka.stream.actor
-
- ActorPublisherSubscription<T> - Class in akka.stream.actor
-
INTERNAL API
- ActorPublisherSubscription(ActorRef) - Constructor for class akka.stream.actor.ActorPublisherSubscription
-
- ActorRef - Class in akka.actor
-
Immutable and serializable handle to an actor, which may or may not reside
on the local host or inside the same
ActorSystem.
- ActorRef() - Constructor for class akka.actor.ActorRef
-
- actorRef() - Method in class akka.actor.FSM.SubscribeTransitionCallBack
-
- actorRef() - Method in class akka.actor.FSM.UnsubscribeTransitionCallBack
-
- actorRef() - Method in class akka.camel.internal.ActivationProtocol.EndpointActivated
-
- actorRef() - Method in class akka.camel.internal.ActivationProtocol.EndpointDeActivated
-
- actorRef() - Method in class akka.camel.internal.ActivationProtocol.EndpointFailedToActivate
-
- actorRef() - Method in class akka.camel.internal.ActivationProtocol.EndpointFailedToDeActivate
-
- actorRef() - Method in exception akka.camel.internal.ActorActivationException
-
- actorRef() - Method in exception akka.camel.internal.ActorDeActivationException
-
- actorRef() - Method in class akka.camel.internal.CamelSupervisor.AddWatch
-
- actorRef() - Method in class akka.camel.internal.CamelSupervisor.DeRegister
-
- actorRef() - Method in class akka.camel.internal.CamelSupervisor.Register
-
- actorRef() - Method in class akka.contrib.circuitbreaker.AskeableWithCircuitBreakerActor
-
- actorRef() - Method in class akka.pattern.AskableActorRef
-
- actorRef() - Method in class akka.pattern.ExplicitlyAskableActorRef
-
- actorRef() - Method in class akka.persistence.fsm.PersistentFSM.SubscribeTransitionCallBack
-
- actorRef() - Method in class akka.persistence.fsm.PersistentFSM.UnsubscribeTransitionCallBack
-
- actorRef(ActorRef, Object) - Method in class akka.stream.javadsl.Sink$
-
Sends the elements of the stream to the given ActorRef.
- actorRef(ActorRef, Object) - Static method in class akka.stream.javadsl.Sink
-
Sends the elements of the stream to the given ActorRef.
- actorRef(int, OverflowStrategy) - Method in class akka.stream.javadsl.Source$
-
Creates a
Source that is materialized as an
ActorRef.
- actorRef(int, OverflowStrategy) - Static method in class akka.stream.javadsl.Source
-
Creates a
Source that is materialized as an
ActorRef.
- actorRef(ActorRef, Object) - Method in class akka.stream.scaladsl.Sink$
-
Sends the elements of the stream to the given ActorRef.
- actorRef(ActorRef, Object) - Static method in class akka.stream.scaladsl.Sink
-
Sends the elements of the stream to the given ActorRef.
- actorRef(int, OverflowStrategy) - Method in class akka.stream.scaladsl.Source$
-
Creates a
Source that is materialized as an
ActorRef.
- actorRef(int, OverflowStrategy) - Static method in class akka.stream.scaladsl.Source
-
Creates a
Source that is materialized as an
ActorRef.
- ActorRef<T> - Class in akka.typed
-
An ActorRef is the identity or address of an Actor instance.
- ActorRef(ActorPath) - Constructor for class akka.typed.ActorRef
-
- ActorRef$ - Class in akka.actor
-
- ActorRef$() - Constructor for class akka.actor.ActorRef$
-
- ActorRef$ - Class in akka.typed
-
- ActorRef$() - Constructor for class akka.typed.ActorRef$
-
- ActorRefAdapter<T> - Class in akka.typed.adapter
-
- ActorRefAdapter(InternalActorRef) - Constructor for class akka.typed.adapter.ActorRefAdapter
-
- ActorRefAdapter$ - Class in akka.typed.adapter
-
- ActorRefAdapter$() - Constructor for class akka.typed.adapter.ActorRefAdapter$
-
- ActorRefBackpressureSinkStage<In> - Class in akka.stream.impl
-
INTERNAL API
- ActorRefBackpressureSinkStage(ActorRef, Object, Object, Object, Function1<Throwable, Object>) - Constructor for class akka.stream.impl.ActorRefBackpressureSinkStage
-
- ActorRefCompressionAdvertisement(UniqueAddress, CompressionTable<ActorRef>) - Constructor for class akka.remote.artery.compress.CompressionProtocol.ActorRefCompressionAdvertisement
-
- ActorRefCompressionAdvertisement$() - Constructor for class akka.remote.artery.compress.CompressionProtocol.ActorRefCompressionAdvertisement$
-
- ActorRefCompressionAdvertisementAck(UniqueAddress, byte) - Constructor for class akka.remote.artery.compress.CompressionProtocol.ActorRefCompressionAdvertisementAck
-
- ActorRefCompressionAdvertisementAck$() - Constructor for class akka.remote.artery.compress.CompressionProtocol.ActorRefCompressionAdvertisementAck$
-
- ActorRefCompressionTableVersionOffset() - Method in class akka.remote.artery.EnvelopeBuffer$
-
- ActorRefCompressionTableVersionOffset() - Static method in class akka.remote.artery.EnvelopeBuffer
-
- ActorRefFactory - Interface in akka.actor
-
Interface implemented by ActorSystem and ActorContext, the only two places
from which you can get fresh actors.
- ActorRefImpl<T> - Interface in akka.typed.internal
-
Every ActorRef is also an ActorRefImpl, but these two methods shall be
completely hidden from client code.
- ActorRefProvider - Interface in akka.actor
-
Interface for all ActorRef providers to implement.
- actorRefProvider() - Method in class akka.actor.BootstrapSetup
-
- ActorRefResolveCache - Class in akka.remote.serialization
-
INTERNAL API
- ActorRefResolveCache(RemoteActorRefProvider) - Constructor for class akka.remote.serialization.ActorRefResolveCache
-
- ActorRefResolveCacheWithAddress - Class in akka.remote.artery
-
INTERNAL API
- ActorRefResolveCacheWithAddress(RemoteActorRefProvider, UniqueAddress) - Constructor for class akka.remote.artery.ActorRefResolveCacheWithAddress
-
- ActorRefResolveThreadLocalCache - Class in akka.remote.serialization
-
INTERNAL API
- ActorRefResolveThreadLocalCache(ExtendedActorSystem) - Constructor for class akka.remote.serialization.ActorRefResolveThreadLocalCache
-
- ActorRefResolveThreadLocalCache$ - Class in akka.remote.serialization
-
INTERNAL API: Thread local cache per actor system
- ActorRefResolveThreadLocalCache$() - Constructor for class akka.remote.serialization.ActorRefResolveThreadLocalCache$
-
- ActorRefRoutee - Class in akka.routing
-
- ActorRefRoutee(ActorRef) - Constructor for class akka.routing.ActorRefRoutee
-
- ActorRefRoutee$ - Class in akka.routing
-
- ActorRefRoutee$() - Constructor for class akka.routing.ActorRefRoutee$
-
- ActorRefs() - Method in class akka.remote.artery.ArterySettings.Compression
-
Accessor for nested Scala object
- ActorRefs$() - Constructor for class akka.remote.artery.ArterySettings.Compression.ActorRefs$
-
- ActorRefScope - Interface in akka.actor
-
All ActorRefs have a scope which describes where they live.
- ActorRefSink<In> - Class in akka.stream.impl
-
INTERNAL API
- ActorRefSink(ActorRef, Object, Attributes, SinkShape<In>) - Constructor for class akka.stream.impl.ActorRefSink
-
- actorRefSink() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- ActorRefSinkActor - Class in akka.stream.impl
-
INTERNAL API
- ActorRefSinkActor(ActorRef, int, Object) - Constructor for class akka.stream.impl.ActorRefSinkActor
-
- ActorRefSinkActor$ - Class in akka.stream.impl
-
INTERNAL API
- ActorRefSinkActor$() - Constructor for class akka.stream.impl.ActorRefSinkActor$
-
- ActorRefSource<Out> - Class in akka.stream.impl
-
INTERNAL API
- ActorRefSource(int, OverflowStrategy, Attributes, SourceShape<Out>) - Constructor for class akka.stream.impl.ActorRefSource
-
- actorRefSource() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- ActorRefSourceActor - Class in akka.stream.impl
-
INTERNAL API
- ActorRefSourceActor(int, OverflowStrategy, int) - Constructor for class akka.stream.impl.ActorRefSourceActor
-
- ActorRefSourceActor$ - Class in akka.stream.impl
-
INTERNAL API
- ActorRefSourceActor$() - Constructor for class akka.stream.impl.ActorRefSourceActor$
-
- actorRefWithAck() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- actorRefWithAck(ActorRef, Object, Object, Object, Function<Throwable, Object>) - Method in class akka.stream.javadsl.Sink$
-
Sends the elements of the stream to the given ActorRef that sends back back-pressure signal.
- actorRefWithAck(ActorRef, Object, Object, Object, Function<Throwable, Object>) - Static method in class akka.stream.javadsl.Sink
-
Sends the elements of the stream to the given ActorRef that sends back back-pressure signal.
- actorRefWithAck(ActorRef, Object, Object, Object, Function1<Throwable, Object>) - Method in class akka.stream.scaladsl.Sink$
-
Sends the elements of the stream to the given ActorRef that sends back back-pressure signal.
- actorRefWithAck(ActorRef, Object, Object, Object, Function1<Throwable, Object>) - Static method in class akka.stream.scaladsl.Sink
-
Sends the elements of the stream to the given ActorRef that sends back back-pressure signal.
- ActorRefWithCell - Class in akka.actor
-
Common trait of all actor refs which actually have a Cell, most notably
LocalActorRef and RepointableActorRef.
- ActorRefWithCell() - Constructor for class akka.actor.ActorRefWithCell
-
- ActorRouteDefinition<T extends org.apache.camel.model.ProcessorDefinition<T>> - Class in akka.camel
-
Wraps a ProcessorDefinition.
- ActorRouteDefinition(ProcessorDefinition<T>) - Constructor for class akka.camel.ActorRouteDefinition
-
- actors() - Method in class akka.dispatch.MessageDispatcher$
-
- actors() - Static method in class akka.dispatch.MessageDispatcher
-
- actorSel() - Method in class akka.pattern.AskableActorSelection
-
- actorSel() - Method in class akka.pattern.ExplicitlyAskableActorSelection
-
- actorSelection(String) - Static method in class akka.actor.ActorCell
-
- actorSelection(ActorPath) - Static method in class akka.actor.ActorCell
-
- actorSelection(String) - Method in interface akka.actor.ActorRefFactory
-
Construct an
ActorSelection from the given path, which is
parsed for wildcards (these are replaced by regular expressions
internally).
- actorSelection(ActorPath) - Method in interface akka.actor.ActorRefFactory
-
Construct an
ActorSelection from the given path, which is
parsed for wildcards (these are replaced by regular expressions
internally).
- ActorSelection - Class in akka.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 akka.actor.ActorSelection
-
- actorSelection(String) - Static method in class akka.actor.ActorSystem
-
- actorSelection(ActorPath) - Static method in class akka.actor.ActorSystem
-
- actorSelection() - Method in class akka.contrib.circuitbreaker.AskeableWithCircuitBreakerActorSelection
-
- actorSelection(String) - Static method in class akka.routing.RoutedActorCell
-
- actorSelection(ActorPath) - Static method in class akka.routing.RoutedActorCell
-
- ActorSelection$ - Class in akka.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 akka.actor.ActorSelection$
-
- ActorSelectionMessage - Class in akka.actor
-
INTERNAL API
ActorRefFactory.actorSelection returns a ActorSelection which sends these
nested path descriptions whenever using ! on them, the idea being that the
message is delivered by traversing the various actor paths involved.
- ActorSelectionMessage(Object, Iterable<SelectionPathElement>, boolean) - Constructor for class akka.actor.ActorSelectionMessage
-
- ActorSelectionMessage$ - Class in akka.actor
-
- ActorSelectionMessage$() - Constructor for class akka.actor.ActorSelectionMessage$
-
- ActorSelectionRoutee - Class in akka.routing
-
- ActorSelectionRoutee(ActorSelection) - Constructor for class akka.routing.ActorSelectionRoutee
-
- ActorSelectionRoutee$ - Class in akka.routing
-
- ActorSelectionRoutee$() - Constructor for class akka.routing.ActorSelectionRoutee$
-
- ActorSubscriber - Interface in akka.stream.actor
-
Extend/mixin this trait in your
Actor to make it a
stream subscriber with full control of stream back pressure.
- actorSubscriber(Props) - Method in class akka.stream.javadsl.Sink$
-
Creates a
Sink that is materialized to an
ActorRef which points to an Actor
created according to the passed in
Props.
- actorSubscriber(Props) - Static method in class akka.stream.javadsl.Sink
-
Creates a
Sink that is materialized to an
ActorRef which points to an Actor
created according to the passed in
Props.
- actorSubscriber(Props) - Method in class akka.stream.scaladsl.Sink$
-
Creates a
Sink that is materialized to an
ActorRef which points to an Actor
created according to the passed in
Props.
- actorSubscriber(Props) - Static method in class akka.stream.scaladsl.Sink
-
Creates a
Sink that is materialized to an
ActorRef which points to an Actor
created according to the passed in
Props.
- ActorSubscriber$ - Class in akka.stream.actor
-
- ActorSubscriber$() - Constructor for class akka.stream.actor.ActorSubscriber$
-
- ActorSubscriber.OnSubscribe - Class in akka.stream.actor
-
INTERNAL API
- ActorSubscriber.OnSubscribe$ - Class in akka.stream.actor
-
- ActorSubscriberImpl<T> - Class in akka.stream.actor
-
INTERNAL API
- ActorSubscriberImpl(ActorRef) - Constructor for class akka.stream.actor.ActorSubscriberImpl
-
- ActorSubscriberMessage - Class in akka.stream.actor
-
- ActorSubscriberMessage() - Constructor for class akka.stream.actor.ActorSubscriberMessage
-
- ActorSubscriberMessage$ - Class in akka.stream.actor
-
- ActorSubscriberMessage$() - Constructor for class akka.stream.actor.ActorSubscriberMessage$
-
- ActorSubscriberMessage.OnComplete$ - Class in akka.stream.actor
-
- ActorSubscriberMessage.OnError - Class in akka.stream.actor
-
- ActorSubscriberMessage.OnError$ - Class in akka.stream.actor
-
- ActorSubscriberMessage.OnNext - Class in akka.stream.actor
-
- ActorSubscriberMessage.OnNext$ - Class in akka.stream.actor
-
- ActorSubscriberSink<In> - Class in akka.stream.impl
-
INTERNAL API
Creates and wraps an actor into
Subscriber from the given
props,
which should be
Props for an
ActorSubscriber.
- ActorSubscriberSink(Props, Attributes, SinkShape<In>) - Constructor for class akka.stream.impl.ActorSubscriberSink
-
- actorSubscriberSink() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- ActorSubscriberState - Class in akka.stream.actor
-
INTERNAL API
- ActorSubscriberState() - Constructor for class akka.stream.actor.ActorSubscriberState
-
- ActorSubscriberState$ - Class in akka.stream.actor
-
INTERNAL API
Some state must survive restarts.
- ActorSubscriberState$() - Constructor for class akka.stream.actor.ActorSubscriberState$
-
- ActorSubscriberState.State - Class in akka.stream.actor
-
- ActorSubscriberState.State$ - Class in akka.stream.actor
-
- ActorSubscription<T> - Class in akka.stream.impl
-
INTERNAL API
- ActorSubscription(ActorRef, Subscriber<? super T>) - Constructor for class akka.stream.impl.ActorSubscription
-
- ActorSubscriptionWithCursor<T> - Class in akka.stream.impl
-
INTERNAL API
- ActorSubscriptionWithCursor(ActorRef, Subscriber<? super T>) - Constructor for class akka.stream.impl.ActorSubscriptionWithCursor
-
- ActorSystem - Class in akka.actor
-
An actor system is a hierarchical group of actors which share common
configuration, e.g.
- ActorSystem() - Constructor for class akka.actor.ActorSystem
-
- ActorSystem<T> - Interface in akka.typed
-
An ActorSystem is home to a hierarchy of Actors.
- ActorSystem$ - Class in akka.actor
-
- ActorSystem$() - Constructor for class akka.actor.ActorSystem$
-
- ActorSystem$ - Class in akka.typed
-
- ActorSystem$() - Constructor for class akka.typed.ActorSystem$
-
- ActorSystem.Settings - Class in akka.actor
-
Settings are the overall ActorSystem Settings which also provides a convenient access to the Config object.
- ActorSystemActivator - Class in akka.osgi
-
Abstract bundle activator implementation to bootstrap and configure an actor system in an
OSGi environment.
- ActorSystemActivator() - Constructor for class akka.osgi.ActorSystemActivator
-
- ActorSystemAdapter<T> - Class in akka.typed.adapter
-
Lightweight wrapper for presenting an untyped ActorSystem to a Behavior (via the context).
- ActorSystemAdapter(ActorSystemImpl) - Constructor for class akka.typed.adapter.ActorSystemAdapter
-
- ActorSystemAdapter$ - Class in akka.typed.adapter
-
- ActorSystemAdapter$() - Constructor for class akka.typed.adapter.ActorSystemAdapter$
-
- actorSystemConfig(BundleContext) - Method in class akka.osgi.OsgiActorSystemFactory
-
Strategy method to create the Config for the ActorSystem
ensuring that the default/reference configuration is loaded from the akka-actor bundle.
- ActorSystemImpl - Class in akka.actor
-
- ActorSystemImpl(String, Config, ClassLoader, Option<ExecutionContext>, Option<Props>, ActorSystemSetup) - Constructor for class akka.actor.ActorSystemImpl
-
- ActorSystemImpl<T> - Class in akka.typed.internal
-
- ActorSystemImpl(String, Config, ClassLoader, Option<ExecutionContext>, Behavior<T>, DeploymentConfig) - Constructor for class akka.typed.internal.ActorSystemImpl
-
- ActorSystemImpl$ - Class in akka.typed.internal
-
- ActorSystemImpl$() - Constructor for class akka.typed.internal.ActorSystemImpl$
-
- ActorSystemImpl.CreateSystemActor<T> - Class in akka.typed.internal
-
- ActorSystemImpl.CreateSystemActor$ - Class in akka.typed.internal
-
- ActorSystemImpl.SystemCommand - Interface in akka.typed.internal
-
- ActorSystemImpl.TerminationCallbacks<T> - Class in akka.actor
-
- actorSystemName() - Method in class akka.event.slf4j.Slf4jLogger
-
- actorSystemName(Option<String>) - Method in class akka.osgi.OsgiActorSystemFactory
-
Determine the name for the
ActorSystem
Returns a default value of
bundle-<bundle id>-ActorSystem is no name is being specified
- ActorSystemSetup - Class in akka.actor.setup
-
A set of setup settings for programmatic configuration of the actor system.
- ActorSystemSetup(Map<Class<?>, Object>) - Constructor for class akka.actor.setup.ActorSystemSetup
-
- ActorSystemSetup$ - Class in akka.actor.setup
-
- ActorSystemSetup$() - Constructor for class akka.actor.setup.ActorSystemSetup$
-
- ActorSystemTerminating - Class in akka.remote.artery
-
INTERNAL API
- ActorSystemTerminating(UniqueAddress) - Constructor for class akka.remote.artery.ActorSystemTerminating
-
- ActorSystemTerminating$ - Class in akka.remote.artery
-
- ActorSystemTerminating$() - Constructor for class akka.remote.artery.ActorSystemTerminating$
-
- ActorSystemTerminatingAck - Class in akka.remote.artery
-
INTERNAL API
- ActorSystemTerminatingAck(UniqueAddress) - Constructor for class akka.remote.artery.ActorSystemTerminatingAck
-
- ActorSystemTerminatingAck$ - Class in akka.remote.artery
-
- ActorSystemTerminatingAck$() - Constructor for class akka.remote.artery.ActorSystemTerminatingAck$
-
- ActorTransportAdapter - Class in akka.remote.transport
-
- ActorTransportAdapter(Transport, ActorSystem) - Constructor for class akka.remote.transport.ActorTransportAdapter
-
- ActorTransportAdapter$ - Class in akka.remote.transport
-
- ActorTransportAdapter$() - Constructor for class akka.remote.transport.ActorTransportAdapter$
-
- ActorTransportAdapter.AssociateUnderlying - Class in akka.remote.transport
-
- ActorTransportAdapter.AssociateUnderlying$ - Class in akka.remote.transport
-
- ActorTransportAdapter.DisassociateUnderlying - Class in akka.remote.transport
-
- ActorTransportAdapter.DisassociateUnderlying$ - Class in akka.remote.transport
-
- ActorTransportAdapter.ListenerRegistered - Class in akka.remote.transport
-
- ActorTransportAdapter.ListenerRegistered$ - Class in akka.remote.transport
-
- ActorTransportAdapter.ListenUnderlying - Class in akka.remote.transport
-
- ActorTransportAdapter.ListenUnderlying$ - Class in akka.remote.transport
-
- ActorTransportAdapter.TransportOperation - Interface in akka.remote.transport
-
- ActorTransportAdapterManager - Class in akka.remote.transport
-
- ActorTransportAdapterManager() - Constructor for class akka.remote.transport.ActorTransportAdapterManager
-
- actorVar() - Method in class akka.actor.TypedActor.TypedActorInvocationHandler
-
- adapter(String, Behavior<T>, DeploymentConfig, Option<Config>, Option<ClassLoader>, Option<ExecutionContext>, ActorSystemSetup) - Method in class akka.typed.ActorSystem$
-
Create an ActorSystem based on the untyped
ActorSystem
which runs Akka Typed
Behavior on an emulation layer.
- adapters() - Method in class akka.persistence.journal.EventAdapters.CombinedReadEventAdapter
-
- adapters() - Method in class akka.persistence.Persistence.PluginHolder
-
- Adapters() - Method in class akka.remote.RemoteSettings
-
- adaptersFor(String) - Method in class akka.persistence.Persistence
-
Returns an
EventAdapters object which serves as a per-journal collection of bound event adapters.
- adaptersFor(ActorRef) - Method in class akka.persistence.Persistence
-
INTERNAL API
Looks up
EventAdapters by journal plugin's ActorRef.
- adaptFromJournal(PersistentRepr) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- adaptFromJournal(PersistentRepr) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- adaptFromJournal(PersistentRepr) - Method in interface akka.persistence.journal.WriteJournalBase
-
INTERNAL API
- adaptiveBackoffNanos() - Method in class akka.remote.EndpointWriter
-
- AdaptiveLoadBalancingGroup - Class in akka.cluster.metrics
-
A router group that performs load balancing of messages to cluster nodes based on
cluster metric data.
- AdaptiveLoadBalancingGroup(MetricsSelector, Iterable<String>, String) - Constructor for class akka.cluster.metrics.AdaptiveLoadBalancingGroup
-
- AdaptiveLoadBalancingGroup(Config, DynamicAccess) - Constructor for class akka.cluster.metrics.AdaptiveLoadBalancingGroup
-
- AdaptiveLoadBalancingGroup(MetricsSelector, Iterable<String>) - Constructor for class akka.cluster.metrics.AdaptiveLoadBalancingGroup
-
Java API
- AdaptiveLoadBalancingGroup - Class in akka.cluster.routing
-
- AdaptiveLoadBalancingGroup(MetricsSelector, Iterable<String>, String) - Constructor for class akka.cluster.routing.AdaptiveLoadBalancingGroup
-
Deprecated.
- AdaptiveLoadBalancingGroup(Config, DynamicAccess) - Constructor for class akka.cluster.routing.AdaptiveLoadBalancingGroup
-
Deprecated.
- AdaptiveLoadBalancingGroup(MetricsSelector, Iterable<String>) - Constructor for class akka.cluster.routing.AdaptiveLoadBalancingGroup
-
Deprecated.
Java API
- AdaptiveLoadBalancingGroup$ - Class in akka.cluster.metrics
-
- AdaptiveLoadBalancingGroup$() - Constructor for class akka.cluster.metrics.AdaptiveLoadBalancingGroup$
-
- AdaptiveLoadBalancingGroup$ - Class in akka.cluster.routing
-
- AdaptiveLoadBalancingGroup$() - Constructor for class akka.cluster.routing.AdaptiveLoadBalancingGroup$
-
Deprecated.
- AdaptiveLoadBalancingMetricsListener - Class in akka.cluster.metrics
-
INTERNAL API
Subscribe to
ClusterMetricsEvents and update routing logic depending on the events.
- AdaptiveLoadBalancingMetricsListener(AdaptiveLoadBalancingRoutingLogic) - Constructor for class akka.cluster.metrics.AdaptiveLoadBalancingMetricsListener
-
- AdaptiveLoadBalancingMetricsListener - Class in akka.cluster.routing
-
INTERNAL API
subscribe to ClusterMetricsChanged and update routing logic
- AdaptiveLoadBalancingMetricsListener(AdaptiveLoadBalancingRoutingLogic) - Constructor for class akka.cluster.routing.AdaptiveLoadBalancingMetricsListener
-
- AdaptiveLoadBalancingPool - Class in akka.cluster.metrics
-
A router pool that performs load balancing of messages to cluster nodes based on
cluster metric data.
- AdaptiveLoadBalancingPool(MetricsSelector, int, SupervisorStrategy, String, boolean) - Constructor for class akka.cluster.metrics.AdaptiveLoadBalancingPool
-
- AdaptiveLoadBalancingPool(Config, DynamicAccess) - Constructor for class akka.cluster.metrics.AdaptiveLoadBalancingPool
-
- AdaptiveLoadBalancingPool(MetricsSelector, int) - Constructor for class akka.cluster.metrics.AdaptiveLoadBalancingPool
-
Java API
- AdaptiveLoadBalancingPool - Class in akka.cluster.routing
-
- AdaptiveLoadBalancingPool(MetricsSelector, int, SupervisorStrategy, String, boolean) - Constructor for class akka.cluster.routing.AdaptiveLoadBalancingPool
-
Deprecated.
- AdaptiveLoadBalancingPool(Config, DynamicAccess) - Constructor for class akka.cluster.routing.AdaptiveLoadBalancingPool
-
Deprecated.
- AdaptiveLoadBalancingPool(MetricsSelector, int) - Constructor for class akka.cluster.routing.AdaptiveLoadBalancingPool
-
Deprecated.
Java API
- AdaptiveLoadBalancingPool$ - Class in akka.cluster.metrics
-
- AdaptiveLoadBalancingPool$() - Constructor for class akka.cluster.metrics.AdaptiveLoadBalancingPool$
-
- AdaptiveLoadBalancingPool$ - Class in akka.cluster.routing
-
- AdaptiveLoadBalancingPool$() - Constructor for class akka.cluster.routing.AdaptiveLoadBalancingPool$
-
Deprecated.
- AdaptiveLoadBalancingRoutingLogic - Class in akka.cluster.metrics
-
Load balancing of messages to cluster nodes based on cluster metric data.
- AdaptiveLoadBalancingRoutingLogic(ActorSystem, MetricsSelector) - Constructor for class akka.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
-
- AdaptiveLoadBalancingRoutingLogic - Class in akka.cluster.routing
-
- AdaptiveLoadBalancingRoutingLogic(ActorSystem, MetricsSelector) - Constructor for class akka.cluster.routing.AdaptiveLoadBalancingRoutingLogic
-
Deprecated.
- AdaptiveLoadBalancingRoutingLogic$ - Class in akka.cluster.metrics
-
- AdaptiveLoadBalancingRoutingLogic$() - Constructor for class akka.cluster.metrics.AdaptiveLoadBalancingRoutingLogic$
-
- AdaptiveLoadBalancingRoutingLogic$ - Class in akka.cluster.routing
-
- AdaptiveLoadBalancingRoutingLogic$() - Constructor for class akka.cluster.routing.AdaptiveLoadBalancingRoutingLogic$
-
Deprecated.
- adaptToJournal(PersistentRepr) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- adaptToJournal(PersistentRepr) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- adaptToJournal(PersistentRepr) - Method in interface akka.persistence.journal.WriteJournalBase
-
INTERNAL API
- add(Runnable) - Method in class akka.actor.ActorSystemImpl.TerminationCallbacks
-
Adds a Runnable that will be executed on ActorSystem termination.
- add(String, ChildRestartStats) - Method in interface akka.actor.dungeon.ChildrenContainer
-
- add(String, ChildRestartStats) - Method in interface akka.actor.dungeon.ChildrenContainer.EmptyChildrenContainer
-
- add(String, ChildRestartStats) - Method in class akka.actor.dungeon.ChildrenContainer.NormalChildrenContainer
-
- add(String, ChildRestartStats) - Method in class akka.actor.dungeon.ChildrenContainer.TerminatedChildrenContainer$
-
- add(String, ChildRestartStats) - Method in class akka.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
-
- add(A) - Method in class akka.cluster.ddata.GSet
-
Adds an element to the set
- add(Cluster, A) - Method in class akka.cluster.ddata.ORSet
-
Adds an element to the set
- add(UniqueAddress, A) - Method in class akka.cluster.ddata.ORSet
-
INTERNAL API
- add(A, B) - Method in class akka.cluster.ddata.protobuf.ReplicatorMessageSerializer.SmallCache
-
Add entry to the cache.
- add(Tuple2<A, B>) - Method in class akka.cluster.ddata.protobuf.ReplicatorMessageSerializer.SmallCache
-
- add(Member) - Method in class akka.cluster.singleton.ClusterSingletonProxy
-
Adds new member if it has the right role.
- add(T, boolean) - Method in class akka.contrib.pattern.WorkList
-
Appends an entry to the work list.
- add(T) - Method in class akka.dispatch.AbstractBoundedNodeQueue
-
- add(T) - Method in class akka.dispatch.AbstractNodeQueue
-
Add an element to the head of the queue.
- add(ActorRef, ActorRef) - Method in class akka.event.ManagedActorClassification.ManagedActorClassificationMappings
-
- add(PersistentRepr) - Method in interface akka.persistence.journal.inmem.InmemMessages
-
- Add(Function0<Object>) - Constructor for class akka.remote.artery.TaskRunner.Add
-
- add(T) - Method in class akka.routing.ConsistentHash
-
Java API: Adds a node to the node ring.
- add(Graph<S, ?>) - Method in class akka.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(Graph<S, ?>) - Method in class akka.stream.scaladsl.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(Graph<S, ?>, Function1<A, Object>) - Method in class akka.stream.scaladsl.GraphDSL.Builder
-
INTERNAL API.
- add(Graph<S, ?>, Function2<A, B, Object>) - Method in class akka.stream.scaladsl.GraphDSL.Builder
-
INTERNAL API.
- add(I) - Method in class akka.util.MessageBufferMap
-
Add an id to the buffer map
- add(T) - Static method in class akka.util.SerializedSuspendableExecutionContext
-
- Add$() - Constructor for class akka.remote.artery.TaskRunner.Add$
-
- addAdds(String) - Method in class docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet.Builder
-
repeated string adds = 1;
- addAddsBytes(ByteString) - Method in class docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet.Builder
-
repeated string adds = 1;
- addAll(WorkList<T>) - Method in class akka.contrib.pattern.WorkList
-
Appends another WorkList to this WorkList.
- addAllAddresses(ClusterMetricsMessages.Address) - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- addAllAddresses(int, ClusterMetricsMessages.Address) - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- addAllAddresses(ClusterMetricsMessages.Address.Builder) - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- addAllAddresses(int, ClusterMetricsMessages.Address.Builder) - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- addAllAddresses(ClusterMessages.UniqueAddress) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1;
- addAllAddresses(int, ClusterMessages.UniqueAddress) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1;
- addAllAddresses(ClusterMessages.UniqueAddress.Builder) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1;
- addAllAddresses(int, ClusterMessages.UniqueAddress.Builder) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1;
- addAllAddresses(ClusterMessages.Address) - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- addAllAddresses(int, ClusterMessages.Address) - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- addAllAddresses(ClusterMessages.Address.Builder) - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- addAllAddresses(int, ClusterMessages.Address.Builder) - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- addAllAddressesBuilder() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- addAllAddressesBuilder(int) - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- addAllAddressesBuilder() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1;
- addAllAddressesBuilder(int) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1;
- addAllAddressesBuilder() - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- addAllAddressesBuilder(int) - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- addAllAdds(Iterable<String>) - Method in class docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet.Builder
-
repeated string adds = 1;
- addAllAllAddresses(Iterable<? extends ClusterMetricsMessages.Address>) - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- addAllAllAddresses(Iterable<? extends ClusterMessages.UniqueAddress>) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1;
- addAllAllAddresses(Iterable<? extends ClusterMessages.Address>) - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- addAllAllHashes(Iterable<String>) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allHashes = 3;
- addAllAllHashes(Iterable<String>) - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
repeated string allHashes = 2;
- addAllAllMetricNames(Iterable<String>) - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated string allMetricNames = 2;
- addAllAllMetricNames(Iterable<String>) - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
repeated string allMetricNames = 2;
- addAllAllRoles(Iterable<String>) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allRoles = 2;
- addAllArgs(Iterable<? extends ByteString>) - Method in class akka.remote.WireFormats.PropsData.Builder
-
repeated bytes args = 4;
- addAllBuckets(Iterable<? extends DistributedPubSubMessages.Delta.Bucket>) - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1;
- addAllContactPoints(Iterable<String>) - Method in class akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
-
repeated string contactPoints = 1;
- addAllContent(Iterable<? extends DistributedPubSubMessages.Delta.Entry>) - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3;
- addAllDots(Iterable<? extends ReplicatedDataMessages.VersionVector>) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .akka.cluster.ddata.VersionVector dots = 2;
- addAllElements(Iterable<String>) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
-
repeated string elements = 1;
- addAllEntities(Iterable<String>) - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
-
repeated string entities = 1;
- addAllEntries(Iterable<? extends ReplicatedDataMessages.GCounter.Entry>) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .akka.cluster.ddata.GCounter.Entry entries = 1;
- addAllEntries(Iterable<? extends ReplicatedDataMessages.LWWMap.Entry>) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .akka.cluster.ddata.LWWMap.Entry entries = 2;
- addAllEntries(Iterable<? extends ReplicatedDataMessages.ORMap.Entry>) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .akka.cluster.ddata.ORMap.Entry entries = 2;
- addAllEntries(Iterable<? extends ReplicatedDataMessages.ORMultiMap.Entry>) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .akka.cluster.ddata.ORMultiMap.Entry entries = 2;
- addAllEntries(Iterable<? extends ReplicatedDataMessages.PNCounterMap.Entry>) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .akka.cluster.ddata.PNCounterMap.Entry entries = 2;
- addAllEntries(Iterable<? extends ReplicatedDataMessages.VersionVector.Entry>) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Builder
-
repeated .akka.cluster.ddata.VersionVector.Entry entries = 1;
- addAllEntries(Iterable<? extends ReplicatorMessages.Gossip.Entry>) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .akka.cluster.ddata.Gossip.Entry entries = 2;
- addAllEntries(Iterable<? extends ReplicatorMessages.Status.Entry>) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .akka.cluster.ddata.Status.Entry entries = 3;
- addAllHashes(String) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allHashes = 3;
- addAllHashes(String) - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
repeated string allHashes = 2;
- addAllHashesBytes(ByteString) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allHashes = 3;
- addAllHashesBytes(ByteString) - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
repeated string allHashes = 2;
- addAllHasManifest(Iterable<? extends Boolean>) - Method in class akka.remote.WireFormats.PropsData.Builder
-
repeated bool hasManifest = 7;
- addAllIntElements(Iterable<? extends Integer>) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated sint32 intElements = 2 [packed = true];
- addAllIntElements(Iterable<? extends Integer>) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated sint32 intElements = 4 [packed = true];
- addAllKeys(Iterable<String>) - Method in class akka.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
repeated string keys = 4;
- addAllLongElements(Iterable<? extends Long>) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated sint64 longElements = 3 [packed = true];
- addAllLongElements(Iterable<? extends Long>) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated sint64 longElements = 5 [packed = true];
- addAllManifests(Iterable<String>) - Method in class akka.remote.WireFormats.PropsData.Builder
-
repeated string manifests = 5;
- addAllMembers(Iterable<? extends ClusterMessages.Member>) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4;
- addAllMetricNames(String) - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated string allMetricNames = 2;
- addAllMetricNames(String) - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
repeated string allMetricNames = 2;
- addAllMetricNamesBytes(ByteString) - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated string allMetricNames = 2;
- addAllMetricNamesBytes(ByteString) - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
repeated string allMetricNames = 2;
- addAllMetrics(Iterable<? extends ClusterMetricsMessages.NodeMetrics.Metric>) - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- addAllMetrics(Iterable<? extends ClusterMessages.NodeMetrics.Metric>) - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- addAllNacks(Iterable<? extends Long>) - Method in class akka.remote.WireFormats.AcknowledgementInfo.Builder
-
repeated fixed64 nacks = 2;
- addAllNodeMetrics(Iterable<? extends ClusterMetricsMessages.NodeMetrics>) - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- addAllNodeMetrics(Iterable<? extends ClusterMessages.NodeMetrics>) - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- addAllObserverReachability(Iterable<? extends ClusterMessages.ObserverReachability>) - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2;
- addAllOtherElements(Iterable<? extends ReplicatorMessages.OtherMessage>) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .akka.cluster.ddata.OtherMessage otherElements = 4;
- addAllOtherElements(Iterable<? extends ReplicatorMessages.OtherMessage>) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .akka.cluster.ddata.OtherMessage otherElements = 6;
- addAllPattern(Iterable<? extends ContainerFormats.Selection>) - Method in class akka.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3;
- addAllPayload(Iterable<? extends MessageFormats.PersistentMessage>) - Method in class akka.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1;
- addAllPersistenceIdsSubscriber(ActorRef) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- addAllPersistenceIdsSubscriber(ActorRef) - Method in interface akka.persistence.journal.leveldb.LeveldbStore
-
- addAllPruning(Iterable<? extends ReplicatorMessages.DataEnvelope.PruningEntry>) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .akka.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- addAllRegionProxies(Iterable<String>) - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regionProxies = 3;
- addAllRegions(Iterable<String>) - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regions = 2;
- addAllRemovals(Iterable<String>) - Method in class docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet.Builder
-
repeated string removals = 2;
- addAllRoles(String) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allRoles = 2;
- addAllRoles(Iterable<String>) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
repeated string roles = 2;
- addAllRolesBytes(ByteString) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allRoles = 2;
- addAllRolesIndexes(Iterable<? extends Integer>) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
repeated int32 rolesIndexes = 4 [packed = true];
- addAllSeen(Iterable<? extends ReplicatorMessages.Address>) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .akka.cluster.ddata.Address seen = 4;
- addAllSeen(Iterable<? extends Integer>) - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated int32 seen = 1;
- addAllSerializerIds(Iterable<? extends Integer>) - Method in class akka.remote.WireFormats.PropsData.Builder
-
repeated int32 serializerIds = 6;
- addAllShards(Iterable<? extends ClusterShardingMessages.CoordinatorState.ShardEntry>) - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1;
- addAllStackTrace(Iterable<? extends ContainerFormats.StackTraceElement>) - Method in class akka.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4;
- addAllStringElements(Iterable<String>) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated string stringElements = 1;
- addAllStringElements(Iterable<String>) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated string stringElements = 3;
- addAllSubjectReachability(Iterable<? extends ClusterMessages.SubjectReachability>) - Method in class akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2;
- addAllUnallocatedShards(Iterable<String>) - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string unallocatedShards = 4;
- addAllUnconfirmedDeliveries(Iterable<? extends MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery>) - Method in class akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2;
- addAllValues(Iterable<? extends Integer>) - Method in class akka.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
repeated uint32 values = 5;
- addAllVersions(Iterable<? extends ClusterMessages.VectorClock.Version>) - Method in class akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2;
- addAllVersions(Iterable<? extends DistributedPubSubMessages.Status.Version>) - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1;
- addArgs(ByteString) - Method in class akka.remote.WireFormats.PropsData.Builder
-
repeated bytes args = 4;
- addAttributes(Attributes) - Static method in class akka.remote.artery.AeronSink
-
- addAttributes(Attributes) - Static method in class akka.remote.artery.AeronSource
-
- addAttributes(Attributes) - Static method in class akka.remote.artery.Decoder
-
- addAttributes(Attributes) - Static method in class akka.remote.artery.Encoder
-
- addAttributes(Attributes) - Static method in class akka.remote.artery.InboundControlJunction
-
- addAttributes(Attributes) - Static method in class akka.remote.artery.OutboundControlJunction
-
- addAttributes(Attributes) - Static method in class akka.remote.artery.OutboundHandshake
-
- addAttributes(Attributes) - Static method in class akka.remote.artery.SendQueue
-
- addAttributes(Attributes) - Static method in class akka.remote.artery.SystemMessageDelivery
-
- addAttributes(Attributes) - Method in interface akka.stream.Graph
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.EmptySource
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.Batch
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.Buffer
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.Collect
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.Drop
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.DropWhile
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.Filter
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.Fold
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.Grouped
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.Intersperse
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.LimitWeighted
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.Log
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.Map
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.MapAsync
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.MapAsyncUnordered
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.MapError
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.Recover
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.RecoverWith
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.Scan
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.ScanAsync
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.Sliding
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.Split
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.SubSink
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.SubSource
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.Take
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.fusing.TakeWhile
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.io.ByteStringParser
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.io.compression.DeflateDecompressorBase
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.io.compression.GzipDecompressor
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.io.ConnectionSourceStage
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.io.InputStreamSinkStage
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.io.OutgoingConnectionStage
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.io.OutputStreamSourceStage
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.LazySource
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.QueueSink
-
- addAttributes(Attributes) - Static method in class akka.stream.impl.QueueSource
-
- addAttributes(Attributes) - Method in class akka.stream.impl.SubFlowImpl
-
- addAttributes(Attributes) - Method in class akka.stream.javadsl.BidiFlow
-
Add the given attributes to this Source.
- addAttributes(Attributes) - Method in class akka.stream.javadsl.Flow
-
Add the given attributes to this Source.
- addAttributes(Attributes) - Method in class akka.stream.javadsl.RunnableGraph
-
- addAttributes(Attributes) - Method in class akka.stream.javadsl.Sink
-
Add the given attributes to this Sink.
- addAttributes(Attributes) - Method in class akka.stream.javadsl.Source
-
Add the given attributes to this Source.
- addAttributes(Attributes) - Method in class akka.stream.javadsl.SubFlow
-
Add the given attributes to this Source.
- addAttributes(Attributes) - Method in class akka.stream.javadsl.SubSource
-
Add the given attributes to this Source.
- addAttributes(Attributes) - Static method in class akka.stream.scaladsl.Balance
-
- addAttributes(Attributes) - Method in class akka.stream.scaladsl.BidiFlow
-
Add the given attributes to this Source.
- addAttributes(Attributes) - Static method in class akka.stream.scaladsl.Broadcast
-
- addAttributes(Attributes) - Static method in class akka.stream.scaladsl.BroadcastHub
-
- addAttributes(Attributes) - Static method in class akka.stream.scaladsl.Concat
-
- addAttributes(Attributes) - Method in class akka.stream.scaladsl.Flow
-
Add the given attributes to this Flow.
- addAttributes(Attributes) - Method in interface akka.stream.scaladsl.FlowOps
-
- addAttributes(Attributes) - Static method in class akka.stream.scaladsl.Interleave
-
- addAttributes(Attributes) - Static method in class akka.stream.scaladsl.Merge
-
- addAttributes(Attributes) - Static method in class akka.stream.scaladsl.MergeHub
-
- addAttributes(Attributes) - Static method in class akka.stream.scaladsl.MergePreferred
-
- addAttributes(Attributes) - Static method in class akka.stream.scaladsl.OrElse
-
- addAttributes(Attributes) - Static method in class akka.stream.scaladsl.Partition
-
- addAttributes(Attributes) - Method in class akka.stream.scaladsl.RunnableGraph
-
- addAttributes(Attributes) - Method in class akka.stream.scaladsl.Sink
-
Add the given attributes to this Sink.
- addAttributes(Attributes) - Method in class akka.stream.scaladsl.Source
-
Add the given attributes to this Source.
- addAttributes(Attributes) - Static method in class akka.stream.scaladsl.Unzip
-
- addAttributes(Attributes) - Static method in class akka.stream.scaladsl.Zip
-
- addAttributes(Attributes) - Static method in class akka.stream.scaladsl.ZipN
-
- addAttributes(Attributes) - Static method in class akka.stream.scaladsl.ZipWithN
-
- addAttributes(Attributes) - Static method in class akka.stream.testkit.TestSinkStage
-
- addAttributes(Attributes) - Static method in class akka.stream.testkit.TestSourceStage
-
- addBinding(String, A, Cluster) - Method in class akka.cluster.ddata.ORMultiMap
-
Scala API: Add an element to a set associated with a key.
- addBinding(Cluster, String, A) - Method in class akka.cluster.ddata.ORMultiMap
-
Java API: Add an element to a set associated with a key.
- addBinding(UniqueAddress, String, A) - Method in class akka.cluster.ddata.ORMultiMap
-
INTERNAL API
- addBuckets(DistributedPubSubMessages.Delta.Bucket) - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1;
- addBuckets(int, DistributedPubSubMessages.Delta.Bucket) - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1;
- addBuckets(DistributedPubSubMessages.Delta.Bucket.Builder) - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1;
- addBuckets(int, DistributedPubSubMessages.Delta.Bucket.Builder) - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1;
- addBucketsBuilder() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1;
- addBucketsBuilder(int) - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1;
- addChild(String, InternalActorRef) - Method in class akka.actor.VirtualPathContainer
-
- addClass(Class<?>) - Static method in class akka.osgi.BundleDelegatingClassLoader
-
- addContactPoints(String) - Method in class akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
-
repeated string contactPoints = 1;
- addContactPointsBytes(ByteString) - Method in class akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
-
repeated string contactPoints = 1;
- addContent(DistributedPubSubMessages.Delta.Entry) - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3;
- addContent(int, DistributedPubSubMessages.Delta.Entry) - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3;
- addContent(DistributedPubSubMessages.Delta.Entry.Builder) - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3;
- addContent(int, DistributedPubSubMessages.Delta.Entry.Builder) - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3;
- addContentBuilder() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3;
- addContentBuilder(int) - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3;
- addDots(ReplicatedDataMessages.VersionVector) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .akka.cluster.ddata.VersionVector dots = 2;
- addDots(int, ReplicatedDataMessages.VersionVector) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .akka.cluster.ddata.VersionVector dots = 2;
- addDots(ReplicatedDataMessages.VersionVector.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .akka.cluster.ddata.VersionVector dots = 2;
- addDots(int, ReplicatedDataMessages.VersionVector.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .akka.cluster.ddata.VersionVector dots = 2;
- addDotsBuilder() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .akka.cluster.ddata.VersionVector dots = 2;
- addDotsBuilder(int) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .akka.cluster.ddata.VersionVector dots = 2;
- addEdge(Outlet<T>, Inlet<U>) - Method in class akka.stream.scaladsl.GraphDSL.Builder
-
INTERNAL API
- addedSchemeIdentifier() - Method in class akka.remote.transport.AbstractTransportAdapterHandle
-
- addedSchemeIdentifier() - Static method in class akka.remote.transport.ActorTransportAdapter
-
- addedSchemeIdentifier() - Method in class akka.remote.transport.AkkaProtocolTransport
-
- addedSchemeIdentifier() - Static method in class akka.remote.transport.FailureInjectorHandle
-
- addedSchemeIdentifier() - Method in class akka.remote.transport.FailureInjectorTransportAdapter
-
- addedSchemeIdentifier() - Method in interface akka.remote.transport.SchemeAugmenter
-
- addedSchemeIdentifier() - Static method in class akka.remote.transport.ThrottlerHandle
-
- addedSchemeIdentifier() - Method in class akka.remote.transport.ThrottlerTransportAdapter
-
- addElements(String) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
-
repeated string elements = 1;
- addElementsBytes(ByteString) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
-
repeated string elements = 1;
- addEntities(String) - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
-
repeated string entities = 1;
- addEntitiesBytes(ByteString) - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
-
repeated string entities = 1;
- addEntries(ReplicatedDataMessages.GCounter.Entry) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .akka.cluster.ddata.GCounter.Entry entries = 1;
- addEntries(int, ReplicatedDataMessages.GCounter.Entry) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .akka.cluster.ddata.GCounter.Entry entries = 1;
- addEntries(ReplicatedDataMessages.GCounter.Entry.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .akka.cluster.ddata.GCounter.Entry entries = 1;
- addEntries(int, ReplicatedDataMessages.GCounter.Entry.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .akka.cluster.ddata.GCounter.Entry entries = 1;
- addEntries(ReplicatedDataMessages.LWWMap.Entry) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .akka.cluster.ddata.LWWMap.Entry entries = 2;
- addEntries(int, ReplicatedDataMessages.LWWMap.Entry) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .akka.cluster.ddata.LWWMap.Entry entries = 2;
- addEntries(ReplicatedDataMessages.LWWMap.Entry.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .akka.cluster.ddata.LWWMap.Entry entries = 2;
- addEntries(int, ReplicatedDataMessages.LWWMap.Entry.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .akka.cluster.ddata.LWWMap.Entry entries = 2;
- addEntries(ReplicatedDataMessages.ORMap.Entry) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .akka.cluster.ddata.ORMap.Entry entries = 2;
- addEntries(int, ReplicatedDataMessages.ORMap.Entry) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .akka.cluster.ddata.ORMap.Entry entries = 2;
- addEntries(ReplicatedDataMessages.ORMap.Entry.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .akka.cluster.ddata.ORMap.Entry entries = 2;
- addEntries(int, ReplicatedDataMessages.ORMap.Entry.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .akka.cluster.ddata.ORMap.Entry entries = 2;
- addEntries(ReplicatedDataMessages.ORMultiMap.Entry) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .akka.cluster.ddata.ORMultiMap.Entry entries = 2;
- addEntries(int, ReplicatedDataMessages.ORMultiMap.Entry) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .akka.cluster.ddata.ORMultiMap.Entry entries = 2;
- addEntries(ReplicatedDataMessages.ORMultiMap.Entry.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .akka.cluster.ddata.ORMultiMap.Entry entries = 2;
- addEntries(int, ReplicatedDataMessages.ORMultiMap.Entry.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .akka.cluster.ddata.ORMultiMap.Entry entries = 2;
- addEntries(ReplicatedDataMessages.PNCounterMap.Entry) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .akka.cluster.ddata.PNCounterMap.Entry entries = 2;
- addEntries(int, ReplicatedDataMessages.PNCounterMap.Entry) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .akka.cluster.ddata.PNCounterMap.Entry entries = 2;
- addEntries(ReplicatedDataMessages.PNCounterMap.Entry.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .akka.cluster.ddata.PNCounterMap.Entry entries = 2;
- addEntries(int, ReplicatedDataMessages.PNCounterMap.Entry.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .akka.cluster.ddata.PNCounterMap.Entry entries = 2;
- addEntries(ReplicatedDataMessages.VersionVector.Entry) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Builder
-
repeated .akka.cluster.ddata.VersionVector.Entry entries = 1;
- addEntries(int, ReplicatedDataMessages.VersionVector.Entry) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Builder
-
repeated .akka.cluster.ddata.VersionVector.Entry entries = 1;
- addEntries(ReplicatedDataMessages.VersionVector.Entry.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Builder
-
repeated .akka.cluster.ddata.VersionVector.Entry entries = 1;
- addEntries(int, ReplicatedDataMessages.VersionVector.Entry.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Builder
-
repeated .akka.cluster.ddata.VersionVector.Entry entries = 1;
- addEntries(ReplicatorMessages.Gossip.Entry) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .akka.cluster.ddata.Gossip.Entry entries = 2;
- addEntries(int, ReplicatorMessages.Gossip.Entry) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .akka.cluster.ddata.Gossip.Entry entries = 2;
- addEntries(ReplicatorMessages.Gossip.Entry.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .akka.cluster.ddata.Gossip.Entry entries = 2;
- addEntries(int, ReplicatorMessages.Gossip.Entry.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .akka.cluster.ddata.Gossip.Entry entries = 2;
- addEntries(ReplicatorMessages.Status.Entry) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .akka.cluster.ddata.Status.Entry entries = 3;
- addEntries(int, ReplicatorMessages.Status.Entry) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .akka.cluster.ddata.Status.Entry entries = 3;
- addEntries(ReplicatorMessages.Status.Entry.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .akka.cluster.ddata.Status.Entry entries = 3;
- addEntries(int, ReplicatorMessages.Status.Entry.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .akka.cluster.ddata.Status.Entry entries = 3;
- addEntriesBuilder() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .akka.cluster.ddata.GCounter.Entry entries = 1;
- addEntriesBuilder(int) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .akka.cluster.ddata.GCounter.Entry entries = 1;
- addEntriesBuilder() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .akka.cluster.ddata.LWWMap.Entry entries = 2;
- addEntriesBuilder(int) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .akka.cluster.ddata.LWWMap.Entry entries = 2;
- addEntriesBuilder() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .akka.cluster.ddata.ORMap.Entry entries = 2;
- addEntriesBuilder(int) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .akka.cluster.ddata.ORMap.Entry entries = 2;
- addEntriesBuilder() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .akka.cluster.ddata.ORMultiMap.Entry entries = 2;
- addEntriesBuilder(int) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .akka.cluster.ddata.ORMultiMap.Entry entries = 2;
- addEntriesBuilder() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .akka.cluster.ddata.PNCounterMap.Entry entries = 2;
- addEntriesBuilder(int) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .akka.cluster.ddata.PNCounterMap.Entry entries = 2;
- addEntriesBuilder() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Builder
-
repeated .akka.cluster.ddata.VersionVector.Entry entries = 1;
- addEntriesBuilder(int) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Builder
-
repeated .akka.cluster.ddata.VersionVector.Entry entries = 1;
- addEntriesBuilder() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .akka.cluster.ddata.Gossip.Entry entries = 2;
- addEntriesBuilder(int) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .akka.cluster.ddata.Gossip.Entry entries = 2;
- addEntriesBuilder() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .akka.cluster.ddata.Status.Entry entries = 3;
- addEntriesBuilder(int) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .akka.cluster.ddata.Status.Entry entries = 3;
- addFilter(EventFilter) - Method in class akka.testkit.TestEventListener
-
- addFunctionRef(Function2<ActorRef, Object, BoxedUnit>) - Static method in class akka.actor.ActorCell
-
- addFunctionRef(Function2<ActorRef, Object, BoxedUnit>) - Method in interface akka.actor.dungeon.Children
-
- addFunctionRef(Function2<ActorRef, Object, BoxedUnit>) - Static method in class akka.routing.RoutedActorCell
-
- addHasManifest(boolean) - Method in class akka.remote.WireFormats.PropsData.Builder
-
repeated bool hasManifest = 7;
- addIntElements(int) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated sint32 intElements = 2 [packed = true];
- addIntElements(int) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated sint32 intElements = 4 [packed = true];
- addKey(K) - Method in class akka.util.SubclassifiedIndex
-
Add key to this index which inherits its value set from the most specific
super-class which is known.
- addKeys(String) - Method in class akka.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
repeated string keys = 4;
- addKeysBytes(ByteString) - Method in class akka.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
repeated string keys = 4;
- addLogger(ActorSystemImpl, Class<? extends Actor>, Logging.LogLevel, String) - Method in interface akka.event.LoggingBus
-
INTERNAL API
- AddLoggingReceive() - Method in class akka.actor.ActorSystem.Settings
-
- addLogServiceListener(BundleContext, ActorSystem) - Method in class akka.osgi.ActorSystemActivator
-
Adds a LogService Listener that will advertise the ActorSystem on LogService registration and unregistration
- addLongElements(long) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated sint64 longElements = 3 [packed = true];
- addLongElements(long) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated sint64 longElements = 5 [packed = true];
- addManifests(String) - Method in class akka.remote.WireFormats.PropsData.Builder
-
repeated string manifests = 5;
- addManifestsBytes(ByteString) - Method in class akka.remote.WireFormats.PropsData.Builder
-
repeated string manifests = 5;
- addMember(Member) - Method in class akka.cluster.ClusterHeartbeatSender
-
- addMember(UniqueAddress) - Method in class akka.cluster.ClusterHeartbeatSenderState
-
- addMember(Member) - Method in class akka.cluster.ClusterMetricsCollector
-
Adds a member to the node ring.
- addMember(Member) - Method in class akka.cluster.metrics.ClusterMetricsCollector
-
Adds a member to the node ring.
- addMember(Member) - Method in interface akka.cluster.routing.ClusterRouterActor
-
- addMembers(ClusterMessages.Member) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4;
- addMembers(int, ClusterMessages.Member) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4;
- addMembers(ClusterMessages.Member.Builder) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4;
- addMembers(int, ClusterMessages.Member.Builder) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4;
- addMembersBuilder() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4;
- addMembersBuilder(int) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4;
- addMetrics(ClusterMetricsMessages.NodeMetrics.Metric) - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- addMetrics(int, ClusterMetricsMessages.NodeMetrics.Metric) - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- addMetrics(ClusterMetricsMessages.NodeMetrics.Metric.Builder) - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- addMetrics(int, ClusterMetricsMessages.NodeMetrics.Metric.Builder) - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- addMetrics(ClusterMessages.NodeMetrics.Metric) - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- addMetrics(int, ClusterMessages.NodeMetrics.Metric) - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- addMetrics(ClusterMessages.NodeMetrics.Metric.Builder) - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- addMetrics(int, ClusterMessages.NodeMetrics.Metric.Builder) - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- addMetricsBuilder() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- addMetricsBuilder(int) - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- addMetricsBuilder() - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- addMetricsBuilder(int) - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- addModule(StreamLayout.Module, Set<StreamLayout.Module>, Attributes, int, Shape) - Method in class akka.stream.impl.fusing.Fusing.BuildStructuralInfo
-
Add a module to the given group, performing normalization (i.e.
- addNacks(long) - Method in class akka.remote.WireFormats.AcknowledgementInfo.Builder
-
repeated fixed64 nacks = 2;
- addNode(AbstractBoundedNodeQueue.Node<T>) - Method in class akka.dispatch.AbstractBoundedNodeQueue
-
- addNode(AbstractNodeQueue.Node<T>) - Method in class akka.dispatch.AbstractNodeQueue
-
Add an element to the head of the queue, providing the queue node to be used.
- addNode(AbstractNodeQueue.Node<T>) - Static method in class akka.util.SerializedSuspendableExecutionContext
-
- addNodeMetrics(ClusterMetricsMessages.NodeMetrics) - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- addNodeMetrics(int, ClusterMetricsMessages.NodeMetrics) - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- addNodeMetrics(ClusterMetricsMessages.NodeMetrics.Builder) - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- addNodeMetrics(int, ClusterMetricsMessages.NodeMetrics.Builder) - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- addNodeMetrics(ClusterMessages.NodeMetrics) - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- addNodeMetrics(int, ClusterMessages.NodeMetrics) - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- addNodeMetrics(ClusterMessages.NodeMetrics.Builder) - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- addNodeMetrics(int, ClusterMessages.NodeMetrics.Builder) - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- addNodeMetricsBuilder() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- addNodeMetricsBuilder(int) - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- addNodeMetricsBuilder() - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- addNodeMetricsBuilder(int) - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- addObjectAndEstimateCount(Object, long) - Method in class akka.remote.artery.compress.CountMinSketch
-
Similar to add, however we reuse the fact that the hask buckets have to be calculated for add
already, and a separate estimateCount operation would have to calculate them again, so we do it all in one go.
- addObserverReachability(ClusterMessages.ObserverReachability) - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2;
- addObserverReachability(int, ClusterMessages.ObserverReachability) - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2;
- addObserverReachability(ClusterMessages.ObserverReachability.Builder) - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2;
- addObserverReachability(int, ClusterMessages.ObserverReachability.Builder) - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2;
- addObserverReachabilityBuilder() - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2;
- addObserverReachabilityBuilder(int) - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2;
- AddOnMemberRemovedListener(Runnable) - Constructor for class akka.cluster.InternalClusterAction.AddOnMemberRemovedListener
-
- AddOnMemberRemovedListener$() - Constructor for class akka.cluster.InternalClusterAction.AddOnMemberRemovedListener$
-
- AddOnMemberUpListener(Runnable) - Constructor for class akka.cluster.InternalClusterAction.AddOnMemberUpListener
-
- AddOnMemberUpListener$() - Constructor for class akka.cluster.InternalClusterAction.AddOnMemberUpListener$
-
- addOtherElements(ReplicatorMessages.OtherMessage) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .akka.cluster.ddata.OtherMessage otherElements = 4;
- addOtherElements(int, ReplicatorMessages.OtherMessage) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .akka.cluster.ddata.OtherMessage otherElements = 4;
- addOtherElements(ReplicatorMessages.OtherMessage.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .akka.cluster.ddata.OtherMessage otherElements = 4;
- addOtherElements(int, ReplicatorMessages.OtherMessage.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .akka.cluster.ddata.OtherMessage otherElements = 4;
- addOtherElements(ReplicatorMessages.OtherMessage) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .akka.cluster.ddata.OtherMessage otherElements = 6;
- addOtherElements(int, ReplicatorMessages.OtherMessage) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .akka.cluster.ddata.OtherMessage otherElements = 6;
- addOtherElements(ReplicatorMessages.OtherMessage.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .akka.cluster.ddata.OtherMessage otherElements = 6;
- addOtherElements(int, ReplicatorMessages.OtherMessage.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .akka.cluster.ddata.OtherMessage otherElements = 6;
- addOtherElementsBuilder() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .akka.cluster.ddata.OtherMessage otherElements = 4;
- addOtherElementsBuilder(int) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .akka.cluster.ddata.OtherMessage otherElements = 4;
- addOtherElementsBuilder() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .akka.cluster.ddata.OtherMessage otherElements = 6;
- addOtherElementsBuilder(int) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .akka.cluster.ddata.OtherMessage otherElements = 6;
- addPattern(ContainerFormats.Selection) - Method in class akka.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3;
- addPattern(int, ContainerFormats.Selection) - Method in class akka.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3;
- addPattern(ContainerFormats.Selection.Builder) - Method in class akka.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3;
- addPattern(int, ContainerFormats.Selection.Builder) - Method in class akka.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3;
- addPatternBuilder() - Method in class akka.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3;
- addPatternBuilder(int) - Method in class akka.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3;
- addPayload(MessageFormats.PersistentMessage) - Method in class akka.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1;
- addPayload(int, MessageFormats.PersistentMessage) - Method in class akka.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1;
- addPayload(MessageFormats.PersistentMessage.Builder) - Method in class akka.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1;
- addPayload(int, MessageFormats.PersistentMessage.Builder) - Method in class akka.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1;
- addPayloadBuilder() - Method in class akka.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1;
- addPayloadBuilder(int) - Method in class akka.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1;
- addPersistenceIdSubscriber(ActorRef, String) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- addPersistenceIdSubscriber(ActorRef, String) - Method in interface akka.persistence.journal.leveldb.LeveldbStore
-
- addPruning(ReplicatorMessages.DataEnvelope.PruningEntry) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .akka.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- addPruning(int, ReplicatorMessages.DataEnvelope.PruningEntry) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .akka.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- addPruning(ReplicatorMessages.DataEnvelope.PruningEntry.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .akka.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- addPruning(int, ReplicatorMessages.DataEnvelope.PruningEntry.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .akka.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- addPruningBuilder() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .akka.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- addPruningBuilder(int) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .akka.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- addr() - Method in class akka.io.Dns.Resolved
-
- addr() - Method in class akka.remote.testconductor.AddressReply
-
- addr() - Method in class akka.remote.testconductor.Controller.NodeInfo
-
- addr() - Method in class akka.remote.testconductor.Hello
-
- ADDR_FIELD_NUMBER - Static variable in class akka.remote.testconductor.TestConductorProtocol.AddressRequest
-
- ADDR_FIELD_NUMBER - Static variable in class akka.remote.testconductor.TestConductorProtocol.Wrapper
-
- addRegionProxies(String) - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regionProxies = 3;
- addRegionProxiesBytes(ByteString) - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regionProxies = 3;
- addRegions(String) - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regions = 2;
- addRegionsBytes(ByteString) - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regions = 2;
- addRemovals(String) - Method in class docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet.Builder
-
repeated string removals = 2;
- addRemovalsBytes(ByteString) - Method in class docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet.Builder
-
repeated string removals = 2;
- addRemoved(UniqueAddress) - Method in class akka.cluster.singleton.ClusterSingletonManager
-
- address() - Method in interface akka.actor.ActorPath
-
The Address under which this path can be reached; walks up the tree to
the RootActorPath.
- Address - Class in akka.actor
-
The address specifies the physical location under which an Actor can be
reached.
- Address(String, String) - Constructor for class akka.actor.Address
-
- Address(String, String, String, int) - Constructor for class akka.actor.Address
-
- address() - Method in class akka.actor.AddressTerminated
-
- address() - Method in class akka.actor.ChildActorPath
-
- address() - Method in class akka.actor.RootActorPath
-
- address() - Method in class akka.cluster.ClusterUserAction.Down
-
- address() - Method in class akka.cluster.ClusterUserAction.JoinTo
-
- address() - Method in class akka.cluster.ClusterUserAction.Leave
-
- address() - Method in class akka.cluster.InternalClusterAction.InitJoinAck
-
- address() - Method in class akka.cluster.InternalClusterAction.InitJoinNack
-
- address() - Method in class akka.cluster.InternalClusterAction.SendGossipTo
-
- address() - Method in class akka.cluster.Member
-
- address() - Method in class akka.cluster.metrics.NodeMetrics
-
- address() - Method in class akka.cluster.metrics.StandardMetrics.Cpu
-
- address() - Method in class akka.cluster.metrics.StandardMetrics.HeapMemory
-
- address() - Method in class akka.cluster.NodeMetrics
-
Deprecated.
- address() - Method in class akka.cluster.StandardMetrics.Cpu
-
Deprecated.
- address() - Method in class akka.cluster.StandardMetrics.HeapMemory
-
Deprecated.
- address() - Method in class akka.cluster.UniqueAddress
-
- address() - Method in class akka.persistence.journal.PersistencePluginProxy.TargetLocation
-
- address() - Method in class akka.remote.QuarantinedEvent
-
- address() - Method in class akka.remote.testconductor.TestConductorExt
-
Transport address of this Netty-like remote transport.
- address() - Method in class akka.remote.transport.ThrottlerTransportAdapter.ForceDisassociate
-
- address() - Method in class akka.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly
-
- address() - Method in class akka.remote.transport.ThrottlerTransportAdapter.SetThrottle
-
- address() - Method in class akka.remote.UniqueAddress
-
- address() - Method in class akka.serialization.Serialization.Information
-
- address() - Method in class akka.typed.patterns.Receptionist.Register
-
- address() - Method in class akka.typed.patterns.Receptionist.Registered
-
- Address$ - Class in akka.actor
-
- Address$() - Constructor for class akka.actor.Address$
-
- address2proto(Address) - Method in class akka.remote.testconductor.MsgEncoder
-
- address2scala(TestConductorProtocol.Address) - Method in class akka.remote.testconductor.MsgDecoder
-
- ADDRESS_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
-
- ADDRESS_FIELD_NUMBER - Static variable in class akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress
-
- ADDRESS_FIELD_NUMBER - Static variable in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
-
- ADDRESS_FIELD_NUMBER - Static variable in class akka.remote.ArteryControlFormats.MessageWithAddress
-
- ADDRESS_FIELD_NUMBER - Static variable in class akka.remote.ArteryControlFormats.UniqueAddress
-
- ADDRESS_FIELD_NUMBER - Static variable in class akka.remote.testconductor.TestConductorProtocol.Hello
-
- ADDRESS_FIELD_NUMBER - Static variable in class akka.remote.testconductor.TestConductorProtocol.InjectFailure
-
- addressChaosTable() - Method in class akka.remote.transport.FailureInjectorTransportAdapter
-
- addresses() - Method in class akka.remote.artery.ArteryTransport
-
- addresses() - Method in class akka.remote.RemoteTransport
-
Address to be used in RootActorPath of refs generated for this transport.
- addresses() - Method in class akka.remote.Remoting
-
- addresses() - Method in class akka.typed.patterns.Receptionist.Listing
-
- addressesPromise() - Method in class akka.remote.EndpointManager.Listen
-
- addressesPromise() - Method in class akka.remote.EndpointManager.ListensFailure
-
- addressesPromise() - Method in class akka.remote.EndpointManager.ListensResult
-
- addressForWriter(ActorRef) - Method in class akka.remote.EndpointManager.EndpointRegistry
-
- addressFromProto(ReplicatorMessages.Address) - Static method in class akka.cluster.ddata.protobuf.ReplicatorMessageSerializer
-
- addressFromProto(ReplicatorMessages.Address) - Method in interface akka.cluster.ddata.protobuf.SerializationSupport
-
- addressFromSocketAddress(SocketAddress, String, String, Option<String>, Option<Object>) - Method in class akka.remote.transport.netty.NettyTransport$
-
- addressFromSocketAddress(SocketAddress, String, String, Option<String>) - Method in class akka.remote.transport.netty.NettyTransport$
-
- addressFromSocketAddress(SocketAddress, String, String, Option<String>, Option<Object>) - Static method in class akka.remote.transport.netty.NettyTransport
-
- addressFromSocketAddress(SocketAddress, String, String, Option<String>) - Static method in class akka.remote.transport.netty.NettyTransport
-
- AddressFromURIString - Class in akka.actor
-
This object serves as extractor for Scala and as address parser for Java.
- AddressFromURIString() - Constructor for class akka.actor.AddressFromURIString
-
- AddressFromURIString$ - Class in akka.actor
-
This object serves as extractor for Scala and as address parser for Java.
- AddressFromURIString$() - Constructor for class akka.actor.AddressFromURIString$
-
- ADDRESSINDEX_FIELD_NUMBER - Static variable in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
-
- ADDRESSINDEX_FIELD_NUMBER - Static variable in class akka.cluster.protobuf.msg.ClusterMessages.Member
-
- ADDRESSINDEX_FIELD_NUMBER - Static variable in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics
-
- ADDRESSINDEX_FIELD_NUMBER - Static variable in class akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability
-
- ADDRESSINDEX_FIELD_NUMBER - Static variable in class akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability
-
- addressOrdering() - Method in class akka.actor.Address$
-
Address ordering type class, sorts addresses by protocol, name, host and port.
- addressOrdering() - Static method in class akka.actor.Address
-
Address ordering type class, sorts addresses by protocol, name, host and port.
- addressOrdering() - Method in class akka.cluster.Member$
-
Address ordering type class, sorts addresses by host and port.
- addressOrdering() - Static method in class akka.cluster.Member
-
Address ordering type class, sorts addresses by host and port.
- addressProtocol() - Static method in class akka.cluster.ddata.protobuf.ReplicatorMessageSerializer
-
- addressProtocol() - Method in interface akka.cluster.ddata.protobuf.SerializationSupport
-
- AddressReply - Class in akka.remote.testconductor
-
- AddressReply(RoleName, Address) - Constructor for class akka.remote.testconductor.AddressReply
-
- AddressReply$ - Class in akka.remote.testconductor
-
- AddressReply$() - Constructor for class akka.remote.testconductor.AddressReply$
-
- addressTerminated(Address) - Static method in class akka.actor.ActorCell
-
- AddressTerminated - Class in akka.actor
-
INTERNAL API
- AddressTerminated(Address) - Constructor for class akka.actor.AddressTerminated
-
- addressTerminated(Address) - Method in interface akka.actor.dungeon.DeathWatch
-
- addressTerminated() - Method in class akka.actor.Terminated
-
- addressTerminated() - Method in class akka.dispatch.sysmsg.DeathWatchNotification
-
- addressTerminated(Address) - Static method in class akka.routing.RoutedActorCell
-
- addressTerminated(Address) - Static method in class akka.typed.internal.ActorCell
-
- addressTerminated(Address) - Method in interface akka.typed.internal.DeathWatch
-
- AddressTerminated$ - Class in akka.actor
-
- AddressTerminated$() - Constructor for class akka.actor.AddressTerminated$
-
- ADDRESSTERMINATED_FIELD_NUMBER - Static variable in class akka.remote.SystemMessageFormats.DeathWatchNotificationData
-
- AddressTerminatedTopic - Class in akka.event
-
INTERNAL API
- AddressTerminatedTopic() - Constructor for class akka.event.AddressTerminatedTopic
-
- AddressTerminatedTopic$ - Class in akka.event
-
INTERNAL API
- AddressTerminatedTopic$() - Constructor for class akka.event.AddressTerminatedTopic$
-
- addressToProto(Address) - Static method in class akka.cluster.ddata.protobuf.ReplicatorMessageSerializer
-
- addressToProto(Address) - Method in interface akka.cluster.ddata.protobuf.SerializationSupport
-
- addressToSocketAddress(Address) - Method in class akka.remote.transport.netty.NettyTransport
-
- addressUid() - Method in class akka.remote.AddressUidExtension
-
- addressUid() - Method in class akka.remote.RemoteWatcher.HeartbeatRsp
-
- AddressUidExtension - Class in akka.remote
-
- AddressUidExtension(ExtendedActorSystem) - Constructor for class akka.remote.AddressUidExtension
-
- AddressUidExtension$ - Class in akka.remote
-
Extension that holds a uid that is assigned as a random Long or Int depending
on which version of remoting that is used.
- AddressUidExtension$() - Constructor for class akka.remote.AddressUidExtension$
-
- addressUids() - Static method in class akka.cluster.ClusterRemoteWatcher
-
- addressUids() - Method in class akka.remote.RemoteWatcher
-
- addressUids_$eq(Map<Address, Object>) - Static method in class akka.cluster.ClusterRemoteWatcher
-
- AddressUrlEncoder - Class in akka.remote
-
INTERNAL API
- AddressUrlEncoder() - Constructor for class akka.remote.AddressUrlEncoder
-
- AddressUrlEncoder$ - Class in akka.remote
-
INTERNAL API
- AddressUrlEncoder$() - Constructor for class akka.remote.AddressUrlEncoder$
-
- addrInterest() - Method in class akka.remote.testconductor.Controller
-
- addRoles(String) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
repeated string roles = 2;
- addRolesBytes(ByteString) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
repeated string roles = 2;
- addRolesIndexes(int) - Method in class akka.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
repeated int32 rolesIndexes = 4 [packed = true];
- addrOption() - Method in class akka.io.Dns.Resolved
-
- AddRoutee - Class in akka.routing
-
Add a routee by sending this message to the router.
- AddRoutee(Routee) - Constructor for class akka.routing.AddRoutee
-
- addRoutee(Routee) - Method in class akka.routing.RoutedActorCell
-
- addRoutee(Routee) - Method in class akka.routing.Router
-
Create a new instance with one more routee and the same
RoutingLogic.
- addRoutee(ActorRef) - Method in class akka.routing.Router
-
- addRoutee(ActorSelection) - Method in class akka.routing.Router
-
- AddRoutee$ - Class in akka.routing
-
- AddRoutee$() - Constructor for class akka.routing.AddRoutee$
-
- addRoutees() - Method in interface akka.cluster.routing.ClusterRouterActor
-
Adds routees based on settings
- addRoutees() - Method in class akka.cluster.routing.ClusterRouterGroupActor
-
Adds routees based on totalInstances and maxInstancesPerNode settings
- addRoutees() - Method in class akka.cluster.routing.ClusterRouterPoolActor
-
Adds routees based on totalInstances and maxInstancesPerNode settings
- addRoutees(Iterable<Routee>) - Method in class akka.routing.RoutedActorCell
-
Add routees to the Router.
- ADDS_FIELD_NUMBER - Static variable in class docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet
-
- ADDS_FIELD_NUMBER - Static variable in class docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2
-
- addSeen(ReplicatorMessages.Address) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .akka.cluster.ddata.Address seen = 4;
- addSeen(int, ReplicatorMessages.Address) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .akka.cluster.ddata.Address seen = 4;
- addSeen(ReplicatorMessages.Address.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .akka.cluster.ddata.Address seen = 4;
- addSeen(int, ReplicatorMessages.Address.Builder) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .akka.cluster.ddata.Address seen = 4;
- addSeen(Address) - Method in class akka.cluster.ddata.PruningState
-
- addSeen(Address) - Method in class akka.cluster.ddata.Replicator.Internal$.DataEnvelope
-
- addSeen(int) - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated int32 seen = 1;
- addSeenBuilder() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .akka.cluster.ddata.Address seen = 4;
- addSeenBuilder(int) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .akka.cluster.ddata.Address seen = 4;
- addSelf(String) - Static method in class akka.contrib.pattern.ReliableProxy
-
- addSelf(String) - Method in interface akka.contrib.pattern.ReliableProxyDebugLogging
-
- addSerializerIds(int) - Method in class akka.remote.WireFormats.PropsData.Builder
-
repeated int32 serializerIds = 6;
- addShards(ClusterShardingMessages.CoordinatorState.ShardEntry) - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1;
- addShards(int, ClusterShardingMessages.CoordinatorState.ShardEntry) - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1;
- addShards(ClusterShardingMessages.CoordinatorState.ShardEntry.Builder) - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1;
- addShards(int, ClusterShardingMessages.CoordinatorState.ShardEntry.Builder) - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1;
- addShardsBuilder() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1;
- addShardsBuilder(int) - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1;
- addStackTrace(ContainerFormats.StackTraceElement) - Method in class akka.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4;
- addStackTrace(int, ContainerFormats.StackTraceElement) - Method in class akka.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4;
- addStackTrace(ContainerFormats.StackTraceElement.Builder) - Method in class akka.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4;
- addStackTrace(int, ContainerFormats.StackTraceElement.Builder) - Method in class akka.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4;
- addStackTraceBuilder() - Method in class akka.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4;
- addStackTraceBuilder(int) - Method in class akka.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4;
- addString(StringBuilder, String, String, String) - Static method in class akka.util.ByteIterator
-
- addString(StringBuilder, String) - Static method in class akka.util.ByteIterator
-
- addString(StringBuilder) - Static method in class akka.util.ByteIterator
-
- addString(StringBuilder, String, String, String) - Static method in class akka.util.ByteString
-
- addString(StringBuilder, String) - Static method in class akka.util.ByteString
-
- addString(StringBuilder) - Static method in class akka.util.ByteString
-
- addString(StringBuilder, String, String, String) - Static method in class akka.util.CompactByteString
-
- addString(StringBuilder, String) - Static method in class akka.util.CompactByteString
-
- addString(StringBuilder) - Static method in class akka.util.CompactByteString
-
- addStringElements(String) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated string stringElements = 1;
- addStringElements(String) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated string stringElements = 3;
- addStringElementsBytes(ByteString) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated string stringElements = 1;
- addStringElementsBytes(ByteString) - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated string stringElements = 3;
- addSubjectReachability(ClusterMessages.SubjectReachability) - Method in class akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2;
- addSubjectReachability(int, ClusterMessages.SubjectReachability) - Method in class akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2;
- addSubjectReachability(ClusterMessages.SubjectReachability.Builder) - Method in class akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2;
- addSubjectReachability(int, ClusterMessages.SubjectReachability.Builder) - Method in class akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2;
- addSubjectReachabilityBuilder() - Method in class akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2;
- addSubjectReachabilityBuilder(int) - Method in class akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2;
- addSubscription(Subscriber<? super T>) - Method in interface akka.stream.impl.SubscriberManagement
-
- addSuppressed(Throwable) - Static method in exception akka.actor.ActorInitializationException
-
- addSuppressed(Throwable) - Static method in exception akka.actor.ActorKilledException
-
- addSuppressed(Throwable) - Static method in exception akka.actor.ActorNotFound
-
- addSuppressed(Throwable) - Static method in exception akka.actor.DeathPactException
-
- addSuppressed(Throwable) - Static method in exception akka.actor.IllegalActorStateException
-
- addSuppressed(Throwable) - Static method in exception akka.actor.InvalidActorNameException
-
- addSuppressed(Throwable) - Static method in exception akka.actor.InvalidMessageException
-
- addSuppressed(Throwable) - Static method in exception akka.actor.PostRestartException
-
- addSuppressed(Throwable) - Static method in exception akka.actor.PreRestartException
-
- addSuppressed(Throwable) - Static method in exception akka.actor.SchedulerException
-
- addSuppressed(Throwable) - Static method in exception akka.actor.StashOverflowException
-
- addSuppressed(Throwable) - Static method in exception akka.contrib.circuitbreaker.OpenCircuitException
-
- addSuppressed(Throwable) - Static method in exception akka.pattern.CircuitBreakerOpenException
-
- addSuppressed(Throwable) - Static method in exception akka.remote.HopelessAssociation
-
- addSuppressed(Throwable) - Static method in exception akka.remote.InvalidAssociation
-
- addSuppressed(Throwable) - Static method in exception akka.remote.ShutDownAssociation
-
- addSuppressed(Throwable) - Static method in exception akka.remote.transport.FailureInjectorException
-
- addSuppressed(Throwable) - Static method in exception akka.stream.AbruptTerminationException
-
- addSuppressed(Throwable) - Static method in exception akka.stream.BindFailedException
-
- addSuppressed(Throwable) - Static method in exception akka.stream.BufferOverflowException
-
- addSuppressed(Throwable) - Static method in exception akka.stream.MaterializationException
-
- addSuppressed(Throwable) - Static method in exception akka.typed.DeathPactException
-
- addTagSubscriber(ActorRef, String) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- addTagSubscriber(ActorRef, String) - Method in interface akka.persistence.journal.leveldb.LeveldbStore
-
- addToCache(Seq<Tuple2<Object, Set<Object>>>) - Method in interface akka.event.SubchannelClassification
-
- addToMessageBatch(PersistentRepr, Set<String>, WriteBatch) - Method in interface akka.persistence.journal.leveldb.LeveldbStore
-
- addUnallocatedShards(String) - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string unallocatedShards = 4;
- addUnallocatedShardsBytes(ByteString) - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string unallocatedShards = 4;
- addUnconfirmedDeliveries(MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery) - Method in class akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2;
- addUnconfirmedDeliveries(int, MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery) - Method in class akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2;
- addUnconfirmedDeliveries(MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder) - Method in class akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2;
- addUnconfirmedDeliveries(int, MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder) - Method in class akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2;
- addUnconfirmedDeliveriesBuilder() - Method in class akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2;
- addUnconfirmedDeliveriesBuilder(int) - Method in class akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2;
- addValue(K, V) - Method in class akka.util.SubclassifiedIndex
-
Add value to all keys which are subclasses of the given key.
- addValues(int) - Method in class akka.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
repeated uint32 values = 5;
- addVersions(ClusterMessages.VectorClock.Version) - Method in class akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2;
- addVersions(int, ClusterMessages.VectorClock.Version) - Method in class akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2;
- addVersions(ClusterMessages.VectorClock.Version.Builder) - Method in class akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2;
- addVersions(int, ClusterMessages.VectorClock.Version.Builder) - Method in class akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2;
- addVersions(DistributedPubSubMessages.Status.Version) - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1;
- addVersions(int, DistributedPubSubMessages.Status.Version) - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1;
- addVersions(DistributedPubSubMessages.Status.Version.Builder) - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1;
- addVersions(int, DistributedPubSubMessages.Status.Version.Builder) - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1;
- addVersionsBuilder() - Method in class akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2;
- addVersionsBuilder(int) - Method in class akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2;
- addVersionsBuilder() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1;
- addVersionsBuilder(int) - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1;
- AddWatch(ActorRef) - Constructor for class akka.camel.internal.CamelSupervisor.AddWatch
-
- addWatch(InternalActorRef, InternalActorRef) - Static method in class akka.cluster.ClusterRemoteWatcher
-
- addWatch(InternalActorRef, InternalActorRef) - Method in class akka.remote.RemoteWatcher
-
- AddWatch$() - Constructor for class akka.camel.internal.CamelSupervisor.AddWatch$
-
- addWatcher(ActorRef, ActorRef) - Static method in class akka.actor.ActorCell
-
- addWatcher(ActorRef, ActorRef) - Method in interface akka.actor.dungeon.DeathWatch
-
- addWatcher(ActorRef, ActorRef) - Static method in class akka.routing.RoutedActorCell
-
- addWatcher(ActorRefImpl<Nothing$>, ActorRefImpl<Nothing$>) - Static method in class akka.typed.internal.ActorCell
-
- addWatcher(ActorRefImpl<Nothing$>, ActorRefImpl<Nothing$>) - Method in interface akka.typed.internal.DeathWatch
-
- addWatcher(ActorRefImpl<Nothing$>) - Static method in class akka.typed.internal.FutureRef
-
- addWatcher(ActorRefImpl<Nothing$>, ActorRefImpl<Nothing$>) - Method in interface akka.typed.internal.SupervisionMechanics
-
- addWatcher(ActorRefImpl<Nothing$>) - Method in class akka.typed.internal.WatchableRef
-
- adjustAdaptiveBackup() - Method in class akka.remote.EndpointWriter
-
- adjustedGossipDifferentViewProbability() - Method in class akka.cluster.ClusterCoreDaemon
-
For large clusters we should avoid shooting down individual
nodes.
- AdjustPoolSize - Class in akka.routing
-
Increase or decrease the number of routees in a
Pool.
- AdjustPoolSize(int) - Constructor for class akka.routing.AdjustPoolSize
-
- AdjustPoolSize$ - Class in akka.routing
-
- AdjustPoolSize$() - Constructor for class akka.routing.AdjustPoolSize$
-
- advance() - Method in interface akka.actor.LoggingFSM
-
- advance() - Method in interface akka.persistence.fsm.LoggingPersistentFSM
-
- Advanced() - Method in class akka.remote.artery.ArterySettings
-
Accessor for nested Scala object
- Advanced$() - Constructor for class akka.remote.artery.ArterySettings.Advanced$
-
- advertiseCompressionTable(OutboundContext, CompressionTable<ActorRef>) - Method in class akka.remote.artery.compress.InboundActorRefCompression
-
- advertiseCompressionTable(OutboundContext, CompressionTable<T>) - Method in class akka.remote.artery.compress.InboundCompression
-
Must be implemented by extending classes in order to send a ControlMessage
of appropriate type to the remote system in order to advertise the compression table to it.
- advertiseCompressionTable(OutboundContext, CompressionTable<String>) - Method in class akka.remote.artery.compress.InboundManifestCompression
-
- advertisementInProgress() - Method in class akka.remote.artery.compress.InboundCompression.State
-
- AdvertisementInterval() - Method in class akka.remote.artery.ArterySettings.Compression.ActorRefs$
-
- AdvertisementInterval() - Method in class akka.remote.artery.ArterySettings.Compression.Manifests$
-
- aeronBuffer() - Method in class akka.remote.artery.EnvelopeBuffer
-
- AeronDirectoryName() - Method in class akka.remote.artery.ArterySettings.Advanced$
-
- AeronErrorLog - Class in akka.remote.artery
-
Application to print out errors recorded in the command-and-control (cnc) file is maintained by media driver in shared
memory.
- AeronErrorLog(File) - Constructor for class akka.remote.artery.AeronErrorLog
-
- AeronSink - Class in akka.remote.artery
-
INTERNAL API
param: channel eg.
- AeronSink(String, int, Aeron, TaskRunner, EnvelopeBufferPool, Duration, EventSink) - Constructor for class akka.remote.artery.AeronSink
-
- aeronSink(OutboundContext) - Method in class akka.remote.artery.ArteryTransport
-
- AeronSink$ - Class in akka.remote.artery
-
INTERNAL API
- AeronSink$() - Constructor for class akka.remote.artery.AeronSink$
-
- AeronSink.GaveUpMessageException - Exception in akka.remote.artery
-
- AeronSink.PublicationClosedException - Exception in akka.remote.artery
-
- AeronSink_DelegateToTaskRunner() - Method in class akka.remote.artery.FlightRecorderEvents$
-
- AeronSink_DelegateToTaskRunner() - Static method in class akka.remote.artery.FlightRecorderEvents
-
- AeronSink_EnvelopeGrabbed() - Method in class akka.remote.artery.FlightRecorderEvents$
-
- AeronSink_EnvelopeGrabbed() - Static method in class akka.remote.artery.FlightRecorderEvents
-
- AeronSink_EnvelopeOffered() - Method in class akka.remote.artery.FlightRecorderEvents$
-
- AeronSink_EnvelopeOffered() - Static method in class akka.remote.artery.FlightRecorderEvents
-
- AeronSink_GaveUpEnvelope() - Method in class akka.remote.artery.FlightRecorderEvents$
-
- AeronSink_GaveUpEnvelope() - Static method in class akka.remote.artery.FlightRecorderEvents
-
- AeronSink_PublicationClosed() - Method in class akka.remote.artery.FlightRecorderEvents$
-
- AeronSink_PublicationClosed() - Static method in class akka.remote.artery.FlightRecorderEvents
-
- AeronSink_ReturnFromTaskRunner() - Method in class akka.remote.artery.FlightRecorderEvents$
-
- AeronSink_ReturnFromTaskRunner() - Static method in class akka.remote.artery.FlightRecorderEvents
-
- AeronSink_Started() - Method in class akka.remote.artery.FlightRecorderEvents$
-
- AeronSink_Started() - Static method in class akka.remote.artery.FlightRecorderEvents
-
- AeronSink_Stopped() - Method in class akka.remote.artery.FlightRecorderEvents$
-
- AeronSink_Stopped() - Static method in class akka.remote.artery.FlightRecorderEvents
-
- AeronSink_TaskRunnerRemoved() - Method in class akka.remote.artery.FlightRecorderEvents$
-
- AeronSink_TaskRunnerRemoved() - Static method in class akka.remote.artery.FlightRecorderEvents
-
- AeronSource - Class in akka.remote.artery
-
INTERNAL API
param: channel eg.
- AeronSource(String, int, Aeron, TaskRunner, EnvelopeBufferPool, EventSink, int) - Constructor for class akka.remote.artery.AeronSource
-
- aeronSource(int, EnvelopeBufferPool) - Method in class akka.remote.artery.ArteryTransport
-
- AeronSource$ - Class in akka.remote.artery
-
INTERNAL API
- AeronSource$() - Constructor for class akka.remote.artery.AeronSource$
-
- AeronSource.Fragments - Class in akka.remote.artery
-
- AeronSource.MessageHandler - Class in akka.remote.artery
-
- AeronSource.ResourceLifecycle - Interface in akka.remote.artery
-
- AeronSource_DelegateToTaskRunner() - Method in class akka.remote.artery.FlightRecorderEvents$
-
- AeronSource_DelegateToTaskRunner() - Static method in class akka.remote.artery.FlightRecorderEvents
-
- AeronSource_Received() - Method in class akka.remote.artery.FlightRecorderEvents$
-
- AeronSource_Received() - Static method in class akka.remote.artery.FlightRecorderEvents
-
- AeronSource_ReturnFromTaskRunner() - Method in class akka.remote.artery.FlightRecorderEvents$
-
- AeronSource_ReturnFromTaskRunner() - Static method in class akka.remote.artery.FlightRecorderEvents
-
- AeronSource_Started() - Method in class akka.remote.artery.FlightRecorderEvents$
-
- AeronSource_Started() - Static method in class akka.remote.artery.FlightRecorderEvents
-
- AeronSource_Stopped() - Method in class akka.remote.artery.FlightRecorderEvents$
-
- AeronSource_Stopped() - Static method in class akka.remote.artery.FlightRecorderEvents
-
- aeronSourceLifecycle() - Method in class akka.remote.artery.ArteryTransport.InboundStreamMatValues
-
- AeronTerminated(Throwable) - Constructor for exception akka.remote.artery.ArteryTransport.AeronTerminated
-
- AES128CounterInetRNG - Class in akka.remote.security.provider
-
- AES128CounterInetRNG() - Constructor for class akka.remote.security.provider.AES128CounterInetRNG
-
Deprecated.
- AES128CounterSecureRNG - Class in akka.remote.security.provider
-
INTERNAL API
This class is a wrapper around the 128-bit AESCounterRNG algorithm provided by http://maths.uncommons.org/
The only method used by netty ssl is engineNextBytes(bytes)
This RNG is good to use to prevent startup delay when you don't have Internet access to random.org
- AES128CounterSecureRNG() - Constructor for class akka.remote.security.provider.AES128CounterSecureRNG
-
- AES256CounterInetRNG - Class in akka.remote.security.provider
-
- AES256CounterInetRNG() - Constructor for class akka.remote.security.provider.AES256CounterInetRNG
-
Deprecated.
- AES256CounterSecureRNG - Class in akka.remote.security.provider
-
INTERNAL API
This class is a wrapper around the 256-bit AESCounterRNG algorithm provided by http://maths.uncommons.org/
The only method used by netty ssl is engineNextBytes(bytes)
This RNG is good to use to prevent startup delay when you don't have Internet access to random.org
- AES256CounterSecureRNG() - Constructor for class akka.remote.security.provider.AES256CounterSecureRNG
-
- afrFile() - Method in class akka.remote.artery.ArteryTransport
-
- afrFileChannel() - Method in class akka.remote.artery.ArteryTransport
-
- after() - Method in class akka.contrib.pattern.ReceivePipeline.InnerAndAfter
-
- after(FiniteDuration, Scheduler, Function0<Future<T>>, ExecutionContext) - Method in interface akka.pattern.FutureTimeoutSupport
-
Returns a Future that will be completed with the success or failure of the provided value
after the specified duration.
- after(FiniteDuration, Scheduler, ExecutionContext, Callable<Future<T>>) - Method in class akka.pattern.Patterns$
-
Returns a Future that will be completed with the success or failure of the provided Callable
after the specified duration.
- after(FiniteDuration, Scheduler, ExecutionContext, Future<T>) - Method in class akka.pattern.Patterns$
-
Returns a Future that will be completed with the success or failure of the provided Callable
after the specified duration.
- after(FiniteDuration, Scheduler, ExecutionContext, Callable<Future<T>>) - Static method in class akka.pattern.Patterns
-
Returns a Future that will be completed with the success or failure of the provided Callable
after the specified duration.
- after(FiniteDuration, Scheduler, ExecutionContext, Future<T>) - Static method in class akka.pattern.Patterns
-
Returns a Future that will be completed with the success or failure of the provided Callable
after the specified duration.
- after(FiniteDuration, Scheduler, ExecutionContext, Callable<CompletionStage<T>>) - Method in class akka.pattern.PatternsCS$
-
Returns a CompletionStage that will be completed with the success or failure of the provided Callable
after the specified duration.
- after(FiniteDuration, Scheduler, ExecutionContext, CompletionStage<T>) - Method in class akka.pattern.PatternsCS$
-
Returns a CompletionStage that will be completed with the success or failure of the provided value
after the specified duration.
- after(FiniteDuration, Scheduler, ExecutionContext, Callable<CompletionStage<T>>) - Static method in class akka.pattern.PatternsCS
-
Returns a CompletionStage that will be completed with the success or failure of the provided Callable
after the specified duration.
- after(FiniteDuration, Scheduler, ExecutionContext, CompletionStage<T>) - Static method in class akka.pattern.PatternsCS
-
Returns a CompletionStage that will be completed with the success or failure of the provided value
after the specified duration.
- after() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- after() - Static method in class akka.persistence.journal.JournalSpec
-
- after() - Method in class akka.persistence.PluginSpec
-
- after() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- after(Function1<T, Object>, SubstreamCancelStrategy) - Method in class akka.stream.impl.fusing.Split$
-
- after(Function1<T, Object>, SubstreamCancelStrategy) - Static method in class akka.stream.impl.fusing.Split
-
- After$() - Constructor for class akka.cluster.ddata.VersionVector.After$
-
- After$() - Constructor for class akka.cluster.VectorClock.After$
-
- afterAll() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- afterAll() - Static method in class akka.persistence.journal.JournalSpec
-
- afterAll() - Method in class akka.persistence.PluginSpec
-
- afterAll() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- afterBind(DatagramSocket) - Method in interface akka.io.Inet.SocketOptionV2
-
Action to be taken for this option after connect returned (i.e.
- afterBind(ServerSocket) - Method in interface akka.io.Inet.SocketOptionV2
-
Action to be taken for this option after connect returned (i.e.
- afterBytesRead(byte[], int, int) - Method in class akka.stream.impl.io.compression.DeflateDecompressorBase.DecompressorParsingLogic
-
- afterCompletionStage(FiniteDuration, Scheduler, Function0<CompletionStage<T>>, ExecutionContext) - Method in interface akka.pattern.FutureTimeoutSupport
-
Returns a Future that will be completed with the success or failure of the provided value
after the specified duration.
- afterConnect(Socket) - Method in class akka.io.Inet.SO$.SendBufferSize
-
- afterConnect(Socket) - Method in class akka.io.Inet.SO$.TrafficClass
-
- afterConnect(Socket) - Method in interface akka.io.Inet.SocketOption
-
Action to be taken for this option after connect returned (i.e.
- afterConnect(DatagramSocket) - Method in interface akka.io.Inet.SocketOptionV2
-
Action to be taken for this option after connect returned (i.e.
- afterConnect(Socket) - Method in class akka.io.Tcp.SO$.KeepAlive
-
- afterConnect(Socket) - Method in class akka.io.Tcp.SO$.OOBInline
-
- afterConnect(Socket) - Method in class akka.io.Tcp.SO$.TcpNoDelay
-
- afterEach() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- afterEach() - Static method in class akka.persistence.journal.JournalSpec
-
- afterEach() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- afterFlush() - Method in class akka.stream.impl.FanoutProcessorImpl
-
- afterInflate() - Method in class akka.stream.impl.io.compression.DeflateDecompressorBase.DecompressorParsingLogic
-
- AfterInstance() - Method in class akka.cluster.ddata.VersionVector$
-
Java API: The VersionVector.After instance
- AfterInstance() - Static method in class akka.cluster.ddata.VersionVector
-
Java API: The VersionVector.After instance
- afterPostStop() - Method in class akka.stream.stage.GraphStageLogic
-
INTERNAL API
- afterPostStop() - Method in class akka.stream.stage.TimerGraphStageLogic
-
- afterShutdown() - Method in class akka.stream.impl.FanoutOutputs
-
- afterStageHasRun(GraphStageLogic) - Method in class akka.stream.impl.fusing.GraphInterpreter
-
- afterTermination() - Method in class akka.remote.testkit.MultiNodeSpec
-
Override this method to do something when the whole test is terminating.
- afterTransitionDo() - Method in class akka.persistence.fsm.PersistentFSM.State
-
- afterWord(String) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- afterWord(String) - Static method in class akka.persistence.journal.JournalSpec
-
- afterWord(String) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- Agent<T> - Class in akka.agent
-
The Agent class was inspired by agents in Clojure.
- Agent() - Constructor for class akka.agent.Agent
-
- Agent$ - Class in akka.agent
-
- Agent$() - Constructor for class akka.agent.Agent$
-
- ageOrdering() - Method in class akka.cluster.Member$
-
Sort members by age, i.e.
- ageOrdering() - Static method in class akka.cluster.Member
-
Sort members by age, i.e.
- ageOrdering() - Method in class akka.cluster.sharding.ShardRegion
-
- ageOrdering() - Method in class akka.cluster.singleton.ClusterSingletonProxy
-
- aggregate() - Method in class akka.stream.impl.fusing.Batch
-
- aggregate(Function0<B>, Function2<B, A, B>, Function2<B, B, B>) - Static method in class akka.util.ByteIterator
-
- aggregate(Function0<B>, Function2<B, A, B>, Function2<B, B, B>) - Static method in class akka.util.ByteString
-
- aggregate(Function0<B>, Function2<B, A, B>, Function2<B, B, B>) - Static method in class akka.util.CompactByteString
-
- Aggregator - Interface in akka.contrib.pattern
-
The aggregator is to be mixed into an actor for the aggregator behavior.
- aggressive(Graph<S, M>) - Method in class akka.stream.Fusing$
-
Fuse all operations where this is technically possible (i.e.
- aggressive(Graph<S, M>) - Static method in class akka.stream.Fusing
-
Fuse all operations where this is technically possible (i.e.
- aggressive(Graph<S, M>) - Method in class akka.stream.impl.fusing.Fusing$
-
Fuse everything that is not forbidden via AsyncBoundary attribute.
- aggressive(Graph<S, M>) - Static method in class akka.stream.impl.fusing.Fusing
-
Fuse everything that is not forbidden via AsyncBoundary attribute.
- akka - package akka
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.actor.AbstractActor
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.actor.AbstractFSM
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.camel.internal.CamelSupervisor
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.cluster.AutoDown
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.cluster.client.ClusterClient
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.cluster.client.ClusterReceptionist
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.cluster.ClusterHeartbeatSender
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.cluster.ClusterRemoteWatcher
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.cluster.ddata.LmdbDurableStore
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.cluster.ddata.ReadAggregator
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.cluster.ddata.ReadWriteAggregator
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.cluster.ddata.Replicator
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.cluster.ddata.WriteAggregator
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.cluster.pubsub.DistributedPubSubMediator
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.cluster.sharding.ClusterShardingGuardian
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.cluster.sharding.RemoveInternalClusterShardingData
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.cluster.sharding.Shard
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.cluster.sharding.ShardCoordinator
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.cluster.sharding.ShardRegion
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.cluster.singleton.ClusterSingletonProxy
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.event.ActorClassificationUnsubscriber
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.event.EventStreamUnsubscriber
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.io.SelectionHandler
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.io.SimpleDnsManager
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.io.TcpConnection
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.io.TcpListener
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.io.TcpOutgoingConnection
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.pattern.BackoffSupervisor
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.persistence.journal.PersistencePluginProxy
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.persistence.journal.ReplayFilter
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.persistence.RecoveryPermitter
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.remote.artery.FlushOnShutdown
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.remote.EndpointManager
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.remote.EndpointReader
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.remote.EndpointWriter
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.remote.ReliableDeliverySupervisor
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.remote.RemoteDeploymentWatcher
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.remote.RemoteWatcher
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.remote.testconductor.Controller
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.remote.transport.ThrottlerManager
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.routing.ResizablePoolActor
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.stream.actor.AbstractActorPublisher
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.stream.actor.AbstractActorSubscriber
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.stream.actor.UntypedActorPublisher
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.stream.actor.UntypedActorSubscriber
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.stream.impl.ActorRefSinkActor
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.stream.impl.ActorRefSourceActor
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.stream.impl.FanIn
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.stream.impl.FanOut
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.stream.impl.FanoutProcessorImpl
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.stream.impl.fusing.ActorGraphInterpreter
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.stream.impl.io.FilePublisher
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.stream.impl.io.FileSubscriber
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.stream.impl.io.InputStreamPublisher
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.stream.impl.io.OutputStreamSubscriber
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.stream.impl.io.TLSActor
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.stream.impl.StreamSupervisor
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.stream.impl.Unzip
-
- akka$actor$Actor$_setter_$context_$eq(ActorContext) - Static method in class akka.testkit.TestActor
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.actor.AbstractActor
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.actor.AbstractFSM
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.camel.internal.CamelSupervisor
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.cluster.AutoDown
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.cluster.client.ClusterClient
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.cluster.client.ClusterReceptionist
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.cluster.ClusterHeartbeatSender
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.cluster.ClusterRemoteWatcher
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.cluster.ddata.LmdbDurableStore
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.cluster.ddata.ReadAggregator
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.cluster.ddata.ReadWriteAggregator
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.cluster.ddata.Replicator
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.cluster.ddata.WriteAggregator
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.cluster.pubsub.DistributedPubSubMediator
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.cluster.sharding.ClusterShardingGuardian
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.cluster.sharding.RemoveInternalClusterShardingData
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.cluster.sharding.Shard
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.cluster.sharding.ShardCoordinator
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.cluster.sharding.ShardRegion
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.cluster.singleton.ClusterSingletonProxy
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.event.ActorClassificationUnsubscriber
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.event.EventStreamUnsubscriber
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.io.SelectionHandler
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.io.SimpleDnsManager
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.io.TcpConnection
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.io.TcpListener
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.io.TcpOutgoingConnection
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.pattern.BackoffSupervisor
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.persistence.journal.PersistencePluginProxy
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.persistence.journal.ReplayFilter
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.persistence.RecoveryPermitter
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.remote.artery.FlushOnShutdown
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.remote.EndpointManager
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.remote.EndpointReader
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.remote.EndpointWriter
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.remote.ReliableDeliverySupervisor
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.remote.RemoteDeploymentWatcher
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.remote.RemoteWatcher
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.remote.testconductor.Controller
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.remote.transport.ThrottlerManager
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.routing.ResizablePoolActor
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.stream.actor.AbstractActorPublisher
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.stream.actor.AbstractActorSubscriber
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.stream.actor.UntypedActorPublisher
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.stream.actor.UntypedActorSubscriber
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.stream.impl.ActorRefSinkActor
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.stream.impl.ActorRefSourceActor
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.stream.impl.FanIn
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.stream.impl.FanOut
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.stream.impl.FanoutProcessorImpl
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.stream.impl.fusing.ActorGraphInterpreter
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.stream.impl.io.FilePublisher
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.stream.impl.io.FileSubscriber
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.stream.impl.io.InputStreamPublisher
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.stream.impl.io.OutputStreamSubscriber
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.stream.impl.io.TLSActor
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.stream.impl.StreamSupervisor
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.stream.impl.Unzip
-
- akka$actor$Actor$_setter_$self_$eq(ActorRef) - Static method in class akka.testkit.TestActor
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.actor.AbstractFSM
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.cluster.AutoDown
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.cluster.client.ClusterClient
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.cluster.client.ClusterReceptionist
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.cluster.ClusterHeartbeatSender
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.cluster.ClusterRemoteWatcher
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.cluster.ddata.LmdbDurableStore
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.cluster.ddata.Replicator
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.cluster.pubsub.DistributedPubSubMediator
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.cluster.sharding.RemoveInternalClusterShardingData
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.cluster.sharding.Shard
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.cluster.sharding.ShardCoordinator
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.cluster.sharding.ShardRegion
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.cluster.singleton.ClusterSingletonProxy
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.io.SelectionHandler
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.io.SimpleDnsManager
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.io.TcpConnection
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.io.TcpListener
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.io.TcpOutgoingConnection
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.persistence.journal.PersistencePluginProxy
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.persistence.journal.ReplayFilter
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.persistence.RecoveryPermitter
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.remote.EndpointReader
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.remote.EndpointWriter
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.remote.ReliableDeliverySupervisor
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.remote.RemoteWatcher
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.remote.transport.ThrottlerManager
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.stream.impl.ActorRefSourceActor
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.stream.impl.FanIn
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.stream.impl.FanOut
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.stream.impl.FanoutProcessorImpl
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.stream.impl.fusing.ActorGraphInterpreter
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.stream.impl.io.FilePublisher
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.stream.impl.io.FileSubscriber
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.stream.impl.io.InputStreamPublisher
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.stream.impl.io.OutputStreamSubscriber
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.stream.impl.io.TLSActor
-
- akka$actor$ActorLogging$$_log() - Static method in class akka.stream.impl.Unzip
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.actor.AbstractFSM
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.cluster.AutoDown
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.cluster.client.ClusterClient
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.cluster.client.ClusterReceptionist
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.cluster.ClusterHeartbeatSender
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.cluster.ClusterRemoteWatcher
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.cluster.ddata.LmdbDurableStore
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.cluster.ddata.Replicator
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.cluster.pubsub.DistributedPubSubMediator
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.cluster.sharding.RemoveInternalClusterShardingData
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.cluster.sharding.Shard
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.cluster.sharding.ShardCoordinator
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.cluster.sharding.ShardRegion
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.cluster.singleton.ClusterSingletonProxy
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.io.SelectionHandler
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.io.SimpleDnsManager
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.io.TcpConnection
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.io.TcpListener
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.io.TcpOutgoingConnection
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.persistence.journal.PersistencePluginProxy
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.persistence.journal.ReplayFilter
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.persistence.RecoveryPermitter
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.remote.EndpointReader
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.remote.EndpointWriter
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.remote.ReliableDeliverySupervisor
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.remote.RemoteWatcher
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.remote.transport.ThrottlerManager
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.stream.impl.ActorRefSourceActor
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.stream.impl.FanIn
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.stream.impl.FanOut
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.stream.impl.FanoutProcessorImpl
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.stream.impl.fusing.ActorGraphInterpreter
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.stream.impl.io.FilePublisher
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.stream.impl.io.FileSubscriber
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.stream.impl.io.InputStreamPublisher
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.stream.impl.io.OutputStreamSubscriber
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.stream.impl.io.TLSActor
-
- akka$actor$ActorLogging$$_log_$eq(LoggingAdapter) - Static method in class akka.stream.impl.Unzip
-
- akka$actor$dsl$Inbox$$deadlineOrder() - Static method in class akka.actor.ActorDSL
-
- akka$actor$dsl$Inbox$$extraTime() - Static method in class akka.actor.ActorDSL
-
- akka$actor$dsl$Inbox$_setter_$akka$actor$dsl$Inbox$$deadlineOrder_$eq(Ordering<Inbox.Query>) - Static method in class akka.actor.ActorDSL
-
- akka$actor$dsl$Inbox$_setter_$akka$actor$dsl$Inbox$$extraTime_$eq(FiniteDuration) - Static method in class akka.actor.ActorDSL
-
- akka$actor$dungeon$Children$$_childrenRefsDoNotCallMeDirectly() - Static method in class akka.actor.ActorCell
-
- akka$actor$dungeon$Children$$_childrenRefsDoNotCallMeDirectly() - Static method in class akka.routing.RoutedActorCell
-
- akka$actor$dungeon$Children$$_childrenRefsDoNotCallMeDirectly_$eq(ChildrenContainer) - Static method in class akka.actor.ActorCell
-
- akka$actor$dungeon$Children$$_childrenRefsDoNotCallMeDirectly_$eq(ChildrenContainer) - Static method in class akka.routing.RoutedActorCell
-
- akka$actor$dungeon$Children$$_functionRefsDoNotCallMeDirectly() - Static method in class akka.actor.ActorCell
-
- akka$actor$dungeon$Children$$_functionRefsDoNotCallMeDirectly() - Static method in class akka.routing.RoutedActorCell
-
- akka$actor$dungeon$Children$$_functionRefsDoNotCallMeDirectly_$eq(Map<String, FunctionRef>) - Static method in class akka.actor.ActorCell
-
- akka$actor$dungeon$Children$$_functionRefsDoNotCallMeDirectly_$eq(Map<String, FunctionRef>) - Static method in class akka.routing.RoutedActorCell
-
- akka$actor$dungeon$Children$$_nextNameDoNotCallMeDirectly() - Static method in class akka.actor.ActorCell
-
- akka$actor$dungeon$Children$$_nextNameDoNotCallMeDirectly() - Static method in class akka.routing.RoutedActorCell
-
- akka$actor$dungeon$Children$$_nextNameDoNotCallMeDirectly_$eq(long) - Static method in class akka.actor.ActorCell
-
- akka$actor$dungeon$Children$$_nextNameDoNotCallMeDirectly_$eq(long) - Static method in class akka.routing.RoutedActorCell
-
- akka$actor$dungeon$DeathWatch$$terminatedQueued() - Static method in class akka.actor.ActorCell
-
- akka$actor$dungeon$DeathWatch$$terminatedQueued() - Static method in class akka.routing.RoutedActorCell
-
- akka$actor$dungeon$DeathWatch$$terminatedQueued_$eq(Set<ActorRef>) - Static method in class akka.actor.ActorCell
-
- akka$actor$dungeon$DeathWatch$$terminatedQueued_$eq(Set<ActorRef>) - Static method in class akka.routing.RoutedActorCell
-
- akka$actor$dungeon$DeathWatch$$watchedBy() - Static method in class akka.actor.ActorCell
-
- akka$actor$dungeon$DeathWatch$$watchedBy() - Static method in class akka.routing.RoutedActorCell
-
- akka$actor$dungeon$DeathWatch$$watchedBy_$eq(Set<ActorRef>) - Static method in class akka.actor.ActorCell
-
- akka$actor$dungeon$DeathWatch$$watchedBy_$eq(Set<ActorRef>) - Static method in class akka.routing.RoutedActorCell
-
- akka$actor$dungeon$DeathWatch$$watching() - Static method in class akka.actor.ActorCell
-
- akka$actor$dungeon$DeathWatch$$watching() - Static method in class akka.routing.RoutedActorCell
-
- akka$actor$dungeon$DeathWatch$$watching_$eq(Set<ActorRef>) - Static method in class akka.actor.ActorCell
-
- akka$actor$dungeon$DeathWatch$$watching_$eq(Set<ActorRef>) - Static method in class akka.routing.RoutedActorCell
-
- akka$actor$dungeon$Dispatch$$_mailboxDoNotCallMeDirectly() - Static method in class akka.actor.ActorCell
-
- akka$actor$dungeon$Dispatch$$_mailboxDoNotCallMeDirectly() - Static method in class akka.routing.RoutedActorCell
-
- akka$actor$dungeon$Dispatch$$_mailboxDoNotCallMeDirectly_$eq(Mailbox) - Static method in class akka.actor.ActorCell
-
- akka$actor$dungeon$Dispatch$$_mailboxDoNotCallMeDirectly_$eq(Mailbox) - Static method in class akka.routing.RoutedActorCell
-
- akka$actor$dungeon$FaultHandling$$_failed() - Static method in class akka.actor.ActorCell
-
- akka$actor$dungeon$FaultHandling$$_failed() - Static method in class akka.routing.RoutedActorCell
-
- akka$actor$dungeon$FaultHandling$$_failed_$eq(ActorRef) - Static method in class akka.actor.ActorCell
-
- akka$actor$dungeon$FaultHandling$$_failed_$eq(ActorRef) - Static method in class akka.routing.RoutedActorCell
-
- akka$actor$dungeon$ReceiveTimeout$$receiveTimeoutData() - Static method in class akka.actor.ActorCell
-
- akka$actor$dungeon$ReceiveTimeout$$receiveTimeoutData() - Static method in class akka.routing.RoutedActorCell
-
- akka$actor$dungeon$ReceiveTimeout$$receiveTimeoutData_$eq(Tuple2<Duration, Cancellable>) - Static method in class akka.actor.ActorCell
-
- akka$actor$dungeon$ReceiveTimeout$$receiveTimeoutData_$eq(Tuple2<Duration, Cancellable>) - Static method in class akka.routing.RoutedActorCell
-
- akka$actor$FSM$$currentState() - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$$currentState() - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$$currentState() - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$$currentState() - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$$currentState() - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$$currentState() - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$$currentState() - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$$currentState() - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$$currentState() - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$$currentState() - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$$currentState_$eq(FSM.State<S, D>) - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$$currentState_$eq(FSM.State<S, D>) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$$currentState_$eq(FSM.State<S, D>) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$$currentState_$eq(FSM.State<S, D>) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$$currentState_$eq(FSM.State<S, D>) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$$currentState_$eq(FSM.State<S, D>) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$$currentState_$eq(FSM.State<S, D>) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$$currentState_$eq(FSM.State<S, D>) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$$currentState_$eq(FSM.State<S, D>) - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$$currentState_$eq(FSM.State<S, D>) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$$generation() - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$$generation() - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$$generation() - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$$generation() - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$$generation() - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$$generation() - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$$generation() - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$$generation() - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$$generation() - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$$generation() - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$$generation_$eq(long) - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$$generation_$eq(long) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$$generation_$eq(long) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$$generation_$eq(long) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$$generation_$eq(long) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$$generation_$eq(long) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$$generation_$eq(long) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$$generation_$eq(long) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$$generation_$eq(long) - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$$generation_$eq(long) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$$handleEvent() - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$$handleEvent() - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$$handleEvent() - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$$handleEvent() - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$$handleEvent() - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$$handleEvent() - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$$handleEvent() - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$$handleEvent() - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$$handleEvent() - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$$handleEvent() - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$$handleEvent_$eq(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$$handleEvent_$eq(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$$handleEvent_$eq(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$$handleEvent_$eq(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$$handleEvent_$eq(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$$handleEvent_$eq(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$$handleEvent_$eq(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$$handleEvent_$eq(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$$handleEvent_$eq(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$$handleEvent_$eq(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$$handleEventDefault() - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$$handleEventDefault() - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$$handleEventDefault() - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$$handleEventDefault() - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$$handleEventDefault() - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$$handleEventDefault() - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$$handleEventDefault() - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$$handleEventDefault() - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$$handleEventDefault() - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$$handleEventDefault() - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$$nextState() - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$$nextState() - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$$nextState() - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$$nextState() - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$$nextState() - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$$nextState() - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$$nextState() - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$$nextState() - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$$nextState() - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$$nextState() - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$$nextState_$eq(FSM.State<S, D>) - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$$nextState_$eq(FSM.State<S, D>) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$$nextState_$eq(FSM.State<S, D>) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$$nextState_$eq(FSM.State<S, D>) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$$nextState_$eq(FSM.State<S, D>) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$$nextState_$eq(FSM.State<S, D>) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$$nextState_$eq(FSM.State<S, D>) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$$nextState_$eq(FSM.State<S, D>) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$$nextState_$eq(FSM.State<S, D>) - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$$nextState_$eq(FSM.State<S, D>) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$$stateFunctions() - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$$stateFunctions() - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$$stateFunctions() - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$$stateFunctions() - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$$stateFunctions() - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$$stateFunctions() - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$$stateFunctions() - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$$stateFunctions() - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$$stateFunctions() - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$$stateFunctions() - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$$stateTimeouts() - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$$stateTimeouts() - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$$stateTimeouts() - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$$stateTimeouts() - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$$stateTimeouts() - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$$stateTimeouts() - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$$stateTimeouts() - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$$stateTimeouts() - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$$stateTimeouts() - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$$stateTimeouts() - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$$terminateEvent() - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$$terminateEvent() - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$$terminateEvent() - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$$terminateEvent() - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$$terminateEvent() - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$$terminateEvent() - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$$terminateEvent() - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$$terminateEvent() - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$$terminateEvent() - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$$terminateEvent() - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$$terminateEvent_$eq(PartialFunction<FSM.StopEvent<S, D>, BoxedUnit>) - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$$terminateEvent_$eq(PartialFunction<FSM.StopEvent<S, D>, BoxedUnit>) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$$terminateEvent_$eq(PartialFunction<FSM.StopEvent<S, D>, BoxedUnit>) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$$terminateEvent_$eq(PartialFunction<FSM.StopEvent<S, D>, BoxedUnit>) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$$terminateEvent_$eq(PartialFunction<FSM.StopEvent<S, D>, BoxedUnit>) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$$terminateEvent_$eq(PartialFunction<FSM.StopEvent<S, D>, BoxedUnit>) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$$terminateEvent_$eq(PartialFunction<FSM.StopEvent<S, D>, BoxedUnit>) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$$terminateEvent_$eq(PartialFunction<FSM.StopEvent<S, D>, BoxedUnit>) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$$terminateEvent_$eq(PartialFunction<FSM.StopEvent<S, D>, BoxedUnit>) - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$$terminateEvent_$eq(PartialFunction<FSM.StopEvent<S, D>, BoxedUnit>) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$$timeoutFuture() - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$$timeoutFuture() - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$$timeoutFuture() - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$$timeoutFuture() - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$$timeoutFuture() - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$$timeoutFuture() - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$$timeoutFuture() - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$$timeoutFuture() - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$$timeoutFuture() - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$$timeoutFuture() - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$$timeoutFuture_$eq(Option<Cancellable>) - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$$timeoutFuture_$eq(Option<Cancellable>) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$$timeoutFuture_$eq(Option<Cancellable>) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$$timeoutFuture_$eq(Option<Cancellable>) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$$timeoutFuture_$eq(Option<Cancellable>) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$$timeoutFuture_$eq(Option<Cancellable>) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$$timeoutFuture_$eq(Option<Cancellable>) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$$timeoutFuture_$eq(Option<Cancellable>) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$$timeoutFuture_$eq(Option<Cancellable>) - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$$timeoutFuture_$eq(Option<Cancellable>) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$$timerGen() - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$$timerGen() - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$$timerGen() - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$$timerGen() - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$$timerGen() - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$$timerGen() - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$$timerGen() - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$$timerGen() - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$$timerGen() - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$$timerGen() - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$$timers() - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$$timers() - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$$timers() - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$$timers() - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$$timers() - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$$timers() - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$$timers() - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$$timers() - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$$timers() - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$$timers() - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$$transitionEvent() - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$$transitionEvent() - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$$transitionEvent() - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$$transitionEvent() - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$$transitionEvent() - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$$transitionEvent() - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$$transitionEvent() - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$$transitionEvent() - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$$transitionEvent() - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$$transitionEvent() - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$$transitionEvent_$eq(List<PartialFunction<Tuple2<S, S>, BoxedUnit>>) - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$$transitionEvent_$eq(List<PartialFunction<Tuple2<S, S>, BoxedUnit>>) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$$transitionEvent_$eq(List<PartialFunction<Tuple2<S, S>, BoxedUnit>>) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$$transitionEvent_$eq(List<PartialFunction<Tuple2<S, S>, BoxedUnit>>) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$$transitionEvent_$eq(List<PartialFunction<Tuple2<S, S>, BoxedUnit>>) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$$transitionEvent_$eq(List<PartialFunction<Tuple2<S, S>, BoxedUnit>>) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$$transitionEvent_$eq(List<PartialFunction<Tuple2<S, S>, BoxedUnit>>) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$$transitionEvent_$eq(List<PartialFunction<Tuple2<S, S>, BoxedUnit>>) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$$transitionEvent_$eq(List<PartialFunction<Tuple2<S, S>, BoxedUnit>>) - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$$transitionEvent_$eq(List<PartialFunction<Tuple2<S, S>, BoxedUnit>>) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$_setter_$$minus$greater_$eq(FSM.$minus$greater$) - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$_setter_$$minus$greater_$eq(FSM.$minus$greater$) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$_setter_$$minus$greater_$eq(FSM.$minus$greater$) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$_setter_$$minus$greater_$eq(FSM.$minus$greater$) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$_setter_$$minus$greater_$eq(FSM.$minus$greater$) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$_setter_$$minus$greater_$eq(FSM.$minus$greater$) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$_setter_$$minus$greater_$eq(FSM.$minus$greater$) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$_setter_$$minus$greater_$eq(FSM.$minus$greater$) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$_setter_$$minus$greater_$eq(FSM.$minus$greater$) - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$_setter_$$minus$greater_$eq(FSM.$minus$greater$) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$handleEventDefault_$eq(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$handleEventDefault_$eq(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$handleEventDefault_$eq(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$handleEventDefault_$eq(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$handleEventDefault_$eq(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$handleEventDefault_$eq(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$handleEventDefault_$eq(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$handleEventDefault_$eq(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$handleEventDefault_$eq(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$handleEventDefault_$eq(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$stateFunctions_$eq(Map<S, PartialFunction<FSM.Event<D>, FSM.State<S, D>>>) - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$stateFunctions_$eq(Map<S, PartialFunction<FSM.Event<D>, FSM.State<S, D>>>) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$stateFunctions_$eq(Map<S, PartialFunction<FSM.Event<D>, FSM.State<S, D>>>) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$stateFunctions_$eq(Map<S, PartialFunction<FSM.Event<D>, FSM.State<S, D>>>) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$stateFunctions_$eq(Map<S, PartialFunction<FSM.Event<D>, FSM.State<S, D>>>) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$stateFunctions_$eq(Map<S, PartialFunction<FSM.Event<D>, FSM.State<S, D>>>) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$stateFunctions_$eq(Map<S, PartialFunction<FSM.Event<D>, FSM.State<S, D>>>) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$stateFunctions_$eq(Map<S, PartialFunction<FSM.Event<D>, FSM.State<S, D>>>) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$stateFunctions_$eq(Map<S, PartialFunction<FSM.Event<D>, FSM.State<S, D>>>) - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$stateFunctions_$eq(Map<S, PartialFunction<FSM.Event<D>, FSM.State<S, D>>>) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$stateTimeouts_$eq(Map<S, Option<FiniteDuration>>) - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$stateTimeouts_$eq(Map<S, Option<FiniteDuration>>) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$stateTimeouts_$eq(Map<S, Option<FiniteDuration>>) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$stateTimeouts_$eq(Map<S, Option<FiniteDuration>>) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$stateTimeouts_$eq(Map<S, Option<FiniteDuration>>) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$stateTimeouts_$eq(Map<S, Option<FiniteDuration>>) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$stateTimeouts_$eq(Map<S, Option<FiniteDuration>>) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$stateTimeouts_$eq(Map<S, Option<FiniteDuration>>) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$stateTimeouts_$eq(Map<S, Option<FiniteDuration>>) - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$stateTimeouts_$eq(Map<S, Option<FiniteDuration>>) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$timerGen_$eq(Iterator<Object>) - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$timerGen_$eq(Iterator<Object>) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$timerGen_$eq(Iterator<Object>) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$timerGen_$eq(Iterator<Object>) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$timerGen_$eq(Iterator<Object>) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$timerGen_$eq(Iterator<Object>) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$timerGen_$eq(Iterator<Object>) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$timerGen_$eq(Iterator<Object>) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$timerGen_$eq(Iterator<Object>) - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$timerGen_$eq(Iterator<Object>) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$timers_$eq(Map<String, FSM.Timer>) - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$timers_$eq(Map<String, FSM.Timer>) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$timers_$eq(Map<String, FSM.Timer>) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$timers_$eq(Map<String, FSM.Timer>) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$timers_$eq(Map<String, FSM.Timer>) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$timers_$eq(Map<String, FSM.Timer>) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$timers_$eq(Map<String, FSM.Timer>) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$timers_$eq(Map<String, FSM.Timer>) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$timers_$eq(Map<String, FSM.Timer>) - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$_setter_$akka$actor$FSM$$timers_$eq(Map<String, FSM.Timer>) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$_setter_$Event_$eq(FSM.Event$) - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$_setter_$Event_$eq(FSM.Event$) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$_setter_$Event_$eq(FSM.Event$) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$_setter_$Event_$eq(FSM.Event$) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$_setter_$Event_$eq(FSM.Event$) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$_setter_$Event_$eq(FSM.Event$) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$_setter_$Event_$eq(FSM.Event$) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$_setter_$Event_$eq(FSM.Event$) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$_setter_$Event_$eq(FSM.Event$) - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$_setter_$Event_$eq(FSM.Event$) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$_setter_$StateTimeout_$eq(FSM.StateTimeout$) - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$_setter_$StateTimeout_$eq(FSM.StateTimeout$) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$_setter_$StateTimeout_$eq(FSM.StateTimeout$) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$_setter_$StateTimeout_$eq(FSM.StateTimeout$) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$_setter_$StateTimeout_$eq(FSM.StateTimeout$) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$_setter_$StateTimeout_$eq(FSM.StateTimeout$) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$_setter_$StateTimeout_$eq(FSM.StateTimeout$) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$_setter_$StateTimeout_$eq(FSM.StateTimeout$) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$_setter_$StateTimeout_$eq(FSM.StateTimeout$) - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$_setter_$StateTimeout_$eq(FSM.StateTimeout$) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$FSM$_setter_$StopEvent_$eq(FSM.StopEvent$) - Static method in class akka.actor.AbstractFSM
-
- akka$actor$FSM$_setter_$StopEvent_$eq(FSM.StopEvent$) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$actor$FSM$_setter_$StopEvent_$eq(FSM.StopEvent$) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$actor$FSM$_setter_$StopEvent_$eq(FSM.StopEvent$) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$FSM$_setter_$StopEvent_$eq(FSM.StopEvent$) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$actor$FSM$_setter_$StopEvent_$eq(FSM.StopEvent$) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$FSM$_setter_$StopEvent_$eq(FSM.StopEvent$) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$FSM$_setter_$StopEvent_$eq(FSM.StopEvent$) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$FSM$_setter_$StopEvent_$eq(FSM.StopEvent$) - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$actor$FSM$_setter_$StopEvent_$eq(FSM.StopEvent$) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$LoggingFSM$$events() - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$LoggingFSM$$events() - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$LoggingFSM$$events() - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$LoggingFSM$$events() - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$LoggingFSM$$events() - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$LoggingFSM$$full() - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$LoggingFSM$$full() - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$LoggingFSM$$full() - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$LoggingFSM$$full() - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$LoggingFSM$$full() - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$LoggingFSM$$full_$eq(boolean) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$LoggingFSM$$full_$eq(boolean) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$LoggingFSM$$full_$eq(boolean) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$LoggingFSM$$full_$eq(boolean) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$LoggingFSM$$full_$eq(boolean) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$LoggingFSM$$pos() - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$LoggingFSM$$pos() - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$LoggingFSM$$pos() - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$LoggingFSM$$pos() - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$LoggingFSM$$pos() - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$LoggingFSM$$pos_$eq(int) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$LoggingFSM$$pos_$eq(int) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$LoggingFSM$$pos_$eq(int) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$LoggingFSM$$pos_$eq(int) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$LoggingFSM$$pos_$eq(int) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$LoggingFSM$$states() - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$LoggingFSM$$states() - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$LoggingFSM$$states() - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$LoggingFSM$$states() - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$LoggingFSM$$states() - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$LoggingFSM$_setter_$akka$actor$LoggingFSM$$events_$eq(FSM.Event<D>[]) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$LoggingFSM$_setter_$akka$actor$LoggingFSM$$events_$eq(FSM.Event<D>[]) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$LoggingFSM$_setter_$akka$actor$LoggingFSM$$events_$eq(FSM.Event<D>[]) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$LoggingFSM$_setter_$akka$actor$LoggingFSM$$events_$eq(FSM.Event<D>[]) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$LoggingFSM$_setter_$akka$actor$LoggingFSM$$events_$eq(FSM.Event<D>[]) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$LoggingFSM$_setter_$akka$actor$LoggingFSM$$states_$eq(Object[]) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$LoggingFSM$_setter_$akka$actor$LoggingFSM$$states_$eq(Object[]) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$LoggingFSM$_setter_$akka$actor$LoggingFSM$$states_$eq(Object[]) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$LoggingFSM$_setter_$akka$actor$LoggingFSM$$states_$eq(Object[]) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$LoggingFSM$_setter_$akka$actor$LoggingFSM$$states_$eq(Object[]) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$LoggingFSM$_setter_$debugEvent_$eq(boolean) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$actor$LoggingFSM$_setter_$debugEvent_$eq(boolean) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$actor$LoggingFSM$_setter_$debugEvent_$eq(boolean) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$actor$LoggingFSM$_setter_$debugEvent_$eq(boolean) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$actor$LoggingFSM$_setter_$debugEvent_$eq(boolean) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$actor$StashSupport$$capacity() - Static method in class akka.event.ActorClassificationUnsubscriber
-
- akka$actor$StashSupport$$capacity() - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$actor$StashSupport$$capacity() - Static method in class akka.persistence.journal.PersistencePluginProxy
-
- akka$actor$StashSupport$$theStash() - Static method in class akka.event.ActorClassificationUnsubscriber
-
- akka$actor$StashSupport$$theStash() - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$actor$StashSupport$$theStash() - Static method in class akka.persistence.journal.PersistencePluginProxy
-
- akka$actor$StashSupport$$theStash_$eq(Vector<Envelope>) - Static method in class akka.event.ActorClassificationUnsubscriber
-
- akka$actor$StashSupport$$theStash_$eq(Vector<Envelope>) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$actor$StashSupport$$theStash_$eq(Vector<Envelope>) - Static method in class akka.persistence.journal.PersistencePluginProxy
-
- akka$actor$StashSupport$_setter_$akka$actor$StashSupport$$capacity_$eq(int) - Static method in class akka.event.ActorClassificationUnsubscriber
-
- akka$actor$StashSupport$_setter_$akka$actor$StashSupport$$capacity_$eq(int) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$actor$StashSupport$_setter_$akka$actor$StashSupport$$capacity_$eq(int) - Static method in class akka.persistence.journal.PersistencePluginProxy
-
- akka$actor$StashSupport$_setter_$mailbox_$eq(DequeBasedMessageQueueSemantics) - Static method in class akka.event.ActorClassificationUnsubscriber
-
- akka$actor$StashSupport$_setter_$mailbox_$eq(DequeBasedMessageQueueSemantics) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$actor$StashSupport$_setter_$mailbox_$eq(DequeBasedMessageQueueSemantics) - Static method in class akka.persistence.journal.PersistencePluginProxy
-
- akka$camel$CamelSupport$_setter_$camel_$eq(Camel) - Static method in class akka.camel.internal.CamelSupervisor
-
- akka$cluster$ddata$FastMerge$$ancestor() - Static method in class akka.cluster.ddata.GCounter
-
- akka$cluster$ddata$FastMerge$$ancestor() - Static method in class akka.cluster.ddata.GSet
-
- akka$cluster$ddata$FastMerge$$ancestor() - Static method in class akka.cluster.ddata.ORSet
-
- akka$cluster$ddata$FastMerge$$ancestor_$eq(FastMerge) - Static method in class akka.cluster.ddata.GCounter
-
- akka$cluster$ddata$FastMerge$$ancestor_$eq(FastMerge) - Static method in class akka.cluster.ddata.GSet
-
- akka$cluster$ddata$FastMerge$$ancestor_$eq(FastMerge) - Static method in class akka.cluster.ddata.ORSet
-
- akka$cluster$ddata$protobuf$SerializationSupport$$protocol() - Static method in class akka.cluster.ddata.protobuf.ReplicatorMessageSerializer
-
- akka$cluster$ddata$protobuf$SerializationSupport$$protocol_$eq(String) - Static method in class akka.cluster.ddata.protobuf.ReplicatorMessageSerializer
-
- akka$cluster$ddata$protobuf$SerializationSupport$$ser() - Static method in class akka.cluster.ddata.protobuf.ReplicatorMessageSerializer
-
- akka$cluster$ddata$protobuf$SerializationSupport$$ser_$eq(Serialization) - Static method in class akka.cluster.ddata.protobuf.ReplicatorMessageSerializer
-
- akka$cluster$ddata$protobuf$SerializationSupport$$transportInfo() - Static method in class akka.cluster.ddata.protobuf.ReplicatorMessageSerializer
-
- akka$cluster$ddata$protobuf$SerializationSupport$$transportInfo_$eq(Serialization.Information) - Static method in class akka.cluster.ddata.protobuf.ReplicatorMessageSerializer
-
- akka$cluster$pubsub$PerGroupingBuffer$$buffers() - Static method in class akka.cluster.pubsub.DistributedPubSubMediator
-
- akka$cluster$pubsub$PerGroupingBuffer$_setter_$akka$cluster$pubsub$PerGroupingBuffer$$buffers_$eq(MessageBufferMap<String>) - Static method in class akka.cluster.pubsub.DistributedPubSubMediator
-
- akka$contrib$pattern$ReliableProxyDebugLogging$_setter_$debug_$eq(boolean) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$dispatch$BatchingExecutor$$_blockContext() - Static method in class akka.dispatch.MessageDispatcher
-
- akka$dispatch$BatchingExecutor$$_blockContext() - Static method in class akka.testkit.CallingThreadDispatcher
-
- akka$dispatch$BatchingExecutor$$_tasksLocal() - Static method in class akka.dispatch.MessageDispatcher
-
- akka$dispatch$BatchingExecutor$$_tasksLocal() - Static method in class akka.testkit.CallingThreadDispatcher
-
- akka$dispatch$BatchingExecutor$_setter_$akka$dispatch$BatchingExecutor$$_blockContext_$eq(ThreadLocal<BlockContext>) - Static method in class akka.dispatch.MessageDispatcher
-
- akka$dispatch$BatchingExecutor$_setter_$akka$dispatch$BatchingExecutor$$_blockContext_$eq(ThreadLocal<BlockContext>) - Static method in class akka.testkit.CallingThreadDispatcher
-
- akka$dispatch$BatchingExecutor$_setter_$akka$dispatch$BatchingExecutor$$_tasksLocal_$eq(ThreadLocal<BatchingExecutor.AbstractBatch>) - Static method in class akka.dispatch.MessageDispatcher
-
- akka$dispatch$BatchingExecutor$_setter_$akka$dispatch$BatchingExecutor$$_tasksLocal_$eq(ThreadLocal<BatchingExecutor.AbstractBatch>) - Static method in class akka.testkit.CallingThreadDispatcher
-
- akka$event$LoggingBus$$_logLevel() - Static method in class akka.event.EventStream
-
- akka$event$LoggingBus$$_logLevel_$eq(Logging.LogLevel) - Static method in class akka.event.EventStream
-
- akka$event$LoggingBus$$guard() - Static method in class akka.event.EventStream
-
- akka$event$LoggingBus$$loggers() - Static method in class akka.event.EventStream
-
- akka$event$LoggingBus$$loggers_$eq(Seq<ActorRef>) - Static method in class akka.event.EventStream
-
- akka$event$LoggingBus$_setter_$akka$event$LoggingBus$$guard_$eq(ReentrantGuard) - Static method in class akka.event.EventStream
-
- akka$event$SubchannelClassification$$cache() - Static method in class akka.event.EventStream
-
- akka$event$SubchannelClassification$$cache_$eq(Map<Object, Set<Object>>) - Static method in class akka.event.EventStream
-
- akka$event$SubchannelClassification$$subscriptions() - Static method in class akka.event.EventStream
-
- akka$persistence$fsm$PersistentFSMBase$$currentState() - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$$currentState_$eq(PersistentFSM.State<S, D, E>) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$$generation() - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$$generation_$eq(long) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$$handleEvent() - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$$handleEvent_$eq(PartialFunction<PersistentFSM.Event<D>, PersistentFSM.State<S, D, E>>) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$$handleEventDefault() - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$$nextState() - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$$nextState_$eq(PersistentFSM.State<S, D, E>) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$$stateFunctions() - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$$stateTimeouts() - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$$terminateEvent() - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$$terminateEvent_$eq(PartialFunction<PersistentFSM.StopEvent<S, D>, BoxedUnit>) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$$timeoutFuture() - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$$timeoutFuture_$eq(Option<Cancellable>) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$$timerGen() - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$$timers() - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$$transitionEvent() - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$$transitionEvent_$eq(List<PartialFunction<Tuple2<S, S>, BoxedUnit>>) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$_setter_$$minus$greater_$eq(PersistentFSM.$minus$greater$) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$_setter_$akka$persistence$fsm$PersistentFSMBase$$handleEventDefault_$eq(PartialFunction<PersistentFSM.Event<D>, PersistentFSM.State<S, D, E>>) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$_setter_$akka$persistence$fsm$PersistentFSMBase$$stateFunctions_$eq(Map<S, PartialFunction<PersistentFSM.Event<D>, PersistentFSM.State<S, D, E>>>) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$_setter_$akka$persistence$fsm$PersistentFSMBase$$stateTimeouts_$eq(Map<S, Option<FiniteDuration>>) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$_setter_$akka$persistence$fsm$PersistentFSMBase$$timerGen_$eq(Iterator<Object>) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$_setter_$akka$persistence$fsm$PersistentFSMBase$$timers_$eq(Map<String, PersistentFSM.Timer>) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$_setter_$Event_$eq(PersistentFSM.Event$) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$_setter_$StateTimeout_$eq(PersistentFSM.StateTimeout$) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$fsm$PersistentFSMBase$_setter_$StopEvent_$eq(PersistentFSM.StopEvent$) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$persistence$journal$AsyncWriteJournal$$breaker() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$$breaker() - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$$config() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$$config() - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$$extension() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$$extension() - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$$publish() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$$publish() - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$$replayFilterMaxOldWriters() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$$replayFilterMaxOldWriters() - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$$replayFilterMode() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$$replayFilterMode() - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$$replayFilterWindowSize() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$$replayFilterWindowSize() - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$$resequencer() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$$resequencer() - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$$resequencerCounter() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$$resequencerCounter() - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$$resequencerCounter_$eq(long) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$$resequencerCounter_$eq(long) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$_setter_$akka$persistence$journal$AsyncWriteJournal$$breaker_$eq(CircuitBreaker) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$_setter_$akka$persistence$journal$AsyncWriteJournal$$breaker_$eq(CircuitBreaker) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$_setter_$akka$persistence$journal$AsyncWriteJournal$$config_$eq(Config) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$_setter_$akka$persistence$journal$AsyncWriteJournal$$config_$eq(Config) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$_setter_$akka$persistence$journal$AsyncWriteJournal$$extension_$eq(Persistence) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$_setter_$akka$persistence$journal$AsyncWriteJournal$$extension_$eq(Persistence) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$_setter_$akka$persistence$journal$AsyncWriteJournal$$publish_$eq(boolean) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$_setter_$akka$persistence$journal$AsyncWriteJournal$$publish_$eq(boolean) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$_setter_$akka$persistence$journal$AsyncWriteJournal$$replayFilterMaxOldWriters_$eq(int) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$_setter_$akka$persistence$journal$AsyncWriteJournal$$replayFilterMaxOldWriters_$eq(int) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$_setter_$akka$persistence$journal$AsyncWriteJournal$$replayFilterMode_$eq(ReplayFilter.Mode) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$_setter_$akka$persistence$journal$AsyncWriteJournal$$replayFilterMode_$eq(ReplayFilter.Mode) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$_setter_$akka$persistence$journal$AsyncWriteJournal$$replayFilterWindowSize_$eq(int) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$_setter_$akka$persistence$journal$AsyncWriteJournal$$replayFilterWindowSize_$eq(int) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$_setter_$akka$persistence$journal$AsyncWriteJournal$$resequencer_$eq(ActorRef) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$_setter_$akka$persistence$journal$AsyncWriteJournal$$resequencer_$eq(ActorRef) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$_setter_$receiveWriteJournal_$eq(PartialFunction<Object, BoxedUnit>) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$AsyncWriteJournal$_setter_$receiveWriteJournal_$eq(PartialFunction<Object, BoxedUnit>) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteProxy$$isInitialized() - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteProxy$$isInitialized_$eq(boolean) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteProxy$$isInitTimedOut() - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteProxy$$isInitTimedOut_$eq(boolean) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteProxy$$storeNotInitialized() - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$AsyncWriteProxy$_setter_$akka$persistence$journal$AsyncWriteProxy$$storeNotInitialized_$eq(Future<Nothing$>) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbIdMapping$$idMap() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbIdMapping$$idMap_$eq(Map<String, Object>) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbIdMapping$$idMapLock() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbIdMapping$$idOffset() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbIdMapping$_setter_$akka$persistence$journal$leveldb$LeveldbIdMapping$$idMapLock_$eq(Object) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbIdMapping$_setter_$akka$persistence$journal$leveldb$LeveldbIdMapping$$idOffset_$eq(int) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbRecovery$$replayDispatcher() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbRecovery$$replayDispatcherId() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbStore$$allPersistenceIdsSubscribers() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbStore$$allPersistenceIdsSubscribers_$eq(Set<ActorRef>) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbStore$$persistenceIdSubscribers() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbStore$$tagPersistenceIdPrefix() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbStore$$tagSequenceNr() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbStore$$tagSequenceNr_$eq(Map<String, Object>) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbStore$$tagSubscribers() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbStore$_setter_$akka$persistence$journal$leveldb$LeveldbStore$$persistenceIdSubscribers_$eq(HashMap<String, Set<ActorRef>>) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbStore$_setter_$akka$persistence$journal$leveldb$LeveldbStore$$tagPersistenceIdPrefix_$eq(String) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbStore$_setter_$akka$persistence$journal$leveldb$LeveldbStore$$tagSubscribers_$eq(HashMap<String, Set<ActorRef>>) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbStore$_setter_$config_$eq(Config) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbStore$_setter_$leveldbDir_$eq(File) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbStore$_setter_$leveldbOptions_$eq(Options) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbStore$_setter_$leveldbWriteOptions_$eq(WriteOptions) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbStore$_setter_$nativeLeveldb_$eq(boolean) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$leveldb$LeveldbStore$_setter_$serialization_$eq(Serialization) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$WriteJournalBase$$eventAdapters() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$WriteJournalBase$$eventAdapters() - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$WriteJournalBase$_setter_$akka$persistence$journal$WriteJournalBase$$eventAdapters_$eq(EventAdapters) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$WriteJournalBase$_setter_$akka$persistence$journal$WriteJournalBase$$eventAdapters_$eq(EventAdapters) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$persistence$journal$WriteJournalBase$_setter_$persistence_$eq(Persistence) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- akka$persistence$journal$WriteJournalBase$_setter_$persistence_$eq(Persistence) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- akka$routing$Listeners$_setter_$listeners_$eq(Set<ActorRef>) - Static method in class akka.actor.AbstractFSM
-
- akka$routing$Listeners$_setter_$listeners_$eq(Set<ActorRef>) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- akka$routing$Listeners$_setter_$listeners_$eq(Set<ActorRef>) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- akka$routing$Listeners$_setter_$listeners_$eq(Set<ActorRef>) - Static method in class akka.contrib.pattern.ReliableProxy
-
- akka$routing$Listeners$_setter_$listeners_$eq(Set<ActorRef>) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- akka$routing$Listeners$_setter_$listeners_$eq(Set<ActorRef>) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- akka$routing$Listeners$_setter_$listeners_$eq(Set<ActorRef>) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- akka$routing$Listeners$_setter_$listeners_$eq(Set<ActorRef>) - Static method in class akka.remote.testconductor.ClientFSM
-
- akka$routing$Listeners$_setter_$listeners_$eq(Set<ActorRef>) - Static method in class akka.remote.testconductor.ServerFSM
-
- akka$routing$Listeners$_setter_$listeners_$eq(Set<ActorRef>) - Static method in class akka.remote.transport.ProtocolStateActor
-
- akka$routing$Listeners$_setter_$listeners_$eq(Set<ActorRef>) - Static method in class akka.remote.transport.ThrottledAssociation
-
- akka$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Static method in class akka.cluster.ddata.protobuf.ReplicatorMessageSerializer
-
- akka$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Static method in class akka.persistence.serialization.SnapshotSerializer
-
- akka$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Static method in class akka.remote.serialization.ArteryMessageSerializer
-
- akka$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Static method in class akka.remote.serialization.ProtobufSerializer
-
- akka$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Static method in class akka.serialization.JavaSerializer
-
- akka$stream$actor$ActorPublisher$$demand() - Static method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- akka$stream$actor$ActorPublisher$$demand() - Static method in class akka.stream.actor.AbstractActorPublisher
-
- akka$stream$actor$ActorPublisher$$demand() - Static method in class akka.stream.actor.UntypedActorPublisher
-
- akka$stream$actor$ActorPublisher$$demand() - Static method in class akka.stream.impl.ActorRefSourceActor
-
- akka$stream$actor$ActorPublisher$$demand() - Static method in class akka.stream.impl.io.FilePublisher
-
- akka$stream$actor$ActorPublisher$$demand() - Static method in class akka.stream.impl.io.InputStreamPublisher
-
- akka$stream$actor$ActorPublisher$$demand_$eq(long) - Static method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- akka$stream$actor$ActorPublisher$$demand_$eq(long) - Static method in class akka.stream.actor.AbstractActorPublisher
-
- akka$stream$actor$ActorPublisher$$demand_$eq(long) - Static method in class akka.stream.actor.UntypedActorPublisher
-
- akka$stream$actor$ActorPublisher$$demand_$eq(long) - Static method in class akka.stream.impl.ActorRefSourceActor
-
- akka$stream$actor$ActorPublisher$$demand_$eq(long) - Static method in class akka.stream.impl.io.FilePublisher
-
- akka$stream$actor$ActorPublisher$$demand_$eq(long) - Static method in class akka.stream.impl.io.InputStreamPublisher
-
- akka$stream$actor$ActorPublisher$$lifecycleState() - Static method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- akka$stream$actor$ActorPublisher$$lifecycleState() - Static method in class akka.stream.actor.AbstractActorPublisher
-
- akka$stream$actor$ActorPublisher$$lifecycleState() - Static method in class akka.stream.actor.UntypedActorPublisher
-
- akka$stream$actor$ActorPublisher$$lifecycleState() - Static method in class akka.stream.impl.ActorRefSourceActor
-
- akka$stream$actor$ActorPublisher$$lifecycleState() - Static method in class akka.stream.impl.io.FilePublisher
-
- akka$stream$actor$ActorPublisher$$lifecycleState() - Static method in class akka.stream.impl.io.InputStreamPublisher
-
- akka$stream$actor$ActorPublisher$$lifecycleState_$eq(akka.stream.actor.ActorPublisher.Internal.LifecycleState) - Static method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- akka$stream$actor$ActorPublisher$$lifecycleState_$eq(akka.stream.actor.ActorPublisher.Internal.LifecycleState) - Static method in class akka.stream.actor.AbstractActorPublisher
-
- akka$stream$actor$ActorPublisher$$lifecycleState_$eq(akka.stream.actor.ActorPublisher.Internal.LifecycleState) - Static method in class akka.stream.actor.UntypedActorPublisher
-
- akka$stream$actor$ActorPublisher$$lifecycleState_$eq(akka.stream.actor.ActorPublisher.Internal.LifecycleState) - Static method in class akka.stream.impl.ActorRefSourceActor
-
- akka$stream$actor$ActorPublisher$$lifecycleState_$eq(akka.stream.actor.ActorPublisher.Internal.LifecycleState) - Static method in class akka.stream.impl.io.FilePublisher
-
- akka$stream$actor$ActorPublisher$$lifecycleState_$eq(akka.stream.actor.ActorPublisher.Internal.LifecycleState) - Static method in class akka.stream.impl.io.InputStreamPublisher
-
- akka$stream$actor$ActorPublisher$$scheduledSubscriptionTimeout() - Static method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- akka$stream$actor$ActorPublisher$$scheduledSubscriptionTimeout() - Static method in class akka.stream.actor.AbstractActorPublisher
-
- akka$stream$actor$ActorPublisher$$scheduledSubscriptionTimeout() - Static method in class akka.stream.actor.UntypedActorPublisher
-
- akka$stream$actor$ActorPublisher$$scheduledSubscriptionTimeout() - Static method in class akka.stream.impl.ActorRefSourceActor
-
- akka$stream$actor$ActorPublisher$$scheduledSubscriptionTimeout() - Static method in class akka.stream.impl.io.FilePublisher
-
- akka$stream$actor$ActorPublisher$$scheduledSubscriptionTimeout() - Static method in class akka.stream.impl.io.InputStreamPublisher
-
- akka$stream$actor$ActorPublisher$$scheduledSubscriptionTimeout_$eq(Cancellable) - Static method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- akka$stream$actor$ActorPublisher$$scheduledSubscriptionTimeout_$eq(Cancellable) - Static method in class akka.stream.actor.AbstractActorPublisher
-
- akka$stream$actor$ActorPublisher$$scheduledSubscriptionTimeout_$eq(Cancellable) - Static method in class akka.stream.actor.UntypedActorPublisher
-
- akka$stream$actor$ActorPublisher$$scheduledSubscriptionTimeout_$eq(Cancellable) - Static method in class akka.stream.impl.ActorRefSourceActor
-
- akka$stream$actor$ActorPublisher$$scheduledSubscriptionTimeout_$eq(Cancellable) - Static method in class akka.stream.impl.io.FilePublisher
-
- akka$stream$actor$ActorPublisher$$scheduledSubscriptionTimeout_$eq(Cancellable) - Static method in class akka.stream.impl.io.InputStreamPublisher
-
- akka$stream$actor$ActorPublisher$$state() - Static method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- akka$stream$actor$ActorPublisher$$state() - Static method in class akka.stream.actor.AbstractActorPublisher
-
- akka$stream$actor$ActorPublisher$$state() - Static method in class akka.stream.actor.UntypedActorPublisher
-
- akka$stream$actor$ActorPublisher$$state() - Static method in class akka.stream.impl.ActorRefSourceActor
-
- akka$stream$actor$ActorPublisher$$state() - Static method in class akka.stream.impl.io.FilePublisher
-
- akka$stream$actor$ActorPublisher$$state() - Static method in class akka.stream.impl.io.InputStreamPublisher
-
- akka$stream$actor$ActorPublisher$$subscriber() - Static method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- akka$stream$actor$ActorPublisher$$subscriber() - Static method in class akka.stream.actor.AbstractActorPublisher
-
- akka$stream$actor$ActorPublisher$$subscriber() - Static method in class akka.stream.actor.UntypedActorPublisher
-
- akka$stream$actor$ActorPublisher$$subscriber() - Static method in class akka.stream.impl.ActorRefSourceActor
-
- akka$stream$actor$ActorPublisher$$subscriber() - Static method in class akka.stream.impl.io.FilePublisher
-
- akka$stream$actor$ActorPublisher$$subscriber() - Static method in class akka.stream.impl.io.InputStreamPublisher
-
- akka$stream$actor$ActorPublisher$$subscriber_$eq(Subscriber<Object>) - Static method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- akka$stream$actor$ActorPublisher$$subscriber_$eq(Subscriber<Object>) - Static method in class akka.stream.actor.AbstractActorPublisher
-
- akka$stream$actor$ActorPublisher$$subscriber_$eq(Subscriber<Object>) - Static method in class akka.stream.actor.UntypedActorPublisher
-
- akka$stream$actor$ActorPublisher$$subscriber_$eq(Subscriber<Object>) - Static method in class akka.stream.impl.ActorRefSourceActor
-
- akka$stream$actor$ActorPublisher$$subscriber_$eq(Subscriber<Object>) - Static method in class akka.stream.impl.io.FilePublisher
-
- akka$stream$actor$ActorPublisher$$subscriber_$eq(Subscriber<Object>) - Static method in class akka.stream.impl.io.InputStreamPublisher
-
- akka$stream$actor$ActorPublisher$_setter_$akka$stream$actor$ActorPublisher$$state_$eq(ActorPublisherState) - Static method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- akka$stream$actor$ActorPublisher$_setter_$akka$stream$actor$ActorPublisher$$state_$eq(ActorPublisherState) - Static method in class akka.stream.actor.AbstractActorPublisher
-
- akka$stream$actor$ActorPublisher$_setter_$akka$stream$actor$ActorPublisher$$state_$eq(ActorPublisherState) - Static method in class akka.stream.actor.UntypedActorPublisher
-
- akka$stream$actor$ActorPublisher$_setter_$akka$stream$actor$ActorPublisher$$state_$eq(ActorPublisherState) - Static method in class akka.stream.impl.ActorRefSourceActor
-
- akka$stream$actor$ActorPublisher$_setter_$akka$stream$actor$ActorPublisher$$state_$eq(ActorPublisherState) - Static method in class akka.stream.impl.io.FilePublisher
-
- akka$stream$actor$ActorPublisher$_setter_$akka$stream$actor$ActorPublisher$$state_$eq(ActorPublisherState) - Static method in class akka.stream.impl.io.InputStreamPublisher
-
- akka$stream$actor$ActorSubscriber$$_canceled() - Static method in class akka.stream.actor.AbstractActorSubscriber
-
- akka$stream$actor$ActorSubscriber$$_canceled() - Static method in class akka.stream.actor.UntypedActorSubscriber
-
- akka$stream$actor$ActorSubscriber$$_canceled() - Static method in class akka.stream.impl.ActorRefSinkActor
-
- akka$stream$actor$ActorSubscriber$$_canceled() - Static method in class akka.stream.impl.io.FileSubscriber
-
- akka$stream$actor$ActorSubscriber$$_canceled() - Static method in class akka.stream.impl.io.OutputStreamSubscriber
-
- akka$stream$actor$ActorSubscriber$$_canceled_$eq(boolean) - Static method in class akka.stream.actor.AbstractActorSubscriber
-
- akka$stream$actor$ActorSubscriber$$_canceled_$eq(boolean) - Static method in class akka.stream.actor.UntypedActorSubscriber
-
- akka$stream$actor$ActorSubscriber$$_canceled_$eq(boolean) - Static method in class akka.stream.impl.ActorRefSinkActor
-
- akka$stream$actor$ActorSubscriber$$_canceled_$eq(boolean) - Static method in class akka.stream.impl.io.FileSubscriber
-
- akka$stream$actor$ActorSubscriber$$_canceled_$eq(boolean) - Static method in class akka.stream.impl.io.OutputStreamSubscriber
-
- akka$stream$actor$ActorSubscriber$$requested() - Static method in class akka.stream.actor.AbstractActorSubscriber
-
- akka$stream$actor$ActorSubscriber$$requested() - Static method in class akka.stream.actor.UntypedActorSubscriber
-
- akka$stream$actor$ActorSubscriber$$requested() - Static method in class akka.stream.impl.ActorRefSinkActor
-
- akka$stream$actor$ActorSubscriber$$requested() - Static method in class akka.stream.impl.io.FileSubscriber
-
- akka$stream$actor$ActorSubscriber$$requested() - Static method in class akka.stream.impl.io.OutputStreamSubscriber
-
- akka$stream$actor$ActorSubscriber$$requested_$eq(long) - Static method in class akka.stream.actor.AbstractActorSubscriber
-
- akka$stream$actor$ActorSubscriber$$requested_$eq(long) - Static method in class akka.stream.actor.UntypedActorSubscriber
-
- akka$stream$actor$ActorSubscriber$$requested_$eq(long) - Static method in class akka.stream.impl.ActorRefSinkActor
-
- akka$stream$actor$ActorSubscriber$$requested_$eq(long) - Static method in class akka.stream.impl.io.FileSubscriber
-
- akka$stream$actor$ActorSubscriber$$requested_$eq(long) - Static method in class akka.stream.impl.io.OutputStreamSubscriber
-
- akka$stream$actor$ActorSubscriber$$state() - Static method in class akka.stream.actor.AbstractActorSubscriber
-
- akka$stream$actor$ActorSubscriber$$state() - Static method in class akka.stream.actor.UntypedActorSubscriber
-
- akka$stream$actor$ActorSubscriber$$state() - Static method in class akka.stream.impl.ActorRefSinkActor
-
- akka$stream$actor$ActorSubscriber$$state() - Static method in class akka.stream.impl.io.FileSubscriber
-
- akka$stream$actor$ActorSubscriber$$state() - Static method in class akka.stream.impl.io.OutputStreamSubscriber
-
- akka$stream$actor$ActorSubscriber$$subscription() - Static method in class akka.stream.actor.AbstractActorSubscriber
-
- akka$stream$actor$ActorSubscriber$$subscription() - Static method in class akka.stream.actor.UntypedActorSubscriber
-
- akka$stream$actor$ActorSubscriber$$subscription() - Static method in class akka.stream.impl.ActorRefSinkActor
-
- akka$stream$actor$ActorSubscriber$$subscription() - Static method in class akka.stream.impl.io.FileSubscriber
-
- akka$stream$actor$ActorSubscriber$$subscription() - Static method in class akka.stream.impl.io.OutputStreamSubscriber
-
- akka$stream$actor$ActorSubscriber$$subscription_$eq(Option<Subscription>) - Static method in class akka.stream.actor.AbstractActorSubscriber
-
- akka$stream$actor$ActorSubscriber$$subscription_$eq(Option<Subscription>) - Static method in class akka.stream.actor.UntypedActorSubscriber
-
- akka$stream$actor$ActorSubscriber$$subscription_$eq(Option<Subscription>) - Static method in class akka.stream.impl.ActorRefSinkActor
-
- akka$stream$actor$ActorSubscriber$$subscription_$eq(Option<Subscription>) - Static method in class akka.stream.impl.io.FileSubscriber
-
- akka$stream$actor$ActorSubscriber$$subscription_$eq(Option<Subscription>) - Static method in class akka.stream.impl.io.OutputStreamSubscriber
-
- akka$stream$actor$ActorSubscriber$_setter_$akka$stream$actor$ActorSubscriber$$state_$eq(ActorSubscriberState) - Static method in class akka.stream.actor.AbstractActorSubscriber
-
- akka$stream$actor$ActorSubscriber$_setter_$akka$stream$actor$ActorSubscriber$$state_$eq(ActorSubscriberState) - Static method in class akka.stream.actor.UntypedActorSubscriber
-
- akka$stream$actor$ActorSubscriber$_setter_$akka$stream$actor$ActorSubscriber$$state_$eq(ActorSubscriberState) - Static method in class akka.stream.impl.ActorRefSinkActor
-
- akka$stream$actor$ActorSubscriber$_setter_$akka$stream$actor$ActorSubscriber$$state_$eq(ActorSubscriberState) - Static method in class akka.stream.impl.io.FileSubscriber
-
- akka$stream$actor$ActorSubscriber$_setter_$akka$stream$actor$ActorSubscriber$$state_$eq(ActorSubscriberState) - Static method in class akka.stream.impl.io.OutputStreamSubscriber
-
- akka$stream$impl$Pump$$currentAction() - Static method in class akka.stream.impl.FanIn
-
- akka$stream$impl$Pump$$currentAction() - Static method in class akka.stream.impl.FanOut
-
- akka$stream$impl$Pump$$currentAction() - Static method in class akka.stream.impl.FanoutProcessorImpl
-
- akka$stream$impl$Pump$$currentAction() - Static method in class akka.stream.impl.io.TLSActor
-
- akka$stream$impl$Pump$$currentAction() - Static method in class akka.stream.impl.Unzip
-
- akka$stream$impl$Pump$$currentAction_$eq(Function0<BoxedUnit>) - Static method in class akka.stream.impl.FanIn
-
- akka$stream$impl$Pump$$currentAction_$eq(Function0<BoxedUnit>) - Static method in class akka.stream.impl.FanOut
-
- akka$stream$impl$Pump$$currentAction_$eq(Function0<BoxedUnit>) - Static method in class akka.stream.impl.FanoutProcessorImpl
-
- akka$stream$impl$Pump$$currentAction_$eq(Function0<BoxedUnit>) - Static method in class akka.stream.impl.io.TLSActor
-
- akka$stream$impl$Pump$$currentAction_$eq(Function0<BoxedUnit>) - Static method in class akka.stream.impl.Unzip
-
- akka$stream$impl$Pump$$transferState() - Static method in class akka.stream.impl.FanIn
-
- akka$stream$impl$Pump$$transferState() - Static method in class akka.stream.impl.FanOut
-
- akka$stream$impl$Pump$$transferState() - Static method in class akka.stream.impl.FanoutProcessorImpl
-
- akka$stream$impl$Pump$$transferState() - Static method in class akka.stream.impl.io.TLSActor
-
- akka$stream$impl$Pump$$transferState() - Static method in class akka.stream.impl.Unzip
-
- akka$stream$impl$Pump$$transferState_$eq(TransferState) - Static method in class akka.stream.impl.FanIn
-
- akka$stream$impl$Pump$$transferState_$eq(TransferState) - Static method in class akka.stream.impl.FanOut
-
- akka$stream$impl$Pump$$transferState_$eq(TransferState) - Static method in class akka.stream.impl.FanoutProcessorImpl
-
- akka$stream$impl$Pump$$transferState_$eq(TransferState) - Static method in class akka.stream.impl.io.TLSActor
-
- akka$stream$impl$Pump$$transferState_$eq(TransferState) - Static method in class akka.stream.impl.Unzip
-
- akka$stream$impl$Pump$_setter_$completedPhase_$eq(TransferPhase) - Static method in class akka.stream.impl.FanIn
-
- akka$stream$impl$Pump$_setter_$completedPhase_$eq(TransferPhase) - Static method in class akka.stream.impl.FanOut
-
- akka$stream$impl$Pump$_setter_$completedPhase_$eq(TransferPhase) - Static method in class akka.stream.impl.FanoutProcessorImpl
-
- akka$stream$impl$Pump$_setter_$completedPhase_$eq(TransferPhase) - Static method in class akka.stream.impl.io.TLSActor
-
- akka$stream$impl$Pump$_setter_$completedPhase_$eq(TransferPhase) - Static method in class akka.stream.impl.Unzip
-
- akka$testkit$TestKitBase$$end() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- akka$testkit$TestKitBase$$end() - Static method in class akka.persistence.journal.JournalSpec
-
- akka$testkit$TestKitBase$$end() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- akka$testkit$TestKitBase$$end() - Static method in class akka.remote.testkit.MultiNodeSpec
-
- akka$testkit$TestKitBase$$end() - Static method in class akka.testkit.TestKit
-
- akka$testkit$TestKitBase$$end() - Static method in class akka.testkit.TestProbe
-
- akka$testkit$TestKitBase$$end_$eq(Duration) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- akka$testkit$TestKitBase$$end_$eq(Duration) - Static method in class akka.persistence.journal.JournalSpec
-
- akka$testkit$TestKitBase$$end_$eq(Duration) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- akka$testkit$TestKitBase$$end_$eq(Duration) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- akka$testkit$TestKitBase$$end_$eq(Duration) - Static method in class akka.testkit.TestKit
-
- akka$testkit$TestKitBase$$end_$eq(Duration) - Static method in class akka.testkit.TestProbe
-
- akka$testkit$TestKitBase$$lastWasNoMsg() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- akka$testkit$TestKitBase$$lastWasNoMsg() - Static method in class akka.persistence.journal.JournalSpec
-
- akka$testkit$TestKitBase$$lastWasNoMsg() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- akka$testkit$TestKitBase$$lastWasNoMsg() - Static method in class akka.remote.testkit.MultiNodeSpec
-
- akka$testkit$TestKitBase$$lastWasNoMsg() - Static method in class akka.testkit.TestKit
-
- akka$testkit$TestKitBase$$lastWasNoMsg() - Static method in class akka.testkit.TestProbe
-
- akka$testkit$TestKitBase$$lastWasNoMsg_$eq(boolean) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- akka$testkit$TestKitBase$$lastWasNoMsg_$eq(boolean) - Static method in class akka.persistence.journal.JournalSpec
-
- akka$testkit$TestKitBase$$lastWasNoMsg_$eq(boolean) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- akka$testkit$TestKitBase$$lastWasNoMsg_$eq(boolean) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- akka$testkit$TestKitBase$$lastWasNoMsg_$eq(boolean) - Static method in class akka.testkit.TestKit
-
- akka$testkit$TestKitBase$$lastWasNoMsg_$eq(boolean) - Static method in class akka.testkit.TestProbe
-
- akka$testkit$TestKitBase$$queue() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- akka$testkit$TestKitBase$$queue() - Static method in class akka.persistence.journal.JournalSpec
-
- akka$testkit$TestKitBase$$queue() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- akka$testkit$TestKitBase$$queue() - Static method in class akka.remote.testkit.MultiNodeSpec
-
- akka$testkit$TestKitBase$$queue() - Static method in class akka.testkit.TestKit
-
- akka$testkit$TestKitBase$$queue() - Static method in class akka.testkit.TestProbe
-
- akka$testkit$TestKitBase$_setter_$akka$testkit$TestKitBase$$queue_$eq(LinkedBlockingDeque<TestActor.Message>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- akka$testkit$TestKitBase$_setter_$akka$testkit$TestKitBase$$queue_$eq(LinkedBlockingDeque<TestActor.Message>) - Static method in class akka.persistence.journal.JournalSpec
-
- akka$testkit$TestKitBase$_setter_$akka$testkit$TestKitBase$$queue_$eq(LinkedBlockingDeque<TestActor.Message>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- akka$testkit$TestKitBase$_setter_$akka$testkit$TestKitBase$$queue_$eq(LinkedBlockingDeque<TestActor.Message>) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- akka$testkit$TestKitBase$_setter_$akka$testkit$TestKitBase$$queue_$eq(LinkedBlockingDeque<TestActor.Message>) - Static method in class akka.testkit.TestKit
-
- akka$testkit$TestKitBase$_setter_$akka$testkit$TestKitBase$$queue_$eq(LinkedBlockingDeque<TestActor.Message>) - Static method in class akka.testkit.TestProbe
-
- akka$testkit$TestKitBase$_setter_$testActor_$eq(ActorRef) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- akka$testkit$TestKitBase$_setter_$testActor_$eq(ActorRef) - Static method in class akka.persistence.journal.JournalSpec
-
- akka$testkit$TestKitBase$_setter_$testActor_$eq(ActorRef) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- akka$testkit$TestKitBase$_setter_$testActor_$eq(ActorRef) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- akka$testkit$TestKitBase$_setter_$testActor_$eq(ActorRef) - Static method in class akka.testkit.TestKit
-
- akka$testkit$TestKitBase$_setter_$testActor_$eq(ActorRef) - Static method in class akka.testkit.TestProbe
-
- akka$testkit$TestKitBase$_setter_$testKitSettings_$eq(TestKitSettings) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- akka$testkit$TestKitBase$_setter_$testKitSettings_$eq(TestKitSettings) - Static method in class akka.persistence.journal.JournalSpec
-
- akka$testkit$TestKitBase$_setter_$testKitSettings_$eq(TestKitSettings) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- akka$testkit$TestKitBase$_setter_$testKitSettings_$eq(TestKitSettings) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- akka$testkit$TestKitBase$_setter_$testKitSettings_$eq(TestKitSettings) - Static method in class akka.testkit.TestKit
-
- akka$testkit$TestKitBase$_setter_$testKitSettings_$eq(TestKitSettings) - Static method in class akka.testkit.TestProbe
-
- akka$typed$internal$DeathWatch$$watchedBy() - Static method in class akka.typed.internal.ActorCell
-
- akka$typed$internal$DeathWatch$$watchedBy_$eq(Set<ActorRefImpl<Nothing$>>) - Static method in class akka.typed.internal.ActorCell
-
- akka$typed$internal$DeathWatch$$watching() - Static method in class akka.typed.internal.ActorCell
-
- akka$typed$internal$DeathWatch$$watching_$eq(Set<ActorRefImpl<Nothing$>>) - Static method in class akka.typed.internal.ActorCell
-
- akka$typed$internal$SupervisionMechanics$$_failed() - Static method in class akka.typed.internal.ActorCell
-
- akka$typed$internal$SupervisionMechanics$$_failed_$eq(Throwable) - Static method in class akka.typed.internal.ActorCell
-
- akka.actor - package akka.actor
-
- akka.actor.dsl - package akka.actor.dsl
-
- akka.actor.dungeon - package akka.actor.dungeon
-
- akka.actor.setup - package akka.actor.setup
-
- akka.agent - package akka.agent
-
- akka.annotation - package akka.annotation
-
- akka.camel - package akka.camel
-
- akka.camel.internal - package akka.camel.internal
-
- akka.camel.internal.component - package akka.camel.internal.component
-
- akka.camel.javaapi - package akka.camel.javaapi
-
- akka.cluster - package akka.cluster
-
- akka.cluster.client - package akka.cluster.client
-
- akka.cluster.client.protobuf - package akka.cluster.client.protobuf
-
- akka.cluster.client.protobuf.msg - package akka.cluster.client.protobuf.msg
-
- akka.cluster.ddata - package akka.cluster.ddata
-
- akka.cluster.ddata.protobuf - package akka.cluster.ddata.protobuf
-
- akka.cluster.ddata.protobuf.msg - package akka.cluster.ddata.protobuf.msg
-
- akka.cluster.metrics - package akka.cluster.metrics
-
- akka.cluster.metrics.protobuf - package akka.cluster.metrics.protobuf
-
- akka.cluster.metrics.protobuf.msg - package akka.cluster.metrics.protobuf.msg
-
- akka.cluster.protobuf - package akka.cluster.protobuf
-
- akka.cluster.protobuf.msg - package akka.cluster.protobuf.msg
-
- akka.cluster.pubsub - package akka.cluster.pubsub
-
- akka.cluster.pubsub.protobuf - package akka.cluster.pubsub.protobuf
-
- akka.cluster.pubsub.protobuf.msg - package akka.cluster.pubsub.protobuf.msg
-
- akka.cluster.routing - package akka.cluster.routing
-
- akka.cluster.sharding - package akka.cluster.sharding
-
- akka.cluster.sharding.protobuf - package akka.cluster.sharding.protobuf
-
- akka.cluster.sharding.protobuf.msg - package akka.cluster.sharding.protobuf.msg
-
- akka.cluster.singleton - package akka.cluster.singleton
-
- akka.cluster.singleton.protobuf - package akka.cluster.singleton.protobuf
-
- akka.contrib.circuitbreaker - package akka.contrib.circuitbreaker
-
- akka.contrib.jul - package akka.contrib.jul
-
- akka.contrib.mailbox - package akka.contrib.mailbox
-
- akka.contrib.pattern - package akka.contrib.pattern
-
- akka.contrib.throttle - package akka.contrib.throttle
-
- akka.dispatch - package akka.dispatch
-
- akka.dispatch.sysmsg - package akka.dispatch.sysmsg
-
- akka.event - package akka.event
-
- akka.event.japi - package akka.event.japi
-
- akka.event.slf4j - package akka.event.slf4j
-
- akka.io - package akka.io
-
- akka.japi - package akka.japi
-
- akka.japi.function - package akka.japi.function
-
- akka.japi.pf - package akka.japi.pf
-
- akka.japi.tuple - package akka.japi.tuple
-
- akka.kernel - package akka.kernel
-
- akka.osgi - package akka.osgi
-
- akka.pattern - package akka.pattern
-
- akka.persistence - package akka.persistence
-
- akka.persistence.fsm - package akka.persistence.fsm
-
- akka.persistence.fsm.japi.pf - package akka.persistence.fsm.japi.pf
-
- akka.persistence.japi.journal - package akka.persistence.japi.journal
-
- akka.persistence.japi.snapshot - package akka.persistence.japi.snapshot
-
- akka.persistence.journal - package akka.persistence.journal
-
- akka.persistence.journal.inmem - package akka.persistence.journal.inmem
-
- akka.persistence.journal.japi - package akka.persistence.journal.japi
-
- akka.persistence.journal.leveldb - package akka.persistence.journal.leveldb
-
- akka.persistence.query - package akka.persistence.query
-
- akka.persistence.query.javadsl - package akka.persistence.query.javadsl
-
- akka.persistence.query.journal.leveldb - package akka.persistence.query.journal.leveldb
-
- akka.persistence.query.journal.leveldb.javadsl - package akka.persistence.query.journal.leveldb.javadsl
-
- akka.persistence.query.journal.leveldb.scaladsl - package akka.persistence.query.journal.leveldb.scaladsl
-
- akka.persistence.query.scaladsl - package akka.persistence.query.scaladsl
-
- akka.persistence.scalatest - package akka.persistence.scalatest
-
- akka.persistence.serialization - package akka.persistence.serialization
-
- akka.persistence.snapshot - package akka.persistence.snapshot
-
- akka.persistence.snapshot.japi - package akka.persistence.snapshot.japi
-
- akka.persistence.snapshot.local - package akka.persistence.snapshot.local
-
- akka.remote - package akka.remote
-
- akka.remote.artery - package akka.remote.artery
-
- akka.remote.artery.compress - package akka.remote.artery.compress
-
- akka.remote.routing - package akka.remote.routing
-
- akka.remote.security.provider - package akka.remote.security.provider
-
- akka.remote.serialization - package akka.remote.serialization
-
- akka.remote.testconductor - package akka.remote.testconductor
-
- akka.remote.testkit - package akka.remote.testkit
-
- akka.remote.transport - package akka.remote.transport
-
- akka.remote.transport.netty - package akka.remote.transport.netty
-
- akka.routing - package akka.routing
-
- akka.serialization - package akka.serialization
-
- akka.stream - package akka.stream
-
- akka.stream.actor - package akka.stream.actor
-
- akka.stream.extra - package akka.stream.extra
-
- akka.stream.impl - package akka.stream.impl
-
- akka.stream.impl.fusing - package akka.stream.impl.fusing
-
- akka.stream.impl.io - package akka.stream.impl.io
-
- akka.stream.impl.io.compression - package akka.stream.impl.io.compression
-
- akka.stream.javadsl - package akka.stream.javadsl
-
- akka.stream.scaladsl - package akka.stream.scaladsl
-
- akka.stream.stage - package akka.stream.stage
-
- akka.stream.testkit - package akka.stream.testkit
-
- akka.stream.testkit.javadsl - package akka.stream.testkit.javadsl
-
- akka.stream.testkit.scaladsl - package akka.stream.testkit.scaladsl
-
- akka.testkit - package akka.testkit
-
- akka.typed - package akka.typed
-
- akka.typed.adapter - package akka.typed.adapter
-
- akka.typed.internal - package akka.typed.internal
-
- akka.typed.patterns - package akka.typed.patterns
-
- akka.util - package akka.util
-
- akkaActorClassLoader() - Method in class akka.osgi.OsgiActorSystemFactory$
-
Class loader of akka-actor bundle.
- akkaActorClassLoader() - Static method in class akka.osgi.OsgiActorSystemFactory
-
Class loader of akka-actor bundle.
- AkkaCamelException - Exception in akka.camel
-
An exception indicating that the exchange to the camel endpoint failed.
- AkkaCamelException(Throwable, Map<String, Object>) - Constructor for exception akka.camel.AkkaCamelException
-
- AkkaCamelException(Throwable) - Constructor for exception akka.camel.AkkaCamelException
-
- AkkaException - Exception in akka
-
Akka base Exception.
- AkkaException(String, Throwable) - Constructor for exception akka.AkkaException
-
- AkkaException(String) - Constructor for exception akka.AkkaException
-
- AkkaForkJoinPool(int, ForkJoinPool.ForkJoinWorkerThreadFactory, Thread.UncaughtExceptionHandler, boolean) - Constructor for class akka.dispatch.ForkJoinExecutorConfigurator.AkkaForkJoinPool
-
- AkkaForkJoinPool(int, ForkJoinPool.ForkJoinWorkerThreadFactory, Thread.UncaughtExceptionHandler) - Constructor for class akka.dispatch.ForkJoinExecutorConfigurator.AkkaForkJoinPool
-
- AkkaForkJoinTask(Runnable) - Constructor for class akka.dispatch.ForkJoinExecutorConfigurator.AkkaForkJoinTask
-
- AkkaForkJoinWorkerThread(ForkJoinPool) - Constructor for class akka.dispatch.MonitorableThreadFactory.AkkaForkJoinWorkerThread
-
- AkkaLoggerBridge - Class in com.typesafe.sslconfig.akka.util
-
- AkkaLoggerBridge(EventStream, String, Class<?>) - Constructor for class com.typesafe.sslconfig.akka.util.AkkaLoggerBridge
-
- AkkaLoggerBridge(EventStream, Class<?>) - Constructor for class com.typesafe.sslconfig.akka.util.AkkaLoggerBridge
-
- AkkaLoggerFactory - Class in com.typesafe.sslconfig.akka.util
-
- AkkaLoggerFactory(ActorSystem) - Constructor for class com.typesafe.sslconfig.akka.util.AkkaLoggerFactory
-
- AkkaOverhead() - Method in class akka.remote.transport.AkkaProtocolTransport$
-
- AkkaOverhead() - Static method in class akka.remote.transport.AkkaProtocolTransport
-
- AkkaPduCodec - Interface in akka.remote.transport
-
INTERNAL API
- AkkaPduCodec$ - Class in akka.remote.transport
-
INTERNAL API
- AkkaPduCodec$() - Constructor for class akka.remote.transport.AkkaPduCodec$
-
- AkkaPduCodec.AkkaPdu - Interface in akka.remote.transport
-
Trait that represents decoded Akka PDUs (Protocol Data Units)
- AkkaPduCodec.Associate - Class in akka.remote.transport
-
- AkkaPduCodec.Associate$ - Class in akka.remote.transport
-
- AkkaPduCodec.Disassociate - Class in akka.remote.transport
-
- AkkaPduCodec.Disassociate$ - Class in akka.remote.transport
-
- AkkaPduCodec.Heartbeat$ - Class in akka.remote.transport
-
- AkkaPduCodec.Message - Class in akka.remote.transport
-
- AkkaPduCodec.Message$ - Class in akka.remote.transport
-
- AkkaPduCodec.Payload - Class in akka.remote.transport
-
- AkkaPduCodec.Payload$ - Class in akka.remote.transport
-
- AkkaPduProtobufCodec - Class in akka.remote.transport
-
INTERNAL API
- AkkaPduProtobufCodec() - Constructor for class akka.remote.transport.AkkaPduProtobufCodec
-
- AkkaPduProtobufCodec$ - Class in akka.remote.transport
-
INTERNAL API
- AkkaPduProtobufCodec$() - Constructor for class akka.remote.transport.AkkaPduProtobufCodec$
-
- AkkaProtocolException - Exception in akka.remote.transport
-
- AkkaProtocolException(String, Throwable) - Constructor for exception akka.remote.transport.AkkaProtocolException
-
- AkkaProtocolException(String) - Constructor for exception akka.remote.transport.AkkaProtocolException
-
- AkkaProtocolHandle - Class in akka.remote.transport
-
- AkkaProtocolHandle(Address, Address, Promise<AssociationHandle.HandleEventListener>, AssociationHandle, HandshakeInfo, ActorRef, AkkaPduCodec) - Constructor for class akka.remote.transport.AkkaProtocolHandle
-
- AkkaProtocolManager - Class in akka.remote.transport
-
- AkkaProtocolManager(Transport, AkkaProtocolSettings) - Constructor for class akka.remote.transport.AkkaProtocolManager
-
- AkkaProtocolSettings - Class in akka.remote.transport
-
- AkkaProtocolSettings(Config) - Constructor for class akka.remote.transport.AkkaProtocolSettings
-
- AkkaProtocolTransport - Class in akka.remote.transport
-
Implementation of the Akka protocol as a Transport that wraps an underlying Transport instance.
- AkkaProtocolTransport(Transport, ActorSystem, AkkaProtocolSettings, AkkaPduCodec) - Constructor for class akka.remote.transport.AkkaProtocolTransport
-
- AkkaProtocolTransport$ - Class in akka.remote.transport
-
- AkkaProtocolTransport$() - Constructor for class akka.remote.transport.AkkaProtocolTransport$
-
- AkkaProtocolTransport.AssociateUnderlyingRefuseUid - Class in akka.remote.transport
-
- AkkaProtocolTransport.AssociateUnderlyingRefuseUid$ - Class in akka.remote.transport
-
- AkkaProvider - Class in akka.remote.security.provider
-
A provider that for AES128CounterRNGFast, a cryptographically secure random number generator through SecureRandom
- AkkaProvider() - Constructor for class akka.remote.security.provider.AkkaProvider
-
- AkkaProvider$ - Class in akka.remote.security.provider
-
A provider that for AES128CounterRNGFast, a cryptographically secure random number generator through SecureRandom
- AkkaProvider$() - Constructor for class akka.remote.security.provider.AkkaProvider$
-
- AkkaScheme() - Method in class akka.remote.transport.AkkaProtocolTransport$
-
- AkkaScheme() - Static method in class akka.remote.transport.AkkaProtocolTransport
-
- AkkaSSLConfig - Class in com.typesafe.sslconfig.akka
-
- AkkaSSLConfig(ExtendedActorSystem, SSLConfigSettings) - Constructor for class com.typesafe.sslconfig.akka.AkkaSSLConfig
-
- AkkaSSLConfig$ - Class in com.typesafe.sslconfig.akka
-
- AkkaSSLConfig$() - Constructor for class com.typesafe.sslconfig.akka.AkkaSSLConfig$
-
- alert() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- alert() - Static method in class akka.persistence.journal.JournalSpec
-
- alert() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- alert(int, byte[]) - Method in interface akka.remote.artery.EventSink
-
- alert(int, byte[]) - Method in class akka.remote.artery.IgnoreEventSink$
-
- alert(int, byte[]) - Static method in class akka.remote.artery.IgnoreEventSink
-
- alert(int, byte[]) - Method in class akka.remote.artery.SynchronizedEventSink
-
- alertLog() - Method in class akka.remote.artery.FlightRecorderReader.Structure
-
- AlertLogSize() - Method in class akka.remote.artery.FlightRecorder$
-
- AlertLogSize() - Static method in class akka.remote.artery.FlightRecorder
-
- AlertRecordSize() - Method in class akka.remote.artery.FlightRecorder$
-
- AlertRecordSize() - Static method in class akka.remote.artery.FlightRecorder
-
- AlertSectionOffset() - Method in class akka.remote.artery.FlightRecorder$
-
- AlertSectionOffset() - Static method in class akka.remote.artery.FlightRecorder
-
- AlertSectionParameters() - Method in class akka.remote.artery.FlightRecorderReader$
-
- AlertSectionParameters() - Static method in class akka.remote.artery.FlightRecorderReader
-
- AlertSectionSize() - Method in class akka.remote.artery.FlightRecorder$
-
- AlertSectionSize() - Static method in class akka.remote.artery.FlightRecorder
-
- AlertWindow() - Method in class akka.remote.artery.FlightRecorder$
-
- AlertWindow() - Static method in class akka.remote.artery.FlightRecorder
-
- alias() - Method in class akka.serialization.SerializerDetails
-
- Alignment() - Method in class akka.remote.artery.FlightRecorder$
-
- Alignment() - Static method in class akka.remote.artery.FlightRecorder
-
- aliveRegions() - Method in class akka.cluster.sharding.ShardCoordinator
-
- all(C, Collecting<E, C>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- all(JMAP, Collecting<Entry<K, V>, JMAP>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- all(String, Collecting<Object, String>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- all(C, Collecting<E, C>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- all(JMAP, Collecting<Entry<K, V>, JMAP>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- all(String, Collecting<Object, String>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- all(C, Collecting<E, C>, Prettifier, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- all(JMAP, Collecting<Entry<K, V>, JMAP>, Prettifier, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- all(String, Collecting<Object, String>, Prettifier, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- All(FailureInjectorTransportAdapter.GremlinMode) - Constructor for class akka.remote.transport.FailureInjectorTransportAdapter.All
-
- All$() - Constructor for class akka.remote.transport.FailureInjectorTransportAdapter.All$
-
- ALLADDRESSES_FIELD_NUMBER - Static variable in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
-
- ALLADDRESSES_FIELD_NUMBER - Static variable in class akka.cluster.protobuf.msg.ClusterMessages.Gossip
-
- ALLADDRESSES_FIELD_NUMBER - Static variable in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip
-
- allAssociations() - Method in class akka.remote.artery.AssociationRegistry
-
- AllAtOnceEntityRecoveryStrategy - Class in akka.cluster.sharding
-
- AllAtOnceEntityRecoveryStrategy() - Constructor for class akka.cluster.sharding.AllAtOnceEntityRecoveryStrategy
-
- allButSelf() - Method in class akka.cluster.pubsub.DistributedPubSubMediator.SendToAll
-
- ALLBUTSELF_FIELD_NUMBER - Static variable in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
-
- AllDeadLetters - Interface in akka.actor
-
Subscribe to this class to be notified about all DeadLetters (also the suppressed ones).
- allElementsOf(GenTraversable<R>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- allElementsOf(GenTraversable<R>) - Static method in class akka.persistence.journal.JournalSpec
-
- allElementsOf(GenTraversable<R>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- allEndpoints() - Method in class akka.remote.EndpointManager.EndpointRegistry
-
- AllForOneStrategy - Class in akka.actor
-
Applies the fault handling
Directive (Resume, Restart, Stop) specified in the
Decider
to all children when one fails, as opposed to
OneForOneStrategy that applies
it only to the child actor that failed.
- AllForOneStrategy(int, Duration, boolean, PartialFunction<Throwable, SupervisorStrategy.Directive>) - Constructor for class akka.actor.AllForOneStrategy
-
- AllForOneStrategy(int, Duration, Function<Throwable, SupervisorStrategy.Directive>, boolean) - Constructor for class akka.actor.AllForOneStrategy
-
Java API
- AllForOneStrategy(int, Duration, Function<Throwable, SupervisorStrategy.Directive>) - Constructor for class akka.actor.AllForOneStrategy
-
Java API
- AllForOneStrategy(int, Duration, Iterable<Class<? extends Throwable>>) - Constructor for class akka.actor.AllForOneStrategy
-
Java API
- AllForOneStrategy(int, Duration, PartialFunction<Throwable, SupervisorStrategy.Directive>) - Constructor for class akka.actor.AllForOneStrategy
-
Java API: compatible with lambda expressions
This is an EXPERIMENTAL feature and is subject to change until it has received more real world testing.
- AllForOneStrategy(boolean, PartialFunction<Throwable, SupervisorStrategy.Directive>) - Constructor for class akka.actor.AllForOneStrategy
-
Java API: compatible with lambda expressions
This is an EXPERIMENTAL feature and is subject to change until it has received more real world testing.
- AllForOneStrategy(PartialFunction<Throwable, SupervisorStrategy.Directive>) - Constructor for class akka.actor.AllForOneStrategy
-
Java API: compatible with lambda expressions
This is an EXPERIMENTAL feature and is subject to change until it has received more real world testing.
- AllForOneStrategy() - Method in interface akka.actor.dsl.Creators.Act
-
- AllForOneStrategy$ - Class in akka.actor
-
- AllForOneStrategy$() - Constructor for class akka.actor.AllForOneStrategy$
-
- ALLHASHES_FIELD_NUMBER - Static variable in class akka.cluster.protobuf.msg.ClusterMessages.Gossip
-
- ALLHASHES_FIELD_NUMBER - Static variable in class akka.cluster.protobuf.msg.ClusterMessages.GossipStatus
-
- allInlets() - Method in class akka.stream.AbstractShape
-
Provide the list of all input ports of this shape.
- AllLogLevels() - Method in class akka.event.Logging$
-
- AllLogLevels() - Static method in class akka.event.Logging
-
- ALLMETRICNAMES_FIELD_NUMBER - Static variable in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
-
- ALLMETRICNAMES_FIELD_NUMBER - Static variable in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip
-
- allObservers() - Method in class akka.cluster.Reachability
-
- allocateShard(ActorRef, String, Map<ActorRef, IndexedSeq<String>>) - Method in class akka.cluster.sharding.ShardCoordinator.AbstractShardAllocationStrategy
-
- allocateShard(ActorRef, String, Map<ActorRef, IndexedSeq<String>>) - Method in class akka.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 akka.cluster.sharding.ShardCoordinator.LeastShardAllocationStrategy
-
- allocateShard(ActorRef, String, Map<ActorRef, IndexedSeq<String>>) - Method in interface akka.cluster.sharding.ShardCoordinator.ShardAllocationStrategy
-
Invoked when the location of a new shard is to be decided.
- allocateShardHomesForRememberEntities() - Method in class akka.cluster.sharding.ShardCoordinator
-
- allocationStrategy() - Method in class akka.cluster.sharding.ClusterShardingGuardian.Start
-
- allOf(Object, Object, Seq<Object>, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- allOf(Object, Object, Seq<Object>, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- allOf(Object, Object, Seq<Object>, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- allOf(ClassTag<T>) - Method in class akka.typed.DeploymentConfig
-
Retrieve all configuration nodes of a given type in the order that they
are present in this DeploymentConfig.
- allOf(ClassTag<T>) - Static method in class akka.typed.DispatcherDefault
-
- allOf(ClassTag<T>) - Static method in class akka.typed.DispatcherFromConfig
-
- allOf(ClassTag<T>) - Static method in class akka.typed.DispatcherFromExecutionContext
-
- allOf(ClassTag<T>) - Static method in class akka.typed.DispatcherFromExecutor
-
- allOf(ClassTag<T>) - Static method in class akka.typed.EmptyDeploymentConfig
-
- allOf(ClassTag<T>) - Static method in class akka.typed.MailboxCapacity
-
- AllOfMarkedInputs() - Method in class akka.stream.impl.FanIn.InputBunch
-
- AllOfMarkedOutputs() - Method in class akka.stream.impl.FanOut.OutputBunch
-
Will only transfer an element when all marked outputs
have demand, and will complete as soon as any of the marked
outputs have canceled.
- allOutlets() - Method in class akka.stream.AbstractShape
-
Provide the list of all output ports of this shape.
- allowCorePoolTimeout() - Method in class akka.dispatch.ThreadPoolConfig
-
- allowedTransitions() - Method in class akka.cluster.MemberStatus$
-
INTERNAL API
- allowedTransitions() - Static method in class akka.cluster.MemberStatus
-
INTERNAL API
- AllowJavaSerialization() - Method in class akka.actor.ActorSystem.Settings
-
- AllowJavaSerialization() - Method in class akka.serialization.Serialization
-
- allowLocalRoutees() - Method in class akka.cluster.routing.ClusterRouterGroupSettings
-
- allowLocalRoutees() - Method in class akka.cluster.routing.ClusterRouterPoolSettings
-
- allowLocalRoutees() - Method in interface akka.cluster.routing.ClusterRouterSettingsBase
-
- allowNull() - Static method in class akka.camel.internal.component.DurationTypeConverter
-
- AllowWeaklyUpMembers() - Method in class akka.cluster.ClusterSettings
-
- allPersistenceIds() - Method in interface akka.persistence.journal.leveldb.LeveldbIdMapping
-
- allPersistenceIds() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- allPersistenceIds() - Method in class akka.persistence.journal.leveldb.LeveldbJournal.CurrentPersistenceIds
-
- allPersistenceIds() - Method in interface akka.persistence.query.javadsl.AllPersistenceIdsQuery
-
Query all PersistentActor identifiers, i.e.
- allPersistenceIds() - Method in class akka.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal
-
allPersistenceIds is used for retrieving all persistenceIds of all
persistent actors.
- allPersistenceIds() - Method in class akka.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
allPersistenceIds is used for retrieving all persistenceIds of all
persistent actors.
- allPersistenceIds() - Method in interface akka.persistence.query.scaladsl.AllPersistenceIdsQuery
-
Query all PersistentActor identifiers, i.e.
- AllPersistenceIdsPublisher - Class in akka.persistence.query.journal.leveldb
-
INTERNAL API
- AllPersistenceIdsPublisher(boolean, int, String) - Constructor for class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- AllPersistenceIdsPublisher$ - Class in akka.persistence.query.journal.leveldb
-
INTERNAL API
- AllPersistenceIdsPublisher$() - Constructor for class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher$
-
- AllPersistenceIdsQuery - Interface in akka.persistence.query.javadsl
-
A plugin may optionally support this query by implementing this interface.
- AllPersistenceIdsQuery - Interface in akka.persistence.query.scaladsl
-
A plugin may optionally support this query by implementing this trait.
- allReachableClockTime() - Method in class akka.cluster.ddata.Replicator
-
- AllRead$() - Constructor for class akka.io.TcpConnection.AllRead$
-
- allRegionsRegistered() - Method in class akka.cluster.sharding.ShardCoordinator
-
- allRoles() - Method in class akka.cluster.ClusterEvent.CurrentClusterState
-
All node roles in the cluster
- allRoles() - Method in class akka.cluster.Gossip
-
- ALLROLES_FIELD_NUMBER - Static variable in class akka.cluster.protobuf.msg.ClusterMessages.Gossip
-
- allStrategy() - Method in class akka.cluster.sharding.EntityRecoveryStrategy$
-
- allUnreachable() - Method in class akka.cluster.Reachability
-
Doesn't include terminated
- allUnreachableFrom(UniqueAddress) - Method in class akka.cluster.Reachability
-
Doesn't include terminated
- allUnreachableOrTerminated() - Method in class akka.cluster.Reachability
-
- alpha(FiniteDuration, FiniteDuration) - Method in class akka.cluster.EWMA$
-
Calculate the alpha (decay factor) used in
EWMA
from specified half-life and interval between observations.
- alpha() - Method in class akka.cluster.EWMA
-
- alpha(FiniteDuration, FiniteDuration) - Method in class akka.cluster.metrics.EWMA$
-
Calculate the alpha (decay factor) used in
EWMA
from specified half-life and interval between observations.
- alpha() - Method in class akka.cluster.metrics.EWMA
-
- ALPHA_FIELD_NUMBER - Static variable in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
-
- ALPHA_FIELD_NUMBER - Static variable in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA
-
- alsoTo(Graph<SinkShape<Out>, ?>) - Static method in class akka.stream.impl.SubFlowImpl
-
- alsoTo(Graph<SinkShape<Out>, ?>) - Method in class akka.stream.javadsl.Flow
-
Attaches the given
Sink to this
Flow, meaning that elements that passes
through will also be sent to the
Sink.
- alsoTo(Graph<SinkShape<Out>, ?>) - Method in class akka.stream.javadsl.Source
-
Attaches the given
Sink to this
Flow, meaning that elements that passes
through will also be sent to the
Sink.
- alsoTo(Graph<SinkShape<Out>, ?>) - Method in class akka.stream.javadsl.SubFlow
-
Attaches the given
Sink to this
Flow, meaning that elements that passes
through will also be sent to the
Sink.
- alsoTo(Graph<SinkShape<Out>, ?>) - Method in class akka.stream.javadsl.SubSource
-
Attaches the given
Sink to this
Flow, meaning that elements that passes
through will also be sent to the
Sink.
- alsoTo(Graph<SinkShape<Out>, ?>) - Static method in class akka.stream.scaladsl.Flow
-
- alsoTo(Graph<SinkShape<Out>, ?>) - Method in interface akka.stream.scaladsl.FlowOps
-
Attaches the given
Sink to this
Flow, meaning that elements that passes
through will also be sent to the
Sink.
- alsoTo(Graph<SinkShape<Out>, ?>) - Static method in class akka.stream.scaladsl.Source
-
- alsoToGraph(Graph<SinkShape<Out>, M>) - Static method in class akka.stream.impl.SubFlowImpl
-
- alsoToGraph(Graph<SinkShape<Out>, M>) - Static method in class akka.stream.scaladsl.Flow
-
- alsoToGraph(Graph<SinkShape<Out>, M>) - Method in interface akka.stream.scaladsl.FlowOps
-
- alsoToGraph(Graph<SinkShape<Out>, M>) - Static method in class akka.stream.scaladsl.Source
-
- alsoToMat(Graph<SinkShape<Out>, M2>, Function2<Mat, M2, M3>) - Method in class akka.stream.javadsl.Flow
-
Attaches the given
Sink to this
Flow, meaning that elements that passes
through will also be sent to the
Sink.
- alsoToMat(Graph<SinkShape<Out>, M2>, Function2<Mat, M2, M3>) - Method in class akka.stream.javadsl.Source
-
Attaches the given
Sink to this
Flow, meaning that elements that passes
through will also be sent to the
Sink.
- alsoToMat(Graph<SinkShape<Out>, Mat2>, Function2<Mat, Mat2, Mat3>) - Static method in class akka.stream.scaladsl.Flow
-
- alsoToMat(Graph<SinkShape<Out>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in interface akka.stream.scaladsl.FlowOpsMat
-
Attaches the given
Sink to this
Flow, meaning that elements that passes
through will also be sent to the
Sink.
- alsoToMat(Graph<SinkShape<Out>, Mat2>, Function2<Mat, Mat2, Mat3>) - Static method in class akka.stream.scaladsl.Source
-
- alter(T) - Method in class akka.agent.Agent
-
Dispatch an update to the internal state, and return a Future where
that new state can be obtained.
- alter(Function1<T, T>) - Method in class akka.agent.Agent
-
Dispatch a function to update the internal state, and return a Future where
that new state can be obtained.
- alterOff(Function1<T, T>, ExecutionContext) - Method in class akka.agent.Agent
-
Dispatch a function to update the internal state but on its own thread,
and return a Future where that new state can be obtained.
- Always - Class in akka.stream.impl
-
INTERNAL API
- Always() - Constructor for class akka.stream.impl.Always
-
- Always$ - Class in akka.stream.impl
-
INTERNAL API
- Always$() - Constructor for class akka.stream.impl.Always$
-
- amendConfig(Config) - Method in class akka.dispatch.BalancingDispatcherConfigurator$
-
- amendConfig(Config) - Static method in class akka.dispatch.BalancingDispatcherConfigurator
-
- amendShape(Attributes) - Method in class akka.stream.impl.SinkModule
-
- amendShape(Attributes) - Method in class akka.stream.impl.SourceModule
-
- AmorphousShape - Class in akka.stream
-
This type of
Shape can express any number of inputs and outputs at the
expense of forgetting about their specific types.
- AmorphousShape(Seq<Inlet<?>>, Seq<Outlet<?>>) - Constructor for class akka.stream.AmorphousShape
-
- AmorphousShape$ - Class in akka.stream
-
- AmorphousShape$() - Constructor for class akka.stream.AmorphousShape$
-
- an(ClassTag<T>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- an() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- an(ClassTag<T>) - Static method in class akka.persistence.journal.JournalSpec
-
- an() - Static method in class akka.persistence.journal.JournalSpec
-
- an() - Method in class akka.persistence.PluginSpec
-
- an(ClassTag<T>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- an() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- anchor() - Method in class akka.actor.ActorSelection
-
- anchorPath() - Method in class akka.actor.ActorSelection
-
- and(Setup) - Static method in class akka.actor.BootstrapSetup
-
- and(T) - Method in class akka.actor.setup.ActorSystemSetup
-
alias for
withSetting allowing for fluent combination of settings:
a and b and c, where
a,
b and
c are
concrete
Setup instances.
- and(Setup) - Method in class akka.actor.setup.Setup
-
- and(Setup) - Static method in class akka.serialization.SerializationSetup
-
- and(Attributes) - Method in class akka.stream.Attributes
-
Adds given attributes to the end of these attributes.
- and(Attributes.Attribute) - Method in class akka.stream.Attributes
-
Adds given attribute to the end of these attributes.
- And(Behavior<T>, Behavior<T>) - Constructor for class akka.typed.ScalaDSL.And
-
- And$() - Constructor for class akka.typed.ScalaDSL.And$
-
- andAfter(Function0<BoxedUnit>) - Method in class akka.contrib.pattern.ReceivePipeline.Inner
-
Add a block of code to be executed after the message (which may be further transformed and processed by
inner interceptors) is handled by the actor's receive.
- andThen(Function1<B, C>) - Static method in class akka.event.LoggingReceive
-
- andThen(Function1<B, C>) - Static method in class akka.japi.JavaPartialFunction
-
- andThen(Function1<B, C>) - Static method in class akka.japi.pf.CaseStatement
-
- andThen(Function1<D, BoxedUnit>) - Method in class akka.persistence.fsm.PersistentFSM.State
-
Register a handler to be triggered after the state has been persisted successfully
- andThen(Stages.SymbolicStage<Out, T>) - Static method in class akka.stream.impl.SubFlowImpl
-
- andThen() - Method in class akka.stream.impl.WaitingForUpstreamSubscription
-
- andThen(Stages.SymbolicStage<Out, T>) - Static method in class akka.stream.scaladsl.Flow
-
- andThen(Stages.SymbolicStage<Out, T>) - Method in interface akka.stream.scaladsl.FlowOps
-
INTERNAL API
- andThen(Stages.SymbolicStage<Out, T>) - Static method in class akka.stream.scaladsl.Source
-
- andThen(Function1<B, C>) - Static method in class akka.util.ByteString
-
- andThen(Function1<B, C>) - Static method in class akka.util.CompactByteString
-
- anyEvent(FI.Apply2<Object, D, FSM.State<S, D>>) - Method in class akka.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 akka.persistence.fsm.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches on any type of event.
- AnyOfMarkedInputs() - Method in class akka.stream.impl.FanIn.InputBunch
-
- AnyOfMarkedOutputs() - Method in class akka.stream.impl.FanOut.OutputBunch
-
Will transfer an element when any of the marked outputs
have demand, and will complete when all of the marked
outputs have canceled.
- ap() - Method in class akka.testkit.TestActor.SetAutoPilot
-
- apiCommand() - Method in class akka.io.SelectionHandler.WorkerForCommand
-
- ApiMayChange - Annotation Type in akka.annotation
-
Marks APIs that are meant to evolve towards becoming stable APIs, but are not stable APIs yet.
- append(Tcp.WriteCommand) - Method in class akka.io.Tcp.SimpleWriteCommand
-
Java API: appends this command with another WriteCommand to form a CompoundWrite.
- append(ByteString) - Method in class akka.util.ByteStringBuilder
-
Java API: append a ByteString to this builder.
- append(Object, ActorRef) - Method in class akka.util.MessageBuffer
-
Add one element to the end of the message buffer.
- append(I, Object, ActorRef) - Method in class akka.util.MessageBufferMap
-
Append an element to the buffer for an id.
- appendToBuilder(ByteStringBuilder) - Method in class akka.util.ByteString.ByteString1C
-
INTERNAL API: Specialized for internal use, appending ByteString1C to a ByteStringBuilder.
- apply(Object) - Method in class akka.actor.Actor.emptyBehavior$
-
- apply(Object) - Method in class akka.actor.Actor.ignoringBehavior$
-
- apply(ActorRef, String, Throwable) - Method in class akka.actor.ActorInitializationException$
-
- apply(String) - Method in class akka.actor.ActorInitializationException$
-
- apply(ActorRef, String, Throwable) - Static method in exception akka.actor.ActorInitializationException
-
- apply(String) - Static method in exception akka.actor.ActorInitializationException
-
- apply(ActorRef, String) - Method in class akka.actor.ActorSelection$
-
Construct an ActorSelection from the given string representing a path
relative to the given target.
- apply(ActorRef, Iterable<String>) - Method in class akka.actor.ActorSelection$
-
Construct an ActorSelection from the given string representing a path
relative to the given target.
- apply(ActorRef, String) - Static method in class akka.actor.ActorSelection
-
Construct an ActorSelection from the given string representing a path
relative to the given target.
- apply(ActorRef, Iterable<String>) - Static method in class akka.actor.ActorSelection
-
Construct an ActorSelection from the given string representing a path
relative to the given target.
- apply() - Method in class akka.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(String) - Method in class akka.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, ActorSystemSetup) - Method in class akka.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, BootstrapSetup) - Method in class akka.actor.ActorSystem$
-
Scala API: Shortcut for creating an actor system with custom bootstrap settings.
- apply(String, Config) - Method in class akka.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, ClassLoader) - Method in class akka.actor.ActorSystem$
-
Creates a new ActorSystem with the specified name, the specified Config, and specified ClassLoader
- apply(String, Option<Config>, Option<ClassLoader>, Option<ExecutionContext>) - Method in class akka.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() - Static method in class akka.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(String) - Static method in class akka.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, ActorSystemSetup) - Static method in class akka.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, BootstrapSetup) - Static method in class akka.actor.ActorSystem
-
Scala API: Shortcut for creating an actor system with custom bootstrap settings.
- apply(String, Config) - Static method in class akka.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, ClassLoader) - Static method in class akka.actor.ActorSystem
-
Creates a new ActorSystem with the specified name, the specified Config, and specified ClassLoader
- apply(String, Option<Config>, Option<ClassLoader>, Option<ExecutionContext>) - Static method in class akka.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, String) - Method in class akka.actor.Address$
-
Constructs a new Address with the specified protocol and system name
- apply(String, String, String, int) - Method in class akka.actor.Address$
-
Constructs a new Address with the specified protocol, system name, host and port
- apply(String, String) - Static method in class akka.actor.Address
-
Constructs a new Address with the specified protocol and system name
- apply(String, String, String, int) - Static method in class akka.actor.Address
-
Constructs a new Address with the specified protocol, system name, host and port
- apply(String) - Method in class akka.actor.AddressFromURIString$
-
Try to construct an Address from the given String or throw a java.net.MalformedURLException.
- apply(String) - Static method in class akka.actor.AddressFromURIString
-
Try to construct an Address from the given String or throw a java.net.MalformedURLException.
- apply() - Method in class akka.actor.BootstrapSetup$
-
Scala API: Construct a bootstrap settings with default values.
- apply(Option<ClassLoader>, Option<Config>, Option<ExecutionContext>) - Method in class akka.actor.BootstrapSetup$
-
Scala API: Create bootstrap settings needed for starting the actor system
- apply(Config) - Method in class akka.actor.BootstrapSetup$
-
Scala API: Short for using custom config but keeping default classloader and default execution context
- apply() - Static method in class akka.actor.BootstrapSetup
-
Scala API: Construct a bootstrap settings with default values.
- apply(Option<ClassLoader>, Option<Config>, Option<ExecutionContext>) - Static method in class akka.actor.BootstrapSetup
-
Scala API: Create bootstrap settings needed for starting the actor system
- apply(Config) - Static method in class akka.actor.BootstrapSetup
-
Scala API: Short for using custom config but keeping default classloader and default execution context
- apply(ChildStats) - Method in class akka.actor.dungeon.ChildrenContainer.ChildrenIterable
-
- apply(ChildStats) - Method in class akka.actor.dungeon.ChildrenContainer.ChildRestartsIterable
-
- apply(TreeMap<String, ChildStats>) - Method in class akka.actor.dungeon.ChildrenContainer.NormalChildrenContainer$
-
- apply(ActorSystem) - Method in interface akka.actor.ExtensionId
-
Returns an instance of the extension identified by this ExtensionId instance.
- apply(Object) - Method in class akka.actor.FSM.NullFunction$
-
- apply(Class<?>, Seq<Object>) - Method in class akka.actor.IndirectActorProducer$
-
- apply(ClassTag<T>) - Method in class akka.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(Function0<T>, ClassTag<T>) - Method in class akka.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(Class<?>, Seq<Object>) - Method in class akka.actor.Props$
-
Scala API: create a Props given a class and its constructor arguments.
- apply(ClassTag<T>) - Static method in class akka.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(Function0<T>, ClassTag<T>) - Static method in class akka.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(Class<?>, Seq<Object>) - Static method in class akka.actor.Props
-
Scala API: create a Props given a class and its constructor arguments.
- apply(ActorRef) - Method in class akka.actor.SerializedActorRef$
-
- apply(ActorRef) - Static method in class akka.actor.SerializedActorRef
-
- apply(Seq<Setup>) - Method in class akka.actor.setup.ActorSystemSetup$
-
- apply(Seq<Setup>) - Static method in class akka.actor.setup.ActorSystemSetup
-
- apply(ActorContext) - Method in class akka.actor.TypedActor$
-
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.
- apply(ActorContext) - Static method in class akka.actor.TypedActor
-
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.
- apply(Object) - Method in class akka.actor.TypedActor.MethodCall
-
Invokes the Method on the supplied instance
- apply(Class<T>) - Method in class akka.actor.TypedProps$
-
Uses the supplied class as the factory for the TypedActor implementation,
proxying all the interfaces it implements.
- apply(Class<? super T>, Class<T>) - Method in class akka.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>) - Method in class akka.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(ClassTag<T>) - Method in class akka.actor.TypedProps$
-
Uses the supplied class as the factory for the TypedActor implementation,
proxying all the interfaces it implements.
- apply(Seq<Class<?>>, Function0<T>) - Method in class akka.actor.TypedProps$
-
INTERNAL API
- apply(Class<T>) - Static method in class akka.actor.TypedProps
-
Uses the supplied class as the factory for the TypedActor implementation,
proxying all the interfaces it implements.
- apply(Class<? super T>, Class<T>) - Static method in class akka.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 akka.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(ClassTag<T>) - Static method in class akka.actor.TypedProps
-
Uses the supplied class as the factory for the TypedActor implementation,
proxying all the interfaces it implements.
- apply(Seq<Class<?>>, Function0<T>) - Static method in class akka.actor.TypedProps
-
INTERNAL API
- apply(T, ExecutionContext) - Method in class akka.agent.Agent$
-
Factory method for creating an Agent.
- apply() - Method in class akka.agent.Agent
-
Read the internal state of the agent.
- apply(ActorSystem) - Static method in class akka.camel.CamelExtension
-
- apply(Object, Map<String, Object>) - Method in class akka.camel.CamelMessage$
-
Returns a new CamelMessage based on the body and headers.
- apply(Object, Map<String, Object>, Map<String, DataHandler>) - Method in class akka.camel.CamelMessage$
-
Returns a new CamelMessage based on the body, headers and attachments.
- apply(Object, Map<String, Object>) - Static method in class akka.camel.CamelMessage
-
Returns a new CamelMessage based on the body and headers.
- apply(Object, Map<String, Object>, Map<String, DataHandler>) - Static method in class akka.camel.CamelMessage
-
Returns a new CamelMessage based on the body, headers and attachments.
- apply(FiniteDuration, FiniteDuration, boolean, Function1<RouteDefinition, ProcessorDefinition<?>>) - Method in class akka.camel.ConsumerConfig$
-
- apply(FiniteDuration, FiniteDuration, boolean, Function1<RouteDefinition, ProcessorDefinition<?>>) - Static method in class akka.camel.ConsumerConfig
-
- apply(ActorRef) - Method in class akka.camel.internal.component.ActorEndpointPath$
-
- apply(ActorRef) - Static method in class akka.camel.internal.component.ActorEndpointPath
-
- apply(ActorSystem) - Method in class akka.cluster.client.ClusterClientSettings$
-
Create settings from the default configuration
akka.cluster.client.
- apply(Config) - Method in class akka.cluster.client.ClusterClientSettings$
-
Create settings from a configuration with the same layout as
the default configuration akka.cluster.client.
- apply(ActorSystem) - Static method in class akka.cluster.client.ClusterClientSettings
-
Create settings from the default configuration
akka.cluster.client.
- apply(Config) - Static method in class akka.cluster.client.ClusterClientSettings
-
Create settings from a configuration with the same layout as
the default configuration akka.cluster.client.
- apply(ActorSystem) - Method in class akka.cluster.client.ClusterReceptionistSettings$
-
Create settings from the default configuration
akka.cluster.client.receptionist.
- apply(Config) - Method in class akka.cluster.client.ClusterReceptionistSettings$
-
Create settings from a configuration with the same layout as
the default configuration akka.cluster.client.receptionist.
- apply(ActorSystem) - Static method in class akka.cluster.client.ClusterReceptionistSettings
-
Create settings from the default configuration
akka.cluster.client.receptionist.
- apply(Config) - Static method in class akka.cluster.client.ClusterReceptionistSettings
-
Create settings from a configuration with the same layout as
the default configuration akka.cluster.client.receptionist.
- apply() - Method in class akka.cluster.ddata.Flag$
-
- apply() - Static method in class akka.cluster.ddata.Flag
-
- apply() - Method in class akka.cluster.ddata.GCounter$
-
- apply() - Static method in class akka.cluster.ddata.GCounter
-
- apply() - Method in class akka.cluster.ddata.GSet$
-
- apply() - Static method in class akka.cluster.ddata.GSet
-
- apply() - Method in class akka.cluster.ddata.LWWMap$
-
- apply() - Static method in class akka.cluster.ddata.LWWMap
-
- apply(UniqueAddress, A, LWWRegister.Clock<A>) - Method in class akka.cluster.ddata.LWWRegister$
-
INTERNAL API
- apply(A, Cluster, LWWRegister.Clock<A>) - Method in class akka.cluster.ddata.LWWRegister$
-
- apply(UniqueAddress, A, LWWRegister.Clock<A>) - Static method in class akka.cluster.ddata.LWWRegister
-
INTERNAL API
- apply(A, Cluster, LWWRegister.Clock<A>) - Static method in class akka.cluster.ddata.LWWRegister
-
- apply(long, A) - Method in interface akka.cluster.ddata.LWWRegister.Clock
-
- apply() - Method in class akka.cluster.ddata.ORMap$
-
- apply() - Static method in class akka.cluster.ddata.ORMap
-
- apply() - Method in class akka.cluster.ddata.ORMultiMap$
-
- apply() - Static method in class akka.cluster.ddata.ORMultiMap
-
- apply() - Method in class akka.cluster.ddata.ORSet$
-
- apply() - Static method in class akka.cluster.ddata.ORSet
-
- apply() - Method in class akka.cluster.ddata.PNCounter$
-
- apply() - Static method in class akka.cluster.ddata.PNCounter
-
- apply() - Method in class akka.cluster.ddata.PNCounterMap$
-
- apply() - Static method in class akka.cluster.ddata.PNCounterMap
-
- apply(Key<A>, A, Replicator.WriteConsistency, Option<Object>, Function1<A, A>) - Method in class akka.cluster.ddata.Replicator.Update$
-
Modify value of local Replicator and replicate with given writeConsistency.
- apply(ActorSystem) - Method in class akka.cluster.ddata.ReplicatorSettings$
-
Create settings from the default configuration
akka.cluster.distributed-data.
- apply(Config) - Method in class akka.cluster.ddata.ReplicatorSettings$
-
Create settings from a configuration with the same layout as
the default configuration akka.cluster.distributed-data.
- apply(ActorSystem) - Static method in class akka.cluster.ddata.ReplicatorSettings
-
Create settings from the default configuration
akka.cluster.distributed-data.
- apply(Config) - Static method in class akka.cluster.ddata.ReplicatorSettings
-
Create settings from a configuration with the same layout as
the default configuration akka.cluster.distributed-data.
- apply() - Method in class akka.cluster.ddata.VersionVector$
-
- apply(TreeMap<UniqueAddress, Object>) - Method in class akka.cluster.ddata.VersionVector$
-
- apply(UniqueAddress, long) - Method in class akka.cluster.ddata.VersionVector$
-
- apply(List<Tuple2<UniqueAddress, Object>>) - Method in class akka.cluster.ddata.VersionVector$
-
INTERNAL API
- apply() - Static method in class akka.cluster.ddata.VersionVector
-
- apply(TreeMap<UniqueAddress, Object>) - Static method in class akka.cluster.ddata.VersionVector
-
- apply(UniqueAddress, long) - Static method in class akka.cluster.ddata.VersionVector
-
- apply(List<Tuple2<UniqueAddress, Object>>) - Static method in class akka.cluster.ddata.VersionVector
-
INTERNAL API
- apply(SortedSet<Member>) - Method in class akka.cluster.Gossip$
-
- apply(SortedSet<Member>) - Static method in class akka.cluster.Gossip
-
- apply(UniqueAddress, UniqueAddress, Gossip) - Method in class akka.cluster.GossipEnvelope$
-
- apply(UniqueAddress, UniqueAddress, Deadline, Function0<Gossip>) - Method in class akka.cluster.GossipEnvelope$
-
- apply(UniqueAddress, UniqueAddress, Gossip) - Static method in class akka.cluster.GossipEnvelope
-
- apply(UniqueAddress, UniqueAddress, Deadline, Function0<Gossip>) - Static method in class akka.cluster.GossipEnvelope
-
- apply(UniqueAddress, Set<String>) - Method in class akka.cluster.Member$
-
INTERNAL API
Create a new member with status Joining.
- apply(UniqueAddress, Set<String>) - Static method in class akka.cluster.Member
-
INTERNAL API
Create a new member with status Joining.
- apply(ActorSystem) - Method in class akka.cluster.metrics.MetricsCollector$
-
Try to create collector instance in the order of priority.
- apply(Function0<T>) - Method in class akka.cluster.metrics.TryNative$
-
- apply(Function0<T>) - Static method in class akka.cluster.metrics.TryNative
-
- apply(int) - Method in class akka.cluster.metrics.WeightedRoutees
-
Pick the routee matching a value, from 1 to total.
- apply(ExtendedActorSystem, ClusterSettings) - Method in class akka.cluster.MetricsCollector$
-
Deprecated.
- apply(String, Object) - Method in class akka.cluster.pubsub.DistributedPubSubMediator.Publish$
-
- apply(String, ActorRef) - Method in class akka.cluster.pubsub.DistributedPubSubMediator.Subscribe$
-
- apply(String, ActorRef) - Method in class akka.cluster.pubsub.DistributedPubSubMediator.Unsubscribe$
-
- apply(ActorSystem) - Method in class akka.cluster.pubsub.DistributedPubSubSettings$
-
Create settings from the default configuration
akka.cluster.pub-sub.
- apply(Config) - Method in class akka.cluster.pubsub.DistributedPubSubSettings$
-
Create settings from a configuration with the same layout as
the default configuration akka.cluster.pub-sub.
- apply(ActorSystem) - Static method in class akka.cluster.pubsub.DistributedPubSubSettings
-
Create settings from the default configuration
akka.cluster.pub-sub.
- apply(Config) - Static method in class akka.cluster.pubsub.DistributedPubSubSettings
-
Create settings from a configuration with the same layout as
the default configuration akka.cluster.pub-sub.
- apply(IndexedSeq<Reachability.Record>, Map<UniqueAddress, Object>) - Method in class akka.cluster.Reachability$
-
- apply(IndexedSeq<Reachability.Record>, Map<UniqueAddress, Object>) - Static method in class akka.cluster.Reachability
-
- apply(int) - Method in class akka.cluster.routing.WeightedRoutees
-
Pick the routee matching a value, from 1 to total.
- apply(ActorSystem) - Method in class akka.cluster.sharding.ClusterShardingSettings$
-
Create settings from the default configuration
akka.cluster.sharding.
- apply(Config) - Method in class akka.cluster.sharding.ClusterShardingSettings$
-
Create settings from a configuration with the same layout as
the default configuration akka.cluster.sharding.
- apply(ActorSystem) - Static method in class akka.cluster.sharding.ClusterShardingSettings
-
Create settings from the default configuration
akka.cluster.sharding.
- apply(Config) - Static method in class akka.cluster.sharding.ClusterShardingSettings
-
Create settings from a configuration with the same layout as
the default configuration akka.cluster.sharding.
- apply(ActorSystem) - Method in class akka.cluster.singleton.ClusterSingletonManagerSettings$
-
Create settings from the default configuration
akka.cluster.singleton.
- apply(Config) - Method in class akka.cluster.singleton.ClusterSingletonManagerSettings$
-
Create settings from a configuration with the same layout as
the default configuration akka.cluster.singleton.
- apply(ActorSystem) - Static method in class akka.cluster.singleton.ClusterSingletonManagerSettings
-
Create settings from the default configuration
akka.cluster.singleton.
- apply(Config) - Static method in class akka.cluster.singleton.ClusterSingletonManagerSettings
-
Create settings from a configuration with the same layout as
the default configuration akka.cluster.singleton.
- apply(ActorSystem) - Method in class akka.cluster.singleton.ClusterSingletonProxySettings$
-
Create settings from the default configuration
akka.cluster.singleton-proxy.
- apply(Config) - Method in class akka.cluster.singleton.ClusterSingletonProxySettings$
-
Create settings from a configuration with the same layout as
the default configuration akka.cluster.singleton-proxy.
- apply(ActorSystem) - Static method in class akka.cluster.singleton.ClusterSingletonProxySettings
-
Create settings from the default configuration
akka.cluster.singleton-proxy.
- apply(Config) - Static method in class akka.cluster.singleton.ClusterSingletonProxySettings
-
Create settings from a configuration with the same layout as
the default configuration akka.cluster.singleton-proxy.
- apply(Address, int) - Method in class akka.cluster.UniqueAddress$
-
- apply(Address, int) - Static method in class akka.cluster.UniqueAddress
-
- apply(String) - Method in class akka.cluster.VectorClock.Node$
-
- apply(Object, ActorRef, ActorSystem) - Method in class akka.dispatch.Envelope$
-
- apply(Object, ActorRef, ActorSystem) - Static method in class akka.dispatch.Envelope
-
- apply(T) - Method in class akka.dispatch.japi.BooleanFunctionBridge
-
Deprecated.
- apply(T) - Method in class akka.dispatch.japi.CallbackBridge
-
Deprecated.
- apply(Throwable) - Method in class akka.dispatch.japi.RecoverBridge
-
Deprecated.
- apply(T) - Method in class akka.dispatch.japi.UnitFunctionBridge
-
Deprecated.
- apply(T) - Method in class akka.dispatch.Mapper
-
Override this method to perform the map operation, by default delegates to "checkedApply"
which by default throws an UnsupportedOperationException.
- apply(Function1<Object, Object>) - Method in class akka.dispatch.PriorityGenerator$
-
Creates a PriorityGenerator that uses the supplied function as priority generator
- apply(Function1<Object, Object>) - Static method in class akka.dispatch.PriorityGenerator
-
Creates a PriorityGenerator that uses the supplied function as priority generator
- apply(ActorSystem, T, LogSource<T>) - Method in class akka.event.Logging$
-
Obtain LoggingAdapter for the given actor system and source object.
- apply(LoggingBus, T, LogSource<T>) - Method in class akka.event.Logging$
-
Obtain LoggingAdapter for the given logging bus and source object.
- apply(Actor) - Method in class akka.event.Logging$
-
Obtain LoggingAdapter with MDC support for the given actor.
- apply(ActorSystem, T, LogSource<T>) - Static method in class akka.event.Logging
-
Obtain LoggingAdapter for the given actor system and source object.
- apply(LoggingBus, T, LogSource<T>) - Static method in class akka.event.Logging
-
Obtain LoggingAdapter for the given logging bus and source object.
- apply(Actor) - Static method in class akka.event.Logging
-
Obtain LoggingAdapter with MDC support for the given actor.
- apply(String, Class<?>, Object, Map<String, Object>) - Method in class akka.event.Logging.Debug$
-
- apply(String, Class<?>, Object, Map<String, Object>, LogMarker) - Method in class akka.event.Logging.Debug$
-
- apply(String, Class<?>, Object) - Method in class akka.event.Logging.Error$
-
- apply(String, Class<?>, Object, LogMarker) - Method in class akka.event.Logging.Error$
-
- apply(Throwable, String, Class<?>, Object, Map<String, Object>) - Method in class akka.event.Logging.Error$
-
- apply(Throwable, String, Class<?>, Object, Map<String, Object>, LogMarker) - Method in class akka.event.Logging.Error$
-
- apply(String, Class<?>, Object, Map<String, Object>) - Method in class akka.event.Logging.Error$
-
- apply(String, Class<?>, Object, Map<String, Object>, LogMarker) - Method in class akka.event.Logging.Error$
-
- apply(String, Class<?>, Object, Map<String, Object>) - Method in class akka.event.Logging.Info$
-
- apply(String, Class<?>, Object, Map<String, Object>, LogMarker) - Method in class akka.event.Logging.Info$
-
- apply(Logging.LogLevel, String, Class<?>, Object) - Method in class akka.event.Logging.LogEvent$
-
- apply(Logging.LogLevel, String, Class<?>, Object, Map<String, Object>) - Method in class akka.event.Logging.LogEvent$
-
- apply(Logging.LogLevel, String, Class<?>, Object, Map<String, Object>, LogMarker) - Method in class akka.event.Logging.LogEvent$
-
- apply(String, Class<?>, Object, Map<String, Object>) - Method in class akka.event.Logging.Warning$
-
- apply(String, Class<?>, Object, Map<String, Object>, LogMarker) - Method in class akka.event.Logging.Warning$
-
- apply(PartialFunction<Object, BoxedUnit>, ActorContext) - Method in class akka.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(Logging.LogLevel, PartialFunction<Object, BoxedUnit>, ActorContext) - Method in class akka.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(Object) - Method in class akka.event.LoggingReceive
-
- apply(String) - Method in class akka.event.LogMarker$
-
- apply(String) - Static method in class akka.event.LogMarker
-
- apply(T, LogSource<T>) - Method in class akka.event.LogSource$
-
- apply(T, ActorSystem, LogSource<T>) - Method in class akka.event.LogSource$
-
- apply(String) - Method in class akka.event.slf4j.Logger$
-
- apply(Class<?>, String) - Method in class akka.event.slf4j.Logger$
-
- apply(String) - Static method in class akka.event.slf4j.Logger
-
- apply(Class<?>, String) - Static method in class akka.event.slf4j.Logger
-
- apply(String, Iterable<InetAddress>) - Method in class akka.io.Dns.Resolved$
-
- apply() - Method in class akka.io.Inet.DatagramChannelCreator$
-
- apply(ExtensionId<T>, ActorSystem) - Method in class akka.io.IO$
-
Scala API: obtain a reference to the manager actor for the given IO extension,
for example
Tcp or
Udp.
- apply(ExtensionId<T>, ActorSystem) - Static method in class akka.io.IO
-
Scala API: obtain a reference to the manager actor for the given IO extension,
for example
Tcp or
Udp.
- apply(ActorSystem) - Static method in class akka.io.Tcp
-
- apply(ByteString) - Method in class akka.io.Tcp.Write$
-
Create a new unacknowledged Write command with the given data.
- apply(Iterable<Tcp.WriteCommand>) - Method in class akka.io.Tcp.WriteCommand$
-
Combines the given number of write commands into one atomic WriteCommand.
- apply(ActorSystem) - Static method in class akka.io.Udp
-
- apply(ByteString, InetSocketAddress) - Method in class akka.io.Udp.Send$
-
- apply(ActorSystem) - Static method in class akka.io.UdpConnected
-
- apply(ByteString) - Method in class akka.io.UdpConnected.Send$
-
- apply() - Method in interface akka.japi.Effect
-
- apply(T) - Method in interface akka.japi.Function
-
- apply() - Method in interface akka.japi.function.Effect
-
- apply(T) - Method in interface akka.japi.function.Function
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface akka.japi.function.Function10
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface akka.japi.function.Function11
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface akka.japi.function.Function12
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface akka.japi.function.Function13
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface akka.japi.function.Function14
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface akka.japi.function.Function15
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface akka.japi.function.Function16
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface akka.japi.function.Function17
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface akka.japi.function.Function18
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface akka.japi.function.Function19
-
- apply(T1, T2) - Method in interface akka.japi.function.Function2
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface akka.japi.function.Function20
-
- 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 akka.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, T22) - Method in interface akka.japi.function.Function22
-
- apply(T1, T2, T3) - Method in interface akka.japi.function.Function3
-
- apply(T1, T2, T3, T4) - Method in interface akka.japi.function.Function4
-
- apply(T1, T2, T3, T4, T5) - Method in interface akka.japi.function.Function5
-
- apply(T1, T2, T3, T4, T5, T6) - Method in interface akka.japi.function.Function6
-
- apply(T1, T2, T3, T4, T5, T6, T7) - Method in interface akka.japi.function.Function7
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface akka.japi.function.Function8
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface akka.japi.function.Function9
-
- apply(T) - Method in interface akka.japi.function.Procedure
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface akka.japi.function.Procedure10
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface akka.japi.function.Procedure11
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface akka.japi.function.Procedure12
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface akka.japi.function.Procedure13
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface akka.japi.function.Procedure14
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface akka.japi.function.Procedure15
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface akka.japi.function.Procedure16
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface akka.japi.function.Procedure17
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface akka.japi.function.Procedure18
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface akka.japi.function.Procedure19
-
- apply(T1, T2) - Method in interface akka.japi.function.Procedure2
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface akka.japi.function.Procedure20
-
- 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 akka.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, T22) - Method in interface akka.japi.function.Procedure22
-
- apply(T1, T2, T3) - Method in interface akka.japi.function.Procedure3
-
- apply(T1, T2, T3, T4) - Method in interface akka.japi.function.Procedure4
-
- apply(T1, T2, T3, T4, T5) - Method in interface akka.japi.function.Procedure5
-
- apply(T1, T2, T3, T4, T5, T6) - Method in interface akka.japi.function.Procedure6
-
- apply(T1, T2, T3, T4, T5, T6, T7) - Method in interface akka.japi.function.Procedure7
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface akka.japi.function.Procedure8
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface akka.japi.function.Procedure9
-
- apply(T1, T2) - Method in interface akka.japi.Function2
-
- apply(A, boolean) - Method in class akka.japi.JavaPartialFunction
-
- apply(A) - Method in class akka.japi.JavaPartialFunction
-
- apply(F) - Method in class akka.japi.pf.CaseStatement
-
- apply(I) - Method in interface akka.japi.pf.FI.Apply
-
The application to perform.
- apply(I1, I2) - Method in interface akka.japi.pf.FI.Apply2
-
The application to perform.
- apply(I) - Method in interface akka.japi.pf.FI.UnitApply
-
The application to perform.
- apply(I1, I2) - Method in interface akka.japi.pf.FI.UnitApply2
-
The application to perform.
- apply(I1, I2, I3) - Method in interface akka.japi.pf.FI.UnitApply3
-
The application to perform.
- apply(I1, I2, I3, I4) - Method in interface akka.japi.pf.FI.UnitApply4
-
The application to perform.
- apply() - Method in interface akka.japi.pf.FI.UnitApplyVoid
-
The application to perform.
- apply(F) - Method in class akka.japi.pf.UnitCaseStatement
-
- apply(T) - Method in interface akka.japi.Procedure
-
- apply(BundleContext) - Method in class akka.osgi.BundleDelegatingClassLoader$
-
- apply(BundleContext, Option<ClassLoader>) - Method in class akka.osgi.BundleDelegatingClassLoader$
-
- apply(BundleContext) - Static method in class akka.osgi.BundleDelegatingClassLoader
-
- apply(BundleContext, Option<ClassLoader>) - Static method in class akka.osgi.BundleDelegatingClassLoader
-
- apply(BundleContext, Config) - Method in class akka.osgi.OsgiActorSystemFactory$
-
- apply(BundleContext, Config) - Static method in class akka.osgi.OsgiActorSystemFactory
-
- apply(ActorRefProvider, Timeout) - Method in class akka.pattern.AskPromiseRef$
-
- apply(ActorRefProvider, Timeout) - Static method in class akka.pattern.AskPromiseRef
-
- apply(Scheduler, int, FiniteDuration, FiniteDuration) - Method in class akka.pattern.CircuitBreaker$
-
Create a new CircuitBreaker.
- apply(Scheduler, int, FiniteDuration, FiniteDuration) - Static method in class akka.pattern.CircuitBreaker
-
Create a new CircuitBreaker.
- apply(ActorSystem, Timeout) - Method in class akka.pattern.FutureRef$
-
Constructs a new FutureRef which will be completed with the first message sent to it.
- apply(Timeout, ActorSystem) - Method in class akka.pattern.FutureRef$
-
Constructs a new PromiseRef which will be completed with the first message sent to it.
- apply(ActorRefProvider, Timeout, Object, String, ActorRef) - Method in class akka.pattern.PromiseActorRef$
-
- apply(ActorRefProvider, Timeout, String) - Method in class akka.pattern.PromiseActorRef$
-
- apply(ActorRefProvider, Timeout, Object, String, ActorRef) - Static method in class akka.pattern.PromiseActorRef
-
- apply(ActorRefProvider, Timeout, String) - Static method in class akka.pattern.PromiseActorRef
-
- apply(ActorSystem, Timeout) - Method in class akka.pattern.PromiseRef$
-
Constructs a new PromiseRef which will be completed with the first message sent to it.
- apply(Timeout, ActorSystem) - Method in class akka.pattern.PromiseRef$
-
Constructs a new PromiseRef which will be completed with the first message sent to it.
- apply(PersistentRepr) - Method in class akka.persistence.AtomicWrite$
-
- apply(PersistentRepr) - Static method in class akka.persistence.AtomicWrite
-
- apply(Object) - Method in class akka.persistence.fsm.PersistentFSM.NullFunction$
-
- apply(ExtendedActorSystem, Config) - Method in class akka.persistence.journal.EventAdapters$
-
- apply(ExtendedActorSystem, Config) - Static method in class akka.persistence.journal.EventAdapters
-
- apply(Seq<Object>) - Method in class akka.persistence.journal.EventSeq$
-
- apply(Seq<Object>) - Static method in class akka.persistence.journal.EventSeq
-
- apply(ActorSystem) - Static method in class akka.persistence.journal.PersistencePluginProxyExtension
-
- apply(Object, long, String, String, boolean, ActorRef, String) - Method in class akka.persistence.PersistentRepr$
-
Plugin API.
- apply(Address) - Method in class akka.remote.AddressUrlEncoder$
-
- apply(Address) - Static method in class akka.remote.AddressUrlEncoder
-
- apply(Config) - Method in class akka.remote.artery.ArterySettings$
-
- apply(Config) - Static method in class akka.remote.artery.ArterySettings
-
- apply() - Method in class akka.remote.artery.AssociationState$
-
- apply() - Static method in class akka.remote.artery.AssociationState
-
- apply(OptionVal<InternalActorRef>, Object, OptionVal<ActorRef>, long, OptionVal<OutboundContext>) - Method in class akka.remote.artery.InboundEnvelope$
-
Only used in tests
- apply(OptionVal<RemoteActorRef>, Object, OptionVal<ActorRef>) - Method in class akka.remote.artery.OutboundEnvelope$
-
- apply(ExtendedActorSystem) - Method in class akka.remote.artery.RemoteInstruments$
-
- apply(ExtendedActorSystem) - Static method in class akka.remote.artery.RemoteInstruments
-
- apply(String, Config, ActorContext) - Method in class akka.remote.FailureDetectorLoader$
-
- apply(String, Config, ActorContext) - Static method in class akka.remote.FailureDetectorLoader
-
- apply(int) - Method in class akka.remote.HeartbeatHistory$
-
Create an empty HeartbeatHistory, without any history.
- apply(int) - Static method in class akka.remote.HeartbeatHistory
-
Create an empty HeartbeatHistory, without any history.
- apply(Address, int) - Method in class akka.remote.QuarantinedEvent$
-
- apply(Address, int) - Static method in class akka.remote.QuarantinedEvent
-
- apply(ActorSystem) - Static method in class akka.remote.RemoteMetricsExtension
-
- apply(Role, InetSocketAddress, int, ChannelUpstreamHandler) - Method in class akka.remote.testconductor.RemoteConnection$
-
- apply(Role, InetSocketAddress, int, ChannelUpstreamHandler) - Static method in class akka.remote.testconductor.RemoteConnection
-
- apply(ActorContext) - Method in class akka.remote.testconductor.TestConductor$
-
- apply(ActorContext) - Static method in class akka.remote.testconductor.TestConductor
-
- apply(ChannelFuture) - Method in class akka.remote.transport.netty.NettyFutureBridge$
-
- apply(ChannelGroupFuture) - Method in class akka.remote.transport.netty.NettyFutureBridge$
-
- apply(ChannelFuture) - Static method in class akka.remote.transport.netty.NettyFutureBridge
-
- apply(ChannelGroupFuture) - Static method in class akka.remote.transport.netty.NettyFutureBridge
-
- apply(SSLSettings, MarkerLoggingAdapter, boolean) - Method in class akka.remote.transport.netty.NettySSLSupport$
-
Construct a SSLHandler which can be inserted into a Netty server/client pipeline
- apply(SSLSettings, MarkerLoggingAdapter, boolean) - Static method in class akka.remote.transport.netty.NettySSLSupport
-
Construct a SSLHandler which can be inserted into a Netty server/client pipeline
- apply(A) - Method in class akka.remote.transport.TestTransport.SwitchableLoggedBehavior
-
Applies the current behavior, and invokes the callback.
- apply(ActorSystem) - Static method in class akka.remote.transport.TransportAdaptersExtension
-
- apply() - Method in class akka.routing.BalancingRoutingLogic$
-
- apply() - Static method in class akka.routing.BalancingRoutingLogic
-
- apply() - Method in class akka.routing.BroadcastRoutingLogic$
-
- apply() - Static method in class akka.routing.BroadcastRoutingLogic
-
- apply(Iterable<T>, int, ClassTag<T>) - Method in class akka.routing.ConsistentHash$
-
- apply(Iterable<T>, int, ClassTag<T>) - Static method in class akka.routing.ConsistentHash
-
- apply(Object) - Method in class akka.routing.ConsistentHashingRouter.emptyConsistentHashMapping$
-
- apply(Config) - Method in class akka.routing.DefaultResizer$
-
Creates a new DefaultResizer from the given configuration
- apply(Config) - Static method in class akka.routing.DefaultResizer
-
Creates a new DefaultResizer from the given configuration
- apply(Option<Resizer>, SupervisorStrategy, String) - Method in class akka.routing.FromConfig$
-
- apply(Option<Resizer>, SupervisorStrategy, String) - Static method in class akka.routing.FromConfig
-
- apply(Config) - Method in class akka.routing.OptimalSizeExploringResizer$
-
- apply() - Method in class akka.routing.RandomRoutingLogic$
-
- apply() - Static method in class akka.routing.RandomRoutingLogic
-
- apply() - Method in class akka.routing.RoundRobinRoutingLogic$
-
- apply() - Static method in class akka.routing.RoundRobinRoutingLogic
-
- apply() - Method in class akka.routing.SmallestMailboxRoutingLogic$
-
- apply() - Static method in class akka.routing.SmallestMailboxRoutingLogic
-
- apply(ActorSystem) - Static method in class akka.serialization.SerializationExtension
-
- apply(Function1<ExtendedActorSystem, Seq<SerializerDetails>>) - Method in class akka.serialization.SerializationSetup$
-
Scala API: Programmatic definition of serializers
- apply(Function1<ExtendedActorSystem, Seq<SerializerDetails>>) - Static method in class akka.serialization.SerializationSetup
-
Scala API: Programmatic definition of serializers
- apply(String, Serializer, Seq<Class<?>>) - Method in class akka.serialization.SerializerDetails$
-
Scala API: factory for details about one programmatically setup serializer
- apply(String, Serializer, Seq<Class<?>>) - Static method in class akka.serialization.SerializerDetails
-
Scala API: factory for details about one programmatically setup serializer
- apply(ActorRef) - Method in class akka.stream.actor.ActorPublisher$
-
- apply(ActorRef) - Method in class akka.stream.actor.ActorSubscriber$
-
- apply(int) - Method in class akka.stream.actor.WatermarkRequestStrategy$
-
- apply(int) - Static method in class akka.stream.actor.WatermarkRequestStrategy
-
- apply(Option<ActorMaterializerSettings>, Option<String>, ActorRefFactory) - Method in class akka.stream.ActorMaterializer$
-
Scala API: Creates an ActorMaterializer which will execute every step of a transformation
pipeline within its own
Actor.
- apply(ActorMaterializerSettings, String, ActorRefFactory) - Method in class akka.stream.ActorMaterializer$
-
Scala API: Creates an ActorMaterializer which will execute every step of a transformation
pipeline within its own
Actor.
- apply(ActorMaterializerSettings, ActorRefFactory) - Method in class akka.stream.ActorMaterializer$
-
Scala API: Creates an ActorMaterializer which will execute every step of a transformation
pipeline within its own
Actor.
- apply(Option<ActorMaterializerSettings>, Option<String>, ActorRefFactory) - Static method in class akka.stream.ActorMaterializer
-
Scala API: Creates an ActorMaterializer which will execute every step of a transformation
pipeline within its own
Actor.
- apply(ActorMaterializerSettings, String, ActorRefFactory) - Static method in class akka.stream.ActorMaterializer
-
Scala API: Creates an ActorMaterializer which will execute every step of a transformation
pipeline within its own
Actor.
- apply(ActorMaterializerSettings, ActorRefFactory) - Static method in class akka.stream.ActorMaterializer
-
Scala API: Creates an ActorMaterializer which will execute every step of a transformation
pipeline within its own
Actor.
- apply(int, int, String, Function1<Throwable, Supervision.Directive>, StreamSubscriptionTimeoutSettings, boolean, int, boolean, boolean, int) - Method in class akka.stream.ActorMaterializerSettings$
-
- apply(ActorSystem) - Method in class akka.stream.ActorMaterializerSettings$
-
- apply(Config) - Method in class akka.stream.ActorMaterializerSettings$
-
- apply(int, int, String, Function1<Throwable, Supervision.Directive>, StreamSubscriptionTimeoutSettings, boolean, int, boolean, boolean, int) - Static method in class akka.stream.ActorMaterializerSettings
-
- apply(ActorSystem) - Static method in class akka.stream.ActorMaterializerSettings
-
- apply(Config) - Static method in class akka.stream.ActorMaterializerSettings
-
- apply(Attributes.Attribute) - Method in class akka.stream.Attributes$
-
INTERNAL API
- apply(Attributes.Attribute) - Static method in class akka.stream.Attributes
-
INTERNAL API
- apply(ActorRef) - Method in class akka.stream.impl.ActorProcessor$
-
- apply(ActorRef) - Static method in class akka.stream.impl.ActorProcessor
-
- apply(ActorRef) - Method in class akka.stream.impl.ActorPublisher$
-
- apply(ActorRef) - Static method in class akka.stream.impl.ActorPublisher
-
- apply(int, ActorMaterializerSettings) - Method in class akka.stream.impl.Buffer$
-
- apply(int, Materializer) - Method in class akka.stream.impl.Buffer$
-
- apply(int, int) - Method in class akka.stream.impl.Buffer$
-
- apply() - Method in class akka.stream.impl.EmptyPublisher$
-
- apply() - Static method in class akka.stream.impl.EmptyPublisher
-
- apply() - Method in class akka.stream.impl.ErrorPublisher
-
- apply(Object) - Method in class akka.stream.impl.ExposedPublisherReceive
-
- apply(int) - Method in class akka.stream.impl.FixedSizeBuffer$
-
INTERNAL API
- apply(int) - Static method in class akka.stream.impl.FixedSizeBuffer
-
INTERNAL API
- apply(Seq<Inlet<?>>, Seq<Outlet<?>>, Seq<GraphStageWithMaterializedValue<Shape, ?>>) - Method in class akka.stream.impl.fusing.GraphInterpreter.GraphAssembly$
-
INTERNAL API
- apply(Try<T>) - Method in class akka.stream.impl.fusing.MapAsync.Holder
-
- apply(FiniteDuration, Option<InetSocketAddress>) - Method in class akka.stream.impl.io.TcpIdleTimeout$
-
- apply(FiniteDuration, Option<InetSocketAddress>) - Static method in class akka.stream.impl.io.TcpIdleTimeout
-
- apply(Attributes, Function1<ActorSystem, SSLEngine>, Function2<ActorSystem, SSLSession, Try<BoxedUnit>>, TLSClosing) - Method in class akka.stream.impl.io.TlsModule$
-
- apply(Attributes, Function1<ActorSystem, SSLEngine>, Function2<ActorSystem, SSLSession, Try<BoxedUnit>>, TLSClosing) - Static method in class akka.stream.impl.io.TlsModule
-
- apply(Function0<Source<T, M>>) - Method in class akka.stream.impl.LazySource$
-
- apply(Function0<Source<T, M>>) - Static method in class akka.stream.impl.LazySource
-
- apply() - Method in class akka.stream.impl.RejectAdditionalSubscribers$
-
- apply() - Static method in class akka.stream.impl.RejectAdditionalSubscribers
-
- apply(String) - Method in class akka.stream.impl.SeqActorName$
-
- apply(String) - Static method in class akka.stream.impl.SeqActorName
-
- apply(StreamLayout.Module, Shape) - Method in class akka.stream.impl.StreamLayout.CompositeModule$
-
- apply(StreamLayout.MaterializedValueNode) - Method in class akka.stream.impl.StreamLayout.IgnorableMatValComp$
-
- apply(StreamLayout.Module) - Method in class akka.stream.impl.StreamLayout.IgnorableMatValComp$
-
- apply(Flow<In, T, NotUsed>, int) - Method in interface akka.stream.impl.SubFlowImpl.MergeBack
-
- apply(Object) - Method in class akka.stream.impl.SubReceive
-
- apply(Subscriber<T>) - Method in class akka.stream.impl.SubscriberManagement.Completed$
-
- apply(Subscriber<T>) - Method in interface akka.stream.impl.SubscriberManagement.EndOfStream
-
- apply(Subscriber<T>) - Method in class akka.stream.impl.SubscriberManagement.ErrorCompleted
-
- apply(Subscriber<T>) - Method in class akka.stream.impl.SubscriberManagement.NotReached$
-
- apply(String) - Method in class akka.stream.Inlet$
-
Scala API
- apply(String) - Static method in class akka.stream.Inlet
-
Scala API
- apply(String) - Method in class akka.stream.Outlet$
-
Scala API
- apply(String) - Static method in class akka.stream.Outlet
-
Scala API
- apply(int, boolean) - Method in class akka.stream.scaladsl.Balance$
-
Create a new Balance with the specified number of output ports.
- apply(int, boolean) - Static method in class akka.stream.scaladsl.Balance
-
Create a new Balance with the specified number of output ports.
- apply(int, boolean) - Method in class akka.stream.scaladsl.Broadcast$
-
Create a new Broadcast with the specified number of output ports.
- apply(int, boolean) - Static method in class akka.stream.scaladsl.Broadcast
-
Create a new Broadcast with the specified number of output ports.
- apply(int) - Method in class akka.stream.scaladsl.Concat$
-
Create a new Concat.
- apply(int) - Static method in class akka.stream.scaladsl.Concat
-
Create a new Concat.
- apply() - Method in class akka.stream.scaladsl.Flow$
-
Returns a Flow which outputs all its inputs.
- apply() - Static method in class akka.stream.scaladsl.Flow
-
Returns a Flow which outputs all its inputs.
- apply(int, int, boolean) - Method in class akka.stream.scaladsl.Interleave$
-
Create a new Interleave with the specified number of input ports and given size of elements
to take from each input.
- apply(int, int, boolean) - Static method in class akka.stream.scaladsl.Interleave
-
Create a new Interleave with the specified number of input ports and given size of elements
to take from each input.
- apply(int, boolean) - Method in class akka.stream.scaladsl.Merge$
-
Create a new Merge with the specified number of input ports.
- apply(int, boolean) - Static method in class akka.stream.scaladsl.Merge
-
Create a new Merge with the specified number of input ports.
- apply(int, boolean) - Method in class akka.stream.scaladsl.MergePreferred$
-
Create a new MergePreferred with the specified number of secondary input ports.
- apply(int, boolean) - Static method in class akka.stream.scaladsl.MergePreferred
-
Create a new MergePreferred with the specified number of secondary input ports.
- apply() - Method in class akka.stream.scaladsl.OrElse$
-
- apply() - Static method in class akka.stream.scaladsl.OrElse
-
- apply(int, Function1<T, Object>) - Method in class akka.stream.scaladsl.Partition$
-
Create a new Partition stage with the specified input type.
- apply(int, Function1<T, Object>) - Static method in class akka.stream.scaladsl.Partition
-
Create a new Partition stage with the specified input type.
- apply(SSLSession) - Method in class akka.stream.scaladsl.ScalaSessionAPI$
-
Constructs a ScalaSessionAPI instance from an SSLSession
- apply(Iterable<T>) - Method in class akka.stream.scaladsl.Source$
-
Helper to create
Source from
Iterable.
- apply(Iterable<T>) - Static method in class akka.stream.scaladsl.Source
-
Helper to create
Source from
Iterable.
- apply(ActorSystem) - Method in class akka.stream.scaladsl.Tcp$
-
- apply(ActorSystem) - Static method in class akka.stream.scaladsl.Tcp
-
- apply(SSLContext, Option<AkkaSSLConfig>, TLSProtocol.NegotiateNewSession, TLSRole, TLSClosing, Option<Tuple2<String, Object>>) - Method in class akka.stream.scaladsl.TLS$
-
- apply(SSLContext, TLSProtocol.NegotiateNewSession, TLSRole, TLSClosing, Option<Tuple2<String, Object>>) - Method in class akka.stream.scaladsl.TLS$
-
- apply(SSLContext, TLSProtocol.NegotiateNewSession, TLSRole) - Method in class akka.stream.scaladsl.TLS$
-
- apply(Function0<SSLEngine>, Function1<SSLSession, Try<BoxedUnit>>, TLSClosing) - Method in class akka.stream.scaladsl.TLS$
-
- apply(Function0<SSLEngine>, TLSClosing) - Method in class akka.stream.scaladsl.TLS$
-
- apply(SSLContext, Option<AkkaSSLConfig>, TLSProtocol.NegotiateNewSession, TLSRole, TLSClosing, Option<Tuple2<String, Object>>) - Static method in class akka.stream.scaladsl.TLS
-
- apply(SSLContext, TLSProtocol.NegotiateNewSession, TLSRole, TLSClosing, Option<Tuple2<String, Object>>) - Static method in class akka.stream.scaladsl.TLS
-
- apply(SSLContext, TLSProtocol.NegotiateNewSession, TLSRole) - Static method in class akka.stream.scaladsl.TLS
-
- apply(Function0<SSLEngine>, Function1<SSLSession, Try<BoxedUnit>>, TLSClosing) - Static method in class akka.stream.scaladsl.TLS
-
- apply(Function0<SSLEngine>, TLSClosing) - Static method in class akka.stream.scaladsl.TLS
-
- apply() - Method in class akka.stream.scaladsl.TLSPlacebo$
-
- apply() - Static method in class akka.stream.scaladsl.TLSPlacebo
-
- apply() - Method in class akka.stream.scaladsl.Unzip$
-
Create a new Unzip.
- apply() - Static method in class akka.stream.scaladsl.Unzip
-
Create a new Unzip.
- apply(Function1<In, Tuple2<A1, A2>>, UnzipWithApply.UnzipWithCreator2<Object, Object, Object>) - Static method in class akka.stream.scaladsl.UnzipWith
-
- apply(Function1<In, Tuple3<A1, A2, A3>>, UnzipWithApply.UnzipWithCreator3<Object, Object, Object, Object>) - Static method in class akka.stream.scaladsl.UnzipWith
-
- apply(Function1<In, Tuple4<A1, A2, A3, A4>>, UnzipWithApply.UnzipWithCreator4<Object, Object, Object, Object, Object>) - Static method in class akka.stream.scaladsl.UnzipWith
-
- apply(Function1<In, Tuple5<A1, A2, A3, A4, A5>>, UnzipWithApply.UnzipWithCreator5<Object, Object, Object, Object, Object, Object>) - Static method in class akka.stream.scaladsl.UnzipWith
-
- apply(Function1<In, Tuple6<A1, A2, A3, A4, A5, A6>>, UnzipWithApply.UnzipWithCreator6<Object, Object, Object, Object, Object, Object, Object>) - Static method in class akka.stream.scaladsl.UnzipWith
-
- 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 akka.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>) - Static method in class akka.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>) - Static method in class akka.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>) - Static method in class akka.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>) - Static method in class akka.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>) - Static method in class akka.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>) - Static method in class akka.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>) - Static method in class akka.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>) - Static method in class akka.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>) - Static method in class akka.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>) - Static method in class akka.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>) - Static method in class akka.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>) - Static method in class akka.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>) - Static method in class akka.stream.scaladsl.UnzipWith
-
- apply(Function1<In, Tuple2<A1, A2>>, UnzipWithApply.UnzipWithCreator2<Object, Object, Object>) - Method in interface akka.stream.scaladsl.UnzipWithApply
-
Create a new UnzipWith specialized for 2 outputs.
- apply(Function1<In, Tuple3<A1, A2, A3>>, UnzipWithApply.UnzipWithCreator3<Object, Object, Object, Object>) - Method in interface akka.stream.scaladsl.UnzipWithApply
-
Create a new UnzipWith specialized for 3 outputs.
- apply(Function1<In, Tuple4<A1, A2, A3, A4>>, UnzipWithApply.UnzipWithCreator4<Object, Object, Object, Object, Object>) - Method in interface akka.stream.scaladsl.UnzipWithApply
-
Create a new UnzipWith specialized for 4 outputs.
- apply(Function1<In, Tuple5<A1, A2, A3, A4, A5>>, UnzipWithApply.UnzipWithCreator5<Object, Object, Object, Object, Object, Object>) - Method in interface akka.stream.scaladsl.UnzipWithApply
-
Create a new UnzipWith specialized for 5 outputs.
- apply(Function1<In, Tuple6<A1, A2, A3, A4, A5, A6>>, UnzipWithApply.UnzipWithCreator6<Object, Object, Object, Object, Object, Object, Object>) - Method in interface akka.stream.scaladsl.UnzipWithApply
-
Create a new UnzipWith specialized for 6 outputs.
- apply(Function1<In, Tuple7<A1, A2, A3, A4, A5, A6, A7>>, UnzipWithApply.UnzipWithCreator7<Object, Object, Object, Object, Object, Object, Object, Object>) - Method in interface akka.stream.scaladsl.UnzipWithApply
-
Create a new UnzipWith specialized 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>) - Method in interface akka.stream.scaladsl.UnzipWithApply
-
Create a new UnzipWith specialized 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>) - Method in interface akka.stream.scaladsl.UnzipWithApply
-
Create a new UnzipWith specialized for 9 outputs.
- 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 akka.stream.scaladsl.UnzipWithApply
-
Create a new UnzipWith specialized 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>) - Method in interface akka.stream.scaladsl.UnzipWithApply
-
Create a new UnzipWith specialized 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>) - Method in interface akka.stream.scaladsl.UnzipWithApply
-
Create a new UnzipWith specialized 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>) - Method in interface akka.stream.scaladsl.UnzipWithApply
-
Create a new UnzipWith specialized 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>) - Method in interface akka.stream.scaladsl.UnzipWithApply
-
Create a new UnzipWith specialized 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>) - Method in interface akka.stream.scaladsl.UnzipWithApply
-
Create a new UnzipWith specialized 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>) - Method in interface akka.stream.scaladsl.UnzipWithApply
-
Create a new UnzipWith specialized 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>) - Method in interface akka.stream.scaladsl.UnzipWithApply
-
Create a new UnzipWith specialized 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>) - Method in interface akka.stream.scaladsl.UnzipWithApply
-
Create a new UnzipWith specialized 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>) - Method in interface akka.stream.scaladsl.UnzipWithApply
-
Create a new UnzipWith specialized for 19 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>) - Method in interface akka.stream.scaladsl.UnzipWithApply
-
Create a new UnzipWith specialized for 20 outputs.
- apply() - Method in class akka.stream.scaladsl.Zip$
-
Create a new Zip.
- apply() - Static method in class akka.stream.scaladsl.Zip
-
Create a new Zip.
- apply(int) - Method in class akka.stream.scaladsl.ZipN$
-
Create a new ZipN.
- apply(int) - Static method in class akka.stream.scaladsl.ZipN
-
Create a new ZipN.
- apply(Function2<A1, A2, O>) - Static method in class akka.stream.scaladsl.ZipWith
-
- apply(Function3<A1, A2, A3, O>) - Static method in class akka.stream.scaladsl.ZipWith
-
- apply(Function4<A1, A2, A3, A4, O>) - Static method in class akka.stream.scaladsl.ZipWith
-
- apply(Function5<A1, A2, A3, A4, A5, O>) - Static method in class akka.stream.scaladsl.ZipWith
-
- apply(Function6<A1, A2, A3, A4, A5, A6, O>) - Static method in class akka.stream.scaladsl.ZipWith
-
- apply(Function7<A1, A2, A3, A4, A5, A6, A7, O>) - Static method in class akka.stream.scaladsl.ZipWith
-
- apply(Function8<A1, A2, A3, A4, A5, A6, A7, A8, O>) - Static method in class akka.stream.scaladsl.ZipWith
-
- apply(Function9<A1, A2, A3, A4, A5, A6, A7, A8, A9, O>) - Static method in class akka.stream.scaladsl.ZipWith
-
- apply(Function10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, O>) - Static method in class akka.stream.scaladsl.ZipWith
-
- apply(Function11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, O>) - Static method in class akka.stream.scaladsl.ZipWith
-
- apply(Function12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, O>) - Static method in class akka.stream.scaladsl.ZipWith
-
- apply(Function13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, O>) - Static method in class akka.stream.scaladsl.ZipWith
-
- apply(Function14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, O>) - Static method in class akka.stream.scaladsl.ZipWith
-
- apply(Function15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O>) - Static method in class akka.stream.scaladsl.ZipWith
-
- apply(Function16<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, O>) - Static method in class akka.stream.scaladsl.ZipWith
-
- apply(Function17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, O>) - Static method in class akka.stream.scaladsl.ZipWith
-
- 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 akka.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>) - Static method in class akka.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>) - Static method in class akka.stream.scaladsl.ZipWith
-
- apply(Function2<A1, A2, O>) - Method in interface akka.stream.scaladsl.ZipWithApply
-
Create a new ZipWith specialized for 2 inputs.
- apply(Function3<A1, A2, A3, O>) - Method in interface akka.stream.scaladsl.ZipWithApply
-
Create a new ZipWith specialized for 3 inputs.
- apply(Function4<A1, A2, A3, A4, O>) - Method in interface akka.stream.scaladsl.ZipWithApply
-
Create a new ZipWith specialized for 4 inputs.
- apply(Function5<A1, A2, A3, A4, A5, O>) - Method in interface akka.stream.scaladsl.ZipWithApply
-
Create a new ZipWith specialized for 5 inputs.
- apply(Function6<A1, A2, A3, A4, A5, A6, O>) - Method in interface akka.stream.scaladsl.ZipWithApply
-
Create a new ZipWith specialized for 6 inputs.
- apply(Function7<A1, A2, A3, A4, A5, A6, A7, O>) - Method in interface akka.stream.scaladsl.ZipWithApply
-
Create a new ZipWith specialized for 7 inputs.
- apply(Function8<A1, A2, A3, A4, A5, A6, A7, A8, O>) - Method in interface akka.stream.scaladsl.ZipWithApply
-
Create a new ZipWith specialized for 8 inputs.
- apply(Function9<A1, A2, A3, A4, A5, A6, A7, A8, A9, O>) - Method in interface akka.stream.scaladsl.ZipWithApply
-
Create a new ZipWith specialized for 9 inputs.
- apply(Function10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, O>) - Method in interface akka.stream.scaladsl.ZipWithApply
-
Create a new ZipWith specialized for 10 inputs.
- apply(Function11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, O>) - Method in interface akka.stream.scaladsl.ZipWithApply
-
Create a new ZipWith specialized for 11 inputs.
- apply(Function12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, O>) - Method in interface akka.stream.scaladsl.ZipWithApply
-
Create a new ZipWith specialized for 12 inputs.
- apply(Function13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, O>) - Method in interface akka.stream.scaladsl.ZipWithApply
-
Create a new ZipWith specialized for 13 inputs.
- apply(Function14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, O>) - Method in interface akka.stream.scaladsl.ZipWithApply
-
Create a new ZipWith specialized for 14 inputs.
- apply(Function15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O>) - Method in interface akka.stream.scaladsl.ZipWithApply
-
Create a new ZipWith specialized for 15 inputs.
- apply(Function16<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, O>) - Method in interface akka.stream.scaladsl.ZipWithApply
-
Create a new ZipWith specialized for 16 inputs.
- apply(Function17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, O>) - Method in interface akka.stream.scaladsl.ZipWithApply
-
Create a new ZipWith specialized for 17 inputs.
- apply(Function18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, O>) - Method in interface akka.stream.scaladsl.ZipWithApply
-
Create a new ZipWith specialized 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>) - Method in interface akka.stream.scaladsl.ZipWithApply
-
Create a new ZipWith specialized for 19 inputs.
- 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 akka.stream.scaladsl.ZipWithApply
-
Create a new ZipWith specialized for 20 inputs.
- apply(Function1<Seq<A>, O>, int) - Method in class akka.stream.scaladsl.ZipWithN$
-
Create a new ZipWithN.
- apply(Function1<Seq<A>, O>, int) - Static method in class akka.stream.scaladsl.ZipWithN
-
Create a new ZipWithN.
- apply(StreamSubscriptionTimeoutTerminationMode, FiniteDuration) - Method in class akka.stream.StreamSubscriptionTimeoutSettings$
-
Create settings from individual values (Scala).
- apply(Config) - Method in class akka.stream.StreamSubscriptionTimeoutSettings$
-
Create settings from a Config subsection (Scala).
- apply(StreamSubscriptionTimeoutTerminationMode, FiniteDuration) - Static method in class akka.stream.StreamSubscriptionTimeoutSettings
-
Create settings from individual values (Scala).
- apply(Config) - Static method in class akka.stream.StreamSubscriptionTimeoutSettings
-
Create settings from a Config subsection (Scala).
- apply(GraphStageWithMaterializedValue<SinkShape<T>, M>, TestProbe) - Method in class akka.stream.testkit.TestSinkStage$
-
Creates a sink out of the
stageUnderTest that will inform the
probe
of graph stage events and callbacks by sending it the various messages found under
GraphStageMessages.
- apply(GraphStageWithMaterializedValue<SinkShape<T>, M>, TestProbe) - Static method in class akka.stream.testkit.TestSinkStage
-
Creates a sink out of the
stageUnderTest that will inform the
probe
of graph stage events and callbacks by sending it the various messages found under
GraphStageMessages.
- apply(GraphStageWithMaterializedValue<SourceShape<T>, M>, TestProbe) - Method in class akka.stream.testkit.TestSourceStage$
-
Creates a source out of the
stageUnderTest that will inform the
probe
of graph stage events and callbacks by sending it the various messages found under
GraphStageMessages.
- apply(GraphStageWithMaterializedValue<SourceShape<T>, M>, TestProbe) - Static method in class akka.stream.testkit.TestSourceStage
-
Creates a source out of the
stageUnderTest that will inform the
probe
of graph stage events and callbacks by sending it the various messages found under
GraphStageMessages.
- apply(Outlet<O>, Seq<Inlet<I>>) - Method in class akka.stream.UniformFanInShape$
-
- apply(Outlet<O>, Seq<Inlet<I>>) - Static method in class akka.stream.UniformFanInShape
-
- apply(Inlet<I>, Seq<Outlet<O>>) - Method in class akka.stream.UniformFanOutShape$
-
- apply(Inlet<I>, Seq<Outlet<O>>) - Static method in class akka.stream.UniformFanOutShape
-
- apply(A) - Method in class akka.testkit.CachingPartialFunction
-
- apply(Logging.LogEvent) - Static method in class akka.testkit.CustomEventFilter
-
- apply(ClassTag<T>) - Method in class akka.testkit.DeadLettersFilter$
-
- apply(ClassTag<T>) - Static method in class akka.testkit.DeadLettersFilter
-
- apply(Logging.LogEvent) - Static method in class akka.testkit.DebugFilter
-
- apply(Logging.LogEvent) - Static method in class akka.testkit.ErrorFilter
-
- apply(String, String, String, String, int, ClassTag<A>) - Method in class akka.testkit.EventFilter$
-
Create a filter for Error events.
- apply(Logging.LogEvent) - Method in class akka.testkit.EventFilter
-
- apply(Logging.LogEvent) - Static method in class akka.testkit.InfoFilter
-
- apply(ActorRefFactory) - Method in class akka.testkit.TestActor.Spawn
-
- apply(Function0<T>, ClassTag<T>, ActorSystem) - Method in class akka.testkit.TestActorRef$
-
- apply(Function0<T>, String, ClassTag<T>, ActorSystem) - Method in class akka.testkit.TestActorRef$
-
- apply(Props, ActorSystem) - Method in class akka.testkit.TestActorRef$
-
- apply(Props, String, ActorSystem) - Method in class akka.testkit.TestActorRef$
-
- apply(Props, ActorRef, ActorSystem) - Method in class akka.testkit.TestActorRef$
-
- apply(Props, ActorRef, String, ActorSystem) - Method in class akka.testkit.TestActorRef$
-
- apply(ClassTag<T>, ActorSystem) - Method in class akka.testkit.TestActorRef$
-
- apply(String, ClassTag<T>, ActorSystem) - Method in class akka.testkit.TestActorRef$
-
- apply(ActorRef, ClassTag<T>, ActorSystem) - Method in class akka.testkit.TestActorRef$
-
- apply(ActorRef, String, ClassTag<T>, ActorSystem) - Method in class akka.testkit.TestActorRef$
-
- apply(Function0<T>, ClassTag<T>, ActorSystem) - Static method in class akka.testkit.TestActorRef
-
- apply(Function0<T>, String, ClassTag<T>, ActorSystem) - Static method in class akka.testkit.TestActorRef
-
- apply(Props, ActorSystem) - Static method in class akka.testkit.TestActorRef
-
- apply(Props, String, ActorSystem) - Static method in class akka.testkit.TestActorRef
-
- apply(Props, ActorRef, ActorSystem) - Static method in class akka.testkit.TestActorRef
-
- apply(Props, ActorRef, String, ActorSystem) - Static method in class akka.testkit.TestActorRef
-
- apply(ClassTag<T>, ActorSystem) - Static method in class akka.testkit.TestActorRef
-
- apply(String, ClassTag<T>, ActorSystem) - Static method in class akka.testkit.TestActorRef
-
- apply(ActorRef, ClassTag<T>, ActorSystem) - Static method in class akka.testkit.TestActorRef
-
- apply(ActorRef, String, ClassTag<T>, ActorSystem) - Static method in class akka.testkit.TestActorRef
-
- apply(int) - Method in class akka.testkit.TestBarrier$
-
- apply(int) - Static method in class akka.testkit.TestBarrier
-
- apply(EventFilter, Seq<EventFilter>) - Method in class akka.testkit.TestEvent.Mute$
-
- apply(EventFilter, Seq<EventFilter>) - Method in class akka.testkit.TestEvent.UnMute$
-
- apply(Function0<T>, ClassTag<T>, Predef.$less$colon$less<T, FSM<S, D>>, ActorSystem) - Method in class akka.testkit.TestFSMRef$
-
- apply(Function0<T>, String, ClassTag<T>, Predef.$less$colon$less<T, FSM<S, D>>, ActorSystem) - Method in class akka.testkit.TestFSMRef$
-
- apply(Function0<T>, ActorRef, String, ClassTag<T>, Predef.$less$colon$less<T, FSM<S, D>>, ActorSystem) - Method in class akka.testkit.TestFSMRef$
-
- apply(Function0<T>, ActorRef, ClassTag<T>, Predef.$less$colon$less<T, FSM<S, D>>, ActorSystem) - Method in class akka.testkit.TestFSMRef$
-
- apply(Function0<T>, ClassTag<T>, Predef.$less$colon$less<T, FSM<S, D>>, ActorSystem) - Static method in class akka.testkit.TestFSMRef
-
- apply(Function0<T>, String, ClassTag<T>, Predef.$less$colon$less<T, FSM<S, D>>, ActorSystem) - Static method in class akka.testkit.TestFSMRef
-
- apply(Function0<T>, ActorRef, String, ClassTag<T>, Predef.$less$colon$less<T, FSM<S, D>>, ActorSystem) - Static method in class akka.testkit.TestFSMRef
-
- apply(Function0<T>, ActorRef, ClassTag<T>, Predef.$less$colon$less<T, FSM<S, D>>, ActorSystem) - Static method in class akka.testkit.TestFSMRef
-
- apply(ActorSystem) - Static method in class akka.testkit.TestKitExtension
-
- apply(int, ActorSystem) - Method in class akka.testkit.TestLatch$
-
- apply(int, ActorSystem) - Static method in class akka.testkit.TestLatch
-
- apply(ActorSystem) - Method in class akka.testkit.TestProbe$
-
- apply(String, ActorSystem) - Method in class akka.testkit.TestProbe$
-
- apply(ActorSystem) - Static method in class akka.testkit.TestProbe
-
- apply(String, ActorSystem) - Static method in class akka.testkit.TestProbe
-
- apply(Logging.LogEvent) - Static method in class akka.testkit.WarningFilter
-
- apply(Future<ActorRef<T>>, int) - Method in class akka.typed.ActorRef$
-
Create an ActorRef from a Future, buffering up to the given number of
messages in while the Future is not fulfilled.
- apply(Function2<T, FunctionRef<T>, BoxedUnit>, Function1<FunctionRef<T>, BoxedUnit>) - Method in class akka.typed.ActorRef$
-
Create an ActorRef by providing a function that is invoked for sending
messages and a termination callback.
- apply(Future<ActorRef<T>>, int) - Static method in class akka.typed.ActorRef
-
Create an ActorRef from a Future, buffering up to the given number of
messages in while the Future is not fulfilled.
- apply(Function2<T, FunctionRef<T>, BoxedUnit>, Function1<FunctionRef<T>, BoxedUnit>) - Static method in class akka.typed.ActorRef
-
Create an ActorRef by providing a function that is invoked for sending
messages and a termination callback.
- apply(String, Behavior<T>, DeploymentConfig, Option<Config>, Option<ClassLoader>, Option<ExecutionContext>) - Method in class akka.typed.ActorSystem$
-
Create an ActorSystem implementation that is optimized for running
Akka Typed
Behavior hierarchies—this system cannot run untyped
Actor instances.
- apply(ActorRef) - Method in class akka.typed.adapter.ActorRefAdapter$
-
- apply(ActorRef) - Static method in class akka.typed.adapter.ActorRefAdapter
-
- apply(ActorSystem) - Method in class akka.typed.adapter.ActorSystemAdapter$
-
- apply(ActorSystem) - Static method in class akka.typed.adapter.ActorSystemAdapter
-
- apply(Behavior<?>, DeploymentConfig) - Method in class akka.typed.adapter.PropsAdapter$
-
- apply(Props) - Method in class akka.typed.adapter.PropsAdapter$
-
- apply(Behavior<?>, DeploymentConfig) - Static method in class akka.typed.adapter.PropsAdapter
-
- apply(Props) - Static method in class akka.typed.adapter.PropsAdapter
-
- apply() - Method in class akka.typed.DispatcherDefault$
-
Retrieve an instance for this configuration node with empty next reference.
- apply() - Static method in class akka.typed.DispatcherDefault
-
Retrieve an instance for this configuration node with empty next reference.
- apply(String) - Method in class akka.typed.Inbox$
-
- apply(String) - Static method in class akka.typed.Inbox
-
- apply(boolean, ClassTag<Thr>) - Method in class akka.typed.patterns.Restarter$
-
- apply(boolean, ClassTag<Thr>) - Static method in class akka.typed.patterns.Restarter
-
- Apply(ClassTag<Thr>, boolean) - Constructor for class akka.typed.patterns.Restarter.Apply
-
- apply(Class<?>) - Method in class akka.util.BoxedType$
-
- apply(Class<?>) - Static method in class akka.util.BoxedType
-
- apply(byte[]) - Method in class akka.util.ByteIterator.ByteArrayIterator$
-
- apply(byte[], int, int) - Method in class akka.util.ByteIterator.ByteArrayIterator$
-
- apply(LinearSeq<ByteIterator.ByteArrayIterator>) - Method in class akka.util.ByteIterator.MultiByteArrayIterator$
-
- apply(byte[]) - Method in class akka.util.ByteString$
-
Creates a new ByteString by copying a byte array.
- apply(Seq<Object>) - Method in class akka.util.ByteString$
-
Creates a new ByteString by copying bytes.
- apply(Seq<T>, Integral<T>) - Method in class akka.util.ByteString$
-
Creates a new ByteString by converting from integral numbers to bytes.
- apply(ByteBuffer) - Method in class akka.util.ByteString$
-
Creates a new ByteString by copying bytes from a ByteBuffer.
- apply(String) - Method in class akka.util.ByteString$
-
Creates a new ByteString by encoding a String as UTF-8.
- apply(String, String) - Method in class akka.util.ByteString$
-
Creates a new ByteString by encoding a String with a charset.
- apply(int) - Method in class akka.util.ByteString
-
- apply(byte[]) - Method in class akka.util.ByteString.ByteString1$
-
- apply(byte[], int, int) - Method in class akka.util.ByteString.ByteString1$
-
- apply(int) - Method in class akka.util.ByteString.ByteString1
-
- apply(byte[]) - Method in class akka.util.ByteString.ByteString1C$
-
- apply(int) - Method in class akka.util.ByteString.ByteString1C
-
- apply(Vector<ByteString.ByteString1>) - Method in class akka.util.ByteString.ByteStrings$
-
- apply(Vector<ByteString.ByteString1>, int) - Method in class akka.util.ByteString.ByteStrings$
-
- apply(ByteString.ByteString1, ByteString.ByteString1) - Method in class akka.util.ByteString.ByteStrings$
-
- apply(ByteString.ByteString1, ByteString.ByteStrings) - Method in class akka.util.ByteString.ByteStrings$
-
- apply(ByteString.ByteStrings, ByteString.ByteString1) - Method in class akka.util.ByteString.ByteStrings$
-
- apply(ByteString.ByteStrings, ByteString.ByteStrings) - Method in class akka.util.ByteString.ByteStrings$
-
- apply(int) - Method in class akka.util.ByteString.ByteStrings
-
- apply(byte) - Method in class akka.util.ByteString.Companion$
-
- apply(int) - Method in class akka.util.Collections.EmptyImmutableSeq$
-
- apply(From) - Method in class akka.util.Collections.PartialImmutableValuesIterable
-
- apply(byte[]) - Method in class akka.util.CompactByteString$
-
Creates a new CompactByteString by copying a byte array.
- apply(Seq<Object>) - Method in class akka.util.CompactByteString$
-
Creates a new CompactByteString by copying bytes.
- apply(Seq<T>, Integral<T>) - Method in class akka.util.CompactByteString$
-
Creates a new CompactByteString by converting from integral numbers to bytes.
- apply(ByteBuffer) - Method in class akka.util.CompactByteString$
-
Creates a new CompactByteString by copying bytes from a ByteBuffer.
- apply(String) - Method in class akka.util.CompactByteString$
-
Creates a new CompactByteString by encoding a String as UTF-8.
- apply(String, String) - Method in class akka.util.CompactByteString$
-
Creates a new CompactByteString by encoding a String with a charset.
- apply(byte[]) - Static method in class akka.util.CompactByteString
-
Creates a new CompactByteString by copying a byte array.
- apply(Seq<Object>) - Static method in class akka.util.CompactByteString
-
Creates a new CompactByteString by copying bytes.
- apply(Seq<T>, Integral<T>) - Static method in class akka.util.CompactByteString
-
Creates a new CompactByteString by converting from integral numbers to bytes.
- apply(ByteBuffer) - Static method in class akka.util.CompactByteString
-
Creates a new CompactByteString by copying bytes from a ByteBuffer.
- apply(String) - Static method in class akka.util.CompactByteString
-
Creates a new CompactByteString by encoding a String as UTF-8.
- apply(String, String) - Static method in class akka.util.CompactByteString
-
Creates a new CompactByteString by encoding a String with a charset.
- apply(Object) - Method in class akka.util.LineNumbers$
-
Scala API: Obtain line number information for the class defining the given object.
- apply(Object) - Static method in class akka.util.LineNumbers
-
Scala API: Obtain line number information for the class defining the given object.
- apply(A) - Method in class akka.util.OptionVal$
-
- apply(A) - Static method in class akka.util.OptionVal
-
- apply(A) - Method in class akka.util.OptionVal.Some$
-
- apply(int, ExecutionContext) - Method in class akka.util.SerializedSuspendableExecutionContext$
-
- apply(int, ExecutionContext) - Static method in class akka.util.SerializedSuspendableExecutionContext
-
- apply(long, TimeUnit) - Method in class akka.util.Timeout$
-
Construct a Timeout from the given time unit and factor.
- apply(long, TimeUnit) - Static method in class akka.util.Timeout
-
Construct a Timeout from the given time unit and factor.
- apply() - Method in class akka.util.WildcardTree$
-
- apply() - Static method in class akka.util.WildcardTree
-
- apply(ActorSystem) - Method in class com.typesafe.sslconfig.akka.AkkaSSLConfig$
-
- apply(ActorSystem) - Static method in class com.typesafe.sslconfig.akka.AkkaSSLConfig
-
- apply(Class<?>) - Method in class com.typesafe.sslconfig.akka.util.AkkaLoggerFactory
-
- apply(String) - Method in class com.typesafe.sslconfig.akka.util.AkkaLoggerFactory
-
- apply$mcDD$sp(double) - Static method in class akka.event.LoggingReceive
-
- apply$mcDD$sp(double) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcDD$sp(double) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcDD$sp(double) - Static method in class akka.util.ByteString
-
- apply$mcDD$sp(double) - Static method in class akka.util.CompactByteString
-
- apply$mcDF$sp(float) - Static method in class akka.event.LoggingReceive
-
- apply$mcDF$sp(float) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcDF$sp(float) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcDF$sp(float) - Static method in class akka.util.ByteString
-
- apply$mcDF$sp(float) - Static method in class akka.util.CompactByteString
-
- apply$mcDI$sp(int) - Static method in class akka.event.LoggingReceive
-
- apply$mcDI$sp(int) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcDI$sp(int) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcDI$sp(int) - Static method in class akka.util.ByteString
-
- apply$mcDI$sp(int) - Static method in class akka.util.CompactByteString
-
- apply$mcDJ$sp(long) - Static method in class akka.event.LoggingReceive
-
- apply$mcDJ$sp(long) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcDJ$sp(long) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcDJ$sp(long) - Static method in class akka.util.ByteString
-
- apply$mcDJ$sp(long) - Static method in class akka.util.CompactByteString
-
- apply$mcFD$sp(double) - Static method in class akka.event.LoggingReceive
-
- apply$mcFD$sp(double) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcFD$sp(double) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcFD$sp(double) - Static method in class akka.util.ByteString
-
- apply$mcFD$sp(double) - Static method in class akka.util.CompactByteString
-
- apply$mcFF$sp(float) - Static method in class akka.event.LoggingReceive
-
- apply$mcFF$sp(float) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcFF$sp(float) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcFF$sp(float) - Static method in class akka.util.ByteString
-
- apply$mcFF$sp(float) - Static method in class akka.util.CompactByteString
-
- apply$mcFI$sp(int) - Static method in class akka.event.LoggingReceive
-
- apply$mcFI$sp(int) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcFI$sp(int) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcFI$sp(int) - Static method in class akka.util.ByteString
-
- apply$mcFI$sp(int) - Static method in class akka.util.CompactByteString
-
- apply$mcFJ$sp(long) - Static method in class akka.event.LoggingReceive
-
- apply$mcFJ$sp(long) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcFJ$sp(long) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcFJ$sp(long) - Static method in class akka.util.ByteString
-
- apply$mcFJ$sp(long) - Static method in class akka.util.CompactByteString
-
- apply$mcID$sp(double) - Static method in class akka.event.LoggingReceive
-
- apply$mcID$sp(double) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcID$sp(double) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcID$sp(double) - Static method in class akka.util.ByteString
-
- apply$mcID$sp(double) - Static method in class akka.util.CompactByteString
-
- apply$mcIF$sp(float) - Static method in class akka.event.LoggingReceive
-
- apply$mcIF$sp(float) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcIF$sp(float) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcIF$sp(float) - Static method in class akka.util.ByteString
-
- apply$mcIF$sp(float) - Static method in class akka.util.CompactByteString
-
- apply$mcII$sp(int) - Static method in class akka.event.LoggingReceive
-
- apply$mcII$sp(int) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcII$sp(int) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcII$sp(int) - Static method in class akka.util.ByteString
-
- apply$mcII$sp(int) - Static method in class akka.util.CompactByteString
-
- apply$mcIJ$sp(long) - Static method in class akka.event.LoggingReceive
-
- apply$mcIJ$sp(long) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcIJ$sp(long) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcIJ$sp(long) - Static method in class akka.util.ByteString
-
- apply$mcIJ$sp(long) - Static method in class akka.util.CompactByteString
-
- apply$mcJD$sp(double) - Static method in class akka.event.LoggingReceive
-
- apply$mcJD$sp(double) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcJD$sp(double) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcJD$sp(double) - Static method in class akka.util.ByteString
-
- apply$mcJD$sp(double) - Static method in class akka.util.CompactByteString
-
- apply$mcJF$sp(float) - Static method in class akka.event.LoggingReceive
-
- apply$mcJF$sp(float) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcJF$sp(float) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcJF$sp(float) - Static method in class akka.util.ByteString
-
- apply$mcJF$sp(float) - Static method in class akka.util.CompactByteString
-
- apply$mcJI$sp(int) - Static method in class akka.event.LoggingReceive
-
- apply$mcJI$sp(int) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcJI$sp(int) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcJI$sp(int) - Static method in class akka.util.ByteString
-
- apply$mcJI$sp(int) - Static method in class akka.util.CompactByteString
-
- apply$mcJJ$sp(long) - Static method in class akka.event.LoggingReceive
-
- apply$mcJJ$sp(long) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcJJ$sp(long) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcJJ$sp(long) - Static method in class akka.util.ByteString
-
- apply$mcJJ$sp(long) - Static method in class akka.util.CompactByteString
-
- apply$mcVD$sp(double) - Static method in class akka.event.LoggingReceive
-
- apply$mcVD$sp(double) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcVD$sp(double) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcVD$sp(double) - Static method in class akka.util.ByteString
-
- apply$mcVD$sp(double) - Static method in class akka.util.CompactByteString
-
- apply$mcVF$sp(float) - Static method in class akka.event.LoggingReceive
-
- apply$mcVF$sp(float) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcVF$sp(float) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcVF$sp(float) - Static method in class akka.util.ByteString
-
- apply$mcVF$sp(float) - Static method in class akka.util.CompactByteString
-
- apply$mcVI$sp(int) - Static method in class akka.event.LoggingReceive
-
- apply$mcVI$sp(int) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcVI$sp(int) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcVI$sp(int) - Static method in class akka.util.ByteString
-
- apply$mcVI$sp(int) - Static method in class akka.util.CompactByteString
-
- apply$mcVJ$sp(long) - Static method in class akka.event.LoggingReceive
-
- apply$mcVJ$sp(long) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcVJ$sp(long) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcVJ$sp(long) - Static method in class akka.util.ByteString
-
- apply$mcVJ$sp(long) - Static method in class akka.util.CompactByteString
-
- apply$mcZD$sp(double) - Static method in class akka.event.LoggingReceive
-
- apply$mcZD$sp(double) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcZD$sp(double) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcZD$sp(double) - Static method in class akka.util.ByteString
-
- apply$mcZD$sp(double) - Static method in class akka.util.CompactByteString
-
- apply$mcZF$sp(float) - Static method in class akka.event.LoggingReceive
-
- apply$mcZF$sp(float) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcZF$sp(float) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcZF$sp(float) - Static method in class akka.util.ByteString
-
- apply$mcZF$sp(float) - Static method in class akka.util.CompactByteString
-
- apply$mcZI$sp(int) - Static method in class akka.event.LoggingReceive
-
- apply$mcZI$sp(int) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcZI$sp(int) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcZI$sp(int) - Static method in class akka.util.ByteString
-
- apply$mcZI$sp(int) - Static method in class akka.util.CompactByteString
-
- apply$mcZJ$sp(long) - Static method in class akka.event.LoggingReceive
-
- apply$mcZJ$sp(long) - Static method in class akka.japi.JavaPartialFunction
-
- apply$mcZJ$sp(long) - Static method in class akka.japi.pf.CaseStatement
-
- apply$mcZJ$sp(long) - Static method in class akka.util.ByteString
-
- apply$mcZJ$sp(long) - Static method in class akka.util.CompactByteString
-
- applyEvent(E, D) - Method in interface akka.persistence.fsm.PersistentFSM
-
Override this handler to define the action on Domain Event
- applying(Object...) - Method in class akka.persistence.fsm.PersistentFSM.State
-
Specify domain events to be applied when transitioning to the new state.
- applying(Seq<E>) - Method in class akka.persistence.fsm.PersistentFSM.State
-
Specify domain events to be applied when transitioning to the new state.
- applyOrElse(A1, Function1<A1, B1>) - Static method in class akka.event.LoggingReceive
-
- applyOrElse(A1, Function1<A1, B1>) - Method in class akka.japi.JavaPartialFunction
-
- applyOrElse(A1, Function1<A1, B1>) - Static method in class akka.japi.pf.CaseStatement
-
- applyOrElse(A1, Function1<A1, B1>) - Static method in class akka.util.ByteString
-
- applyOrElse(A1, Function1<A1, B1>) - Static method in class akka.util.CompactByteString
-
- applySessionParameters(SSLEngine, TLSProtocol.NegotiateNewSession) - Method in class akka.stream.impl.io.TlsUtils$
-
- applySessionParameters(SSLEngine, TLSProtocol.NegotiateNewSession) - Static method in class akka.stream.impl.io.TlsUtils
-
- applyState(FSM.State<S, D>) - Static method in class akka.actor.AbstractFSM
-
- applyState(FSM.State<S, D>) - Method in interface akka.actor.FSM
-
- applyState(FSM.State<S, D>) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- applyState(FSM.State<S, D>) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- applyState(FSM.State<S, D>) - Static method in class akka.contrib.pattern.ReliableProxy
-
- applyState(FSM.State<S, D>) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- applyState(PersistentFSM.State<S, D, E>) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- applyState(PersistentFSM.State<S, D, E>) - Method in interface akka.persistence.fsm.PersistentFSM
-
Persist FSM State and FSM State Data
- applyState(PersistentFSM.State<S, D, E>) - Method in interface akka.persistence.fsm.PersistentFSMBase
-
- applyState(FSM.State<S, D>) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- applyState(FSM.State<S, D>) - Static method in class akka.remote.testconductor.ClientFSM
-
- applyState(FSM.State<S, D>) - Static method in class akka.remote.testconductor.ServerFSM
-
- applyState(FSM.State<S, D>) - Static method in class akka.remote.transport.ProtocolStateActor
-
- applyState(FSM.State<S, D>) - Static method in class akka.remote.transport.ThrottledAssociation
-
- applyUserRouteCustomization(RouteDefinition) - Method in class akka.camel.internal.ConsumerActorRouteBuilder
-
- args() - Method in class akka.actor.Props
-
- args() - Static method in class akka.remote.artery.FlightRecorderDump
-
- ARGS_FIELD_NUMBER - Static variable in class akka.remote.WireFormats.PropsData
-
- ArgsReflectConstructor - Class in akka.actor
-
INTERNAL API
- ArgsReflectConstructor(Class<? extends Actor>, Seq<Object>) - Constructor for class akka.actor.ArgsReflectConstructor
-
- aroundPostRestart(Throwable) - Static method in class akka.actor.AbstractActor
-
- aroundPostRestart(Throwable) - Static method in class akka.actor.AbstractFSM
-
- aroundPostRestart(Throwable) - Method in interface akka.actor.Actor
-
Can be overridden to intercept calls to postRestart.
- aroundPostRestart(Throwable) - Static method in class akka.camel.internal.CamelSupervisor
-
- aroundPostRestart(Throwable) - Static method in class akka.cluster.AutoDown
-
- aroundPostRestart(Throwable) - Static method in class akka.cluster.client.ClusterClient
-
- aroundPostRestart(Throwable) - Static method in class akka.cluster.client.ClusterReceptionist
-
- aroundPostRestart(Throwable) - Static method in class akka.cluster.ClusterHeartbeatSender
-
- aroundPostRestart(Throwable) - Static method in class akka.cluster.ClusterRemoteWatcher
-
- aroundPostRestart(Throwable) - Static method in class akka.cluster.ddata.LmdbDurableStore
-
- aroundPostRestart(Throwable) - Static method in class akka.cluster.ddata.ReadAggregator
-
- aroundPostRestart(Throwable) - Static method in class akka.cluster.ddata.ReadWriteAggregator
-
- aroundPostRestart(Throwable) - Static method in class akka.cluster.ddata.Replicator
-
- aroundPostRestart(Throwable) - Static method in class akka.cluster.ddata.WriteAggregator
-
- aroundPostRestart(Throwable) - Static method in class akka.cluster.pubsub.DistributedPubSubMediator
-
- aroundPostRestart(Throwable) - Static method in class akka.cluster.sharding.ClusterShardingGuardian
-
- aroundPostRestart(Throwable) - Static method in class akka.cluster.sharding.RemoveInternalClusterShardingData
-
- aroundPostRestart(Throwable) - Static method in class akka.cluster.sharding.Shard
-
- aroundPostRestart(Throwable) - Static method in class akka.cluster.sharding.ShardCoordinator
-
- aroundPostRestart(Throwable) - Static method in class akka.cluster.sharding.ShardRegion
-
- aroundPostRestart(Throwable) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- aroundPostRestart(Throwable) - Static method in class akka.cluster.singleton.ClusterSingletonProxy
-
- aroundPostRestart(Throwable) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- aroundPostRestart(Throwable) - Static method in class akka.contrib.pattern.ReliableProxy
-
- aroundPostRestart(Throwable) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- aroundPostRestart(Throwable) - Static method in class akka.event.ActorClassificationUnsubscriber
-
- aroundPostRestart(Throwable) - Static method in class akka.event.EventStreamUnsubscriber
-
- aroundPostRestart(Throwable) - Static method in class akka.io.SelectionHandler
-
- aroundPostRestart(Throwable) - Static method in class akka.io.SimpleDnsManager
-
- aroundPostRestart(Throwable) - Static method in class akka.io.TcpConnection
-
- aroundPostRestart(Throwable) - Static method in class akka.io.TcpListener
-
- aroundPostRestart(Throwable) - Static method in class akka.io.TcpOutgoingConnection
-
- aroundPostRestart(Throwable) - Static method in class akka.pattern.BackoffSupervisor
-
- aroundPostRestart(Throwable) - Method in interface akka.persistence.Eventsourced
-
INTERNAL API.
- aroundPostRestart(Throwable) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- aroundPostRestart(Throwable) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- aroundPostRestart(Throwable) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- aroundPostRestart(Throwable) - Static method in class akka.persistence.journal.PersistencePluginProxy
-
- aroundPostRestart(Throwable) - Static method in class akka.persistence.journal.ReplayFilter
-
- aroundPostRestart(Throwable) - Static method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- aroundPostRestart(Throwable) - Static method in class akka.persistence.RecoveryPermitter
-
- aroundPostRestart(Throwable) - Static method in class akka.remote.artery.FlushOnShutdown
-
- aroundPostRestart(Throwable) - Static method in class akka.remote.EndpointManager
-
- aroundPostRestart(Throwable) - Static method in class akka.remote.EndpointReader
-
- aroundPostRestart(Throwable) - Static method in class akka.remote.EndpointWriter
-
- aroundPostRestart(Throwable) - Static method in class akka.remote.ReliableDeliverySupervisor
-
- aroundPostRestart(Throwable) - Static method in class akka.remote.RemoteDeploymentWatcher
-
- aroundPostRestart(Throwable) - Static method in class akka.remote.RemoteWatcher
-
- aroundPostRestart(Throwable) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- aroundPostRestart(Throwable) - Static method in class akka.remote.testconductor.ClientFSM
-
- aroundPostRestart(Throwable) - Static method in class akka.remote.testconductor.Controller
-
- aroundPostRestart(Throwable) - Static method in class akka.remote.testconductor.ServerFSM
-
- aroundPostRestart(Throwable) - Static method in class akka.remote.transport.ProtocolStateActor
-
- aroundPostRestart(Throwable) - Static method in class akka.remote.transport.ThrottledAssociation
-
- aroundPostRestart(Throwable) - Static method in class akka.remote.transport.ThrottlerManager
-
- aroundPostRestart(Throwable) - Static method in class akka.routing.ResizablePoolActor
-
- aroundPostRestart(Throwable) - Static method in class akka.stream.actor.AbstractActorPublisher
-
- aroundPostRestart(Throwable) - Static method in class akka.stream.actor.AbstractActorSubscriber
-
- aroundPostRestart(Throwable) - Method in interface akka.stream.actor.ActorPublisher
-
INTERNAL API
- aroundPostRestart(Throwable) - Method in interface akka.stream.actor.ActorSubscriber
-
INTERNAL API
- aroundPostRestart(Throwable) - Static method in class akka.stream.actor.UntypedActorPublisher
-
- aroundPostRestart(Throwable) - Static method in class akka.stream.actor.UntypedActorSubscriber
-
- aroundPostRestart(Throwable) - Static method in class akka.stream.impl.ActorRefSinkActor
-
- aroundPostRestart(Throwable) - Static method in class akka.stream.impl.ActorRefSourceActor
-
- aroundPostRestart(Throwable) - Static method in class akka.stream.impl.FanIn
-
- aroundPostRestart(Throwable) - Static method in class akka.stream.impl.FanOut
-
- aroundPostRestart(Throwable) - Static method in class akka.stream.impl.FanoutProcessorImpl
-
- aroundPostRestart(Throwable) - Static method in class akka.stream.impl.fusing.ActorGraphInterpreter
-
- aroundPostRestart(Throwable) - Static method in class akka.stream.impl.io.FilePublisher
-
- aroundPostRestart(Throwable) - Static method in class akka.stream.impl.io.FileSubscriber
-
- aroundPostRestart(Throwable) - Static method in class akka.stream.impl.io.InputStreamPublisher
-
- aroundPostRestart(Throwable) - Static method in class akka.stream.impl.io.OutputStreamSubscriber
-
- aroundPostRestart(Throwable) - Static method in class akka.stream.impl.io.TLSActor
-
- aroundPostRestart(Throwable) - Static method in class akka.stream.impl.StreamSupervisor
-
- aroundPostRestart(Throwable) - Static method in class akka.stream.impl.Unzip
-
- aroundPostRestart(Throwable) - Static method in class akka.testkit.TestActor
-
- aroundPostStop() - Static method in class akka.actor.AbstractActor
-
- aroundPostStop() - Static method in class akka.actor.AbstractFSM
-
- aroundPostStop() - Method in interface akka.actor.Actor
-
Can be overridden to intercept calls to postStop.
- aroundPostStop() - Static method in class akka.camel.internal.CamelSupervisor
-
- aroundPostStop() - Static method in class akka.cluster.AutoDown
-
- aroundPostStop() - Static method in class akka.cluster.client.ClusterClient
-
- aroundPostStop() - Static method in class akka.cluster.client.ClusterReceptionist
-
- aroundPostStop() - Static method in class akka.cluster.ClusterHeartbeatSender
-
- aroundPostStop() - Static method in class akka.cluster.ClusterRemoteWatcher
-
- aroundPostStop() - Static method in class akka.cluster.ddata.LmdbDurableStore
-
- aroundPostStop() - Static method in class akka.cluster.ddata.ReadAggregator
-
- aroundPostStop() - Static method in class akka.cluster.ddata.ReadWriteAggregator
-
- aroundPostStop() - Static method in class akka.cluster.ddata.Replicator
-
- aroundPostStop() - Static method in class akka.cluster.ddata.WriteAggregator
-
- aroundPostStop() - Static method in class akka.cluster.pubsub.DistributedPubSubMediator
-
- aroundPostStop() - Static method in class akka.cluster.sharding.ClusterShardingGuardian
-
- aroundPostStop() - Static method in class akka.cluster.sharding.RemoveInternalClusterShardingData
-
- aroundPostStop() - Static method in class akka.cluster.sharding.Shard
-
- aroundPostStop() - Static method in class akka.cluster.sharding.ShardCoordinator
-
- aroundPostStop() - Static method in class akka.cluster.sharding.ShardRegion
-
- aroundPostStop() - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- aroundPostStop() - Static method in class akka.cluster.singleton.ClusterSingletonProxy
-
- aroundPostStop() - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- aroundPostStop() - Static method in class akka.contrib.pattern.ReliableProxy
-
- aroundPostStop() - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- aroundPostStop() - Static method in class akka.event.ActorClassificationUnsubscriber
-
- aroundPostStop() - Static method in class akka.event.EventStreamUnsubscriber
-
- aroundPostStop() - Static method in class akka.io.SelectionHandler
-
- aroundPostStop() - Static method in class akka.io.SimpleDnsManager
-
- aroundPostStop() - Static method in class akka.io.TcpConnection
-
- aroundPostStop() - Static method in class akka.io.TcpListener
-
- aroundPostStop() - Static method in class akka.io.TcpOutgoingConnection
-
- aroundPostStop() - Static method in class akka.pattern.BackoffSupervisor
-
- aroundPostStop() - Method in interface akka.persistence.AtLeastOnceDeliveryLike
-
INTERNAL API
- aroundPostStop() - Method in interface akka.persistence.Eventsourced
-
INTERNAL API.
- aroundPostStop() - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- aroundPostStop() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- aroundPostStop() - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- aroundPostStop() - Static method in class akka.persistence.journal.PersistencePluginProxy
-
- aroundPostStop() - Static method in class akka.persistence.journal.ReplayFilter
-
- aroundPostStop() - Static method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- aroundPostStop() - Static method in class akka.persistence.RecoveryPermitter
-
- aroundPostStop() - Static method in class akka.remote.artery.FlushOnShutdown
-
- aroundPostStop() - Static method in class akka.remote.EndpointManager
-
- aroundPostStop() - Static method in class akka.remote.EndpointReader
-
- aroundPostStop() - Static method in class akka.remote.EndpointWriter
-
- aroundPostStop() - Static method in class akka.remote.ReliableDeliverySupervisor
-
- aroundPostStop() - Static method in class akka.remote.RemoteDeploymentWatcher
-
- aroundPostStop() - Static method in class akka.remote.RemoteWatcher
-
- aroundPostStop() - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- aroundPostStop() - Static method in class akka.remote.testconductor.ClientFSM
-
- aroundPostStop() - Static method in class akka.remote.testconductor.Controller
-
- aroundPostStop() - Static method in class akka.remote.testconductor.ServerFSM
-
- aroundPostStop() - Static method in class akka.remote.transport.ProtocolStateActor
-
- aroundPostStop() - Static method in class akka.remote.transport.ThrottledAssociation
-
- aroundPostStop() - Static method in class akka.remote.transport.ThrottlerManager
-
- aroundPostStop() - Static method in class akka.routing.ResizablePoolActor
-
- aroundPostStop() - Static method in class akka.stream.actor.AbstractActorPublisher
-
- aroundPostStop() - Static method in class akka.stream.actor.AbstractActorSubscriber
-
- aroundPostStop() - Method in interface akka.stream.actor.ActorPublisher
-
INTERNAL API
- aroundPostStop() - Method in interface akka.stream.actor.ActorSubscriber
-
INTERNAL API
- aroundPostStop() - Static method in class akka.stream.actor.UntypedActorPublisher
-
- aroundPostStop() - Static method in class akka.stream.actor.UntypedActorSubscriber
-
- aroundPostStop() - Static method in class akka.stream.impl.ActorRefSinkActor
-
- aroundPostStop() - Static method in class akka.stream.impl.ActorRefSourceActor
-
- aroundPostStop() - Static method in class akka.stream.impl.FanIn
-
- aroundPostStop() - Static method in class akka.stream.impl.FanOut
-
- aroundPostStop() - Static method in class akka.stream.impl.FanoutProcessorImpl
-
- aroundPostStop() - Static method in class akka.stream.impl.fusing.ActorGraphInterpreter
-
- aroundPostStop() - Static method in class akka.stream.impl.io.FilePublisher
-
- aroundPostStop() - Static method in class akka.stream.impl.io.FileSubscriber
-
- aroundPostStop() - Static method in class akka.stream.impl.io.InputStreamPublisher
-
- aroundPostStop() - Static method in class akka.stream.impl.io.OutputStreamSubscriber
-
- aroundPostStop() - Static method in class akka.stream.impl.io.TLSActor
-
- aroundPostStop() - Static method in class akka.stream.impl.StreamSupervisor
-
- aroundPostStop() - Static method in class akka.stream.impl.Unzip
-
- aroundPostStop() - Static method in class akka.testkit.TestActor
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.actor.AbstractActor
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.actor.AbstractFSM
-
- aroundPreRestart(Throwable, Option<Object>) - Method in interface akka.actor.Actor
-
Can be overridden to intercept calls to preRestart.
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.camel.internal.CamelSupervisor
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.cluster.AutoDown
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.cluster.client.ClusterClient
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.cluster.client.ClusterReceptionist
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.cluster.ClusterHeartbeatSender
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.cluster.ClusterRemoteWatcher
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.cluster.ddata.LmdbDurableStore
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.cluster.ddata.ReadAggregator
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.cluster.ddata.ReadWriteAggregator
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.cluster.ddata.Replicator
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.cluster.ddata.WriteAggregator
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.cluster.pubsub.DistributedPubSubMediator
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.cluster.sharding.ClusterShardingGuardian
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.cluster.sharding.RemoveInternalClusterShardingData
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.cluster.sharding.Shard
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.cluster.sharding.ShardCoordinator
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.cluster.sharding.ShardRegion
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.cluster.singleton.ClusterSingletonProxy
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.contrib.pattern.ReliableProxy
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.event.ActorClassificationUnsubscriber
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.event.EventStreamUnsubscriber
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.io.SelectionHandler
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.io.SimpleDnsManager
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.io.TcpConnection
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.io.TcpListener
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.io.TcpOutgoingConnection
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.pattern.BackoffSupervisor
-
- aroundPreRestart(Throwable, Option<Object>) - Method in interface akka.persistence.AtLeastOnceDeliveryLike
-
INTERNAL API
- aroundPreRestart(Throwable, Option<Object>) - Method in interface akka.persistence.Eventsourced
-
INTERNAL API.
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.persistence.journal.PersistencePluginProxy
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.persistence.journal.ReplayFilter
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.persistence.RecoveryPermitter
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.remote.artery.FlushOnShutdown
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.remote.EndpointManager
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.remote.EndpointReader
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.remote.EndpointWriter
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.remote.ReliableDeliverySupervisor
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.remote.RemoteDeploymentWatcher
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.remote.RemoteWatcher
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.remote.testconductor.ClientFSM
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.remote.testconductor.Controller
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.remote.testconductor.ServerFSM
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.remote.transport.ProtocolStateActor
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.remote.transport.ThrottledAssociation
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.remote.transport.ThrottlerManager
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.routing.ResizablePoolActor
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.stream.actor.AbstractActorPublisher
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.stream.actor.AbstractActorSubscriber
-
- aroundPreRestart(Throwable, Option<Object>) - Method in interface akka.stream.actor.ActorPublisher
-
INTERNAL API
- aroundPreRestart(Throwable, Option<Object>) - Method in interface akka.stream.actor.ActorSubscriber
-
INTERNAL API
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.stream.actor.UntypedActorPublisher
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.stream.actor.UntypedActorSubscriber
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.stream.impl.ActorRefSinkActor
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.stream.impl.ActorRefSourceActor
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.stream.impl.FanIn
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.stream.impl.FanOut
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.stream.impl.FanoutProcessorImpl
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.stream.impl.fusing.ActorGraphInterpreter
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.stream.impl.io.FilePublisher
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.stream.impl.io.FileSubscriber
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.stream.impl.io.InputStreamPublisher
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.stream.impl.io.OutputStreamSubscriber
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.stream.impl.io.TLSActor
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.stream.impl.StreamSupervisor
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.stream.impl.Unzip
-
- aroundPreRestart(Throwable, Option<Object>) - Static method in class akka.testkit.TestActor
-
- aroundPreStart() - Static method in class akka.actor.AbstractActor
-
- aroundPreStart() - Static method in class akka.actor.AbstractFSM
-
- aroundPreStart() - Method in interface akka.actor.Actor
-
Can be overridden to intercept calls to preStart.
- aroundPreStart() - Static method in class akka.camel.internal.CamelSupervisor
-
- aroundPreStart() - Static method in class akka.cluster.AutoDown
-
- aroundPreStart() - Static method in class akka.cluster.client.ClusterClient
-
- aroundPreStart() - Static method in class akka.cluster.client.ClusterReceptionist
-
- aroundPreStart() - Static method in class akka.cluster.ClusterHeartbeatSender
-
- aroundPreStart() - Static method in class akka.cluster.ClusterRemoteWatcher
-
- aroundPreStart() - Static method in class akka.cluster.ddata.LmdbDurableStore
-
- aroundPreStart() - Static method in class akka.cluster.ddata.ReadAggregator
-
- aroundPreStart() - Static method in class akka.cluster.ddata.ReadWriteAggregator
-
- aroundPreStart() - Static method in class akka.cluster.ddata.Replicator
-
- aroundPreStart() - Static method in class akka.cluster.ddata.WriteAggregator
-
- aroundPreStart() - Static method in class akka.cluster.pubsub.DistributedPubSubMediator
-
- aroundPreStart() - Static method in class akka.cluster.sharding.ClusterShardingGuardian
-
- aroundPreStart() - Static method in class akka.cluster.sharding.RemoveInternalClusterShardingData
-
- aroundPreStart() - Static method in class akka.cluster.sharding.Shard
-
- aroundPreStart() - Static method in class akka.cluster.sharding.ShardCoordinator
-
- aroundPreStart() - Static method in class akka.cluster.sharding.ShardRegion
-
- aroundPreStart() - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- aroundPreStart() - Static method in class akka.cluster.singleton.ClusterSingletonProxy
-
- aroundPreStart() - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- aroundPreStart() - Static method in class akka.contrib.pattern.ReliableProxy
-
- aroundPreStart() - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- aroundPreStart() - Static method in class akka.event.ActorClassificationUnsubscriber
-
- aroundPreStart() - Static method in class akka.event.EventStreamUnsubscriber
-
- aroundPreStart() - Static method in class akka.io.SelectionHandler
-
- aroundPreStart() - Static method in class akka.io.SimpleDnsManager
-
- aroundPreStart() - Static method in class akka.io.TcpConnection
-
- aroundPreStart() - Static method in class akka.io.TcpListener
-
- aroundPreStart() - Static method in class akka.io.TcpOutgoingConnection
-
- aroundPreStart() - Static method in class akka.pattern.BackoffSupervisor
-
- aroundPreStart() - Method in interface akka.persistence.Eventsourced
-
INTERNAL API.
- aroundPreStart() - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- aroundPreStart() - Method in interface akka.persistence.journal.AsyncWriteProxy
-
- aroundPreStart() - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- aroundPreStart() - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- aroundPreStart() - Static method in class akka.persistence.journal.PersistencePluginProxy
-
- aroundPreStart() - Static method in class akka.persistence.journal.ReplayFilter
-
- aroundPreStart() - Method in interface akka.persistence.PersistentView
-
Deprecated.
INTERNAL API.
- aroundPreStart() - Static method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- aroundPreStart() - Static method in class akka.persistence.RecoveryPermitter
-
- aroundPreStart() - Static method in class akka.remote.artery.FlushOnShutdown
-
- aroundPreStart() - Static method in class akka.remote.EndpointManager
-
- aroundPreStart() - Static method in class akka.remote.EndpointReader
-
- aroundPreStart() - Static method in class akka.remote.EndpointWriter
-
- aroundPreStart() - Static method in class akka.remote.ReliableDeliverySupervisor
-
- aroundPreStart() - Static method in class akka.remote.RemoteDeploymentWatcher
-
- aroundPreStart() - Static method in class akka.remote.RemoteWatcher
-
- aroundPreStart() - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- aroundPreStart() - Static method in class akka.remote.testconductor.ClientFSM
-
- aroundPreStart() - Static method in class akka.remote.testconductor.Controller
-
- aroundPreStart() - Static method in class akka.remote.testconductor.ServerFSM
-
- aroundPreStart() - Static method in class akka.remote.transport.ProtocolStateActor
-
- aroundPreStart() - Static method in class akka.remote.transport.ThrottledAssociation
-
- aroundPreStart() - Static method in class akka.remote.transport.ThrottlerManager
-
- aroundPreStart() - Static method in class akka.routing.ResizablePoolActor
-
- aroundPreStart() - Static method in class akka.stream.actor.AbstractActorPublisher
-
- aroundPreStart() - Static method in class akka.stream.actor.AbstractActorSubscriber
-
- aroundPreStart() - Method in interface akka.stream.actor.ActorPublisher
-
INTERNAL API
- aroundPreStart() - Method in interface akka.stream.actor.ActorSubscriber
-
INTERNAL API
- aroundPreStart() - Static method in class akka.stream.actor.UntypedActorPublisher
-
- aroundPreStart() - Static method in class akka.stream.actor.UntypedActorSubscriber
-
- aroundPreStart() - Static method in class akka.stream.impl.ActorRefSinkActor
-
- aroundPreStart() - Static method in class akka.stream.impl.ActorRefSourceActor
-
- aroundPreStart() - Static method in class akka.stream.impl.FanIn
-
- aroundPreStart() - Static method in class akka.stream.impl.FanOut
-
- aroundPreStart() - Static method in class akka.stream.impl.FanoutProcessorImpl
-
- aroundPreStart() - Static method in class akka.stream.impl.fusing.ActorGraphInterpreter
-
- aroundPreStart() - Static method in class akka.stream.impl.io.FilePublisher
-
- aroundPreStart() - Static method in class akka.stream.impl.io.FileSubscriber
-
- aroundPreStart() - Static method in class akka.stream.impl.io.InputStreamPublisher
-
- aroundPreStart() - Static method in class akka.stream.impl.io.OutputStreamSubscriber
-
- aroundPreStart() - Static method in class akka.stream.impl.io.TLSActor
-
- aroundPreStart() - Static method in class akka.stream.impl.StreamSupervisor
-
- aroundPreStart() - Static method in class akka.stream.impl.Unzip
-
- aroundPreStart() - Static method in class akka.testkit.TestActor
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.actor.AbstractActor
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.actor.AbstractFSM
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in interface akka.actor.Actor
-
INTERNAL API.
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in interface akka.actor.DiagnosticActorLogging
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.camel.internal.CamelSupervisor
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.cluster.AutoDown
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.cluster.client.ClusterClient
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.cluster.client.ClusterReceptionist
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.cluster.ClusterHeartbeatSender
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.cluster.ClusterRemoteWatcher
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.cluster.ddata.LmdbDurableStore
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.cluster.ddata.ReadAggregator
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.cluster.ddata.ReadWriteAggregator
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.cluster.ddata.Replicator
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.cluster.ddata.WriteAggregator
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.cluster.pubsub.DistributedPubSubMediator
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.cluster.sharding.ClusterShardingGuardian
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.cluster.sharding.RemoveInternalClusterShardingData
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.cluster.sharding.Shard
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.cluster.sharding.ShardCoordinator
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.cluster.sharding.ShardRegion
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.cluster.singleton.ClusterSingletonProxy
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in interface akka.contrib.pattern.ReceivePipeline
-
INTERNAL API.
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.contrib.pattern.ReliableProxy
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.event.ActorClassificationUnsubscriber
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.event.EventStreamUnsubscriber
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.io.SelectionHandler
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.io.SimpleDnsManager
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.io.TcpConnection
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.io.TcpListener
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.io.TcpOutgoingConnection
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.pattern.BackoffSupervisor
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in interface akka.persistence.AtLeastOnceDeliveryLike
-
INTERNAL API
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in interface akka.persistence.Eventsourced
-
INTERNAL API.
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in interface akka.persistence.journal.AsyncWriteProxy
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.persistence.journal.PersistencePluginProxy
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.persistence.journal.ReplayFilter
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in interface akka.persistence.PersistentView
-
Deprecated.
INTERNAL API.
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.persistence.RecoveryPermitter
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.remote.artery.FlushOnShutdown
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.remote.EndpointManager
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.remote.EndpointReader
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.remote.EndpointWriter
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.remote.ReliableDeliverySupervisor
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.remote.RemoteDeploymentWatcher
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.remote.RemoteWatcher
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.remote.testconductor.ClientFSM
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.remote.testconductor.Controller
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.remote.testconductor.ServerFSM
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.remote.transport.ProtocolStateActor
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.remote.transport.ThrottledAssociation
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.remote.transport.ThrottlerManager
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.routing.ResizablePoolActor
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.stream.actor.AbstractActorPublisher
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.stream.actor.AbstractActorSubscriber
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in interface akka.stream.actor.ActorPublisher
-
INTERNAL API
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in interface akka.stream.actor.ActorSubscriber
-
INTERNAL API
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.stream.actor.UntypedActorPublisher
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.stream.actor.UntypedActorSubscriber
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.stream.impl.ActorRefSinkActor
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.stream.impl.ActorRefSourceActor
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.stream.impl.FanIn
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.stream.impl.FanOut
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.stream.impl.FanoutProcessorImpl
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.stream.impl.fusing.ActorGraphInterpreter
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.stream.impl.io.FilePublisher
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.stream.impl.io.FileSubscriber
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.stream.impl.io.InputStreamPublisher
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.stream.impl.io.OutputStreamSubscriber
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.stream.impl.io.TLSActor
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.stream.impl.StreamSupervisor
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.stream.impl.Unzip
-
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Static method in class akka.testkit.TestActor
-
- arr() - Method in class akka.stream.impl.io.InputStreamPublisher
-
- array() - Method in class akka.util.ByteIterator.ByteArrayIterator
-
- ARRAY_OF_BYTE_ARRAY() - Method in class akka.remote.serialization.ProtobufSerializer
-
- arrayBlockingQueue(int, boolean) - Method in class akka.dispatch.ThreadPoolConfig$
-
- arrayBlockingQueue(int, boolean) - Static method in class akka.dispatch.ThreadPoolConfig
-
- arrayHash(Object) - Method in class akka.routing.MurmurHash$
-
Compute a high-quality hash of an array
- arrayHash(Object) - Static method in class akka.routing.MurmurHash
-
Compute a high-quality hash of an array
- arrived() - Method in class akka.remote.testconductor.BarrierCoordinator.Data
-
- artery() - Static method in class akka.cluster.ClusterRemoteWatcher
-
- Artery() - Method in class akka.remote.RemoteSettings
-
- artery() - Method in class akka.remote.RemoteWatcher
-
- ArteryControlFormats - Class in akka.remote
-
- ArteryControlFormats.Address - Class in akka.remote
-
Protobuf type Address
- ArteryControlFormats.Address.Builder - Class in akka.remote
-
Protobuf type Address
- ArteryControlFormats.AddressOrBuilder - Interface in akka.remote
-
- ArteryControlFormats.ArteryHeartbeatRsp - Class in akka.remote
-
Protobuf type ArteryHeartbeatRsp
- ArteryControlFormats.ArteryHeartbeatRsp.Builder - Class in akka.remote
-
Protobuf type ArteryHeartbeatRsp
- ArteryControlFormats.ArteryHeartbeatRspOrBuilder - Interface in akka.remote
-
- ArteryControlFormats.CompressionTableAdvertisement - Class in akka.remote
-
Protobuf type CompressionTableAdvertisement
- ArteryControlFormats.CompressionTableAdvertisement.Builder - Class in akka.remote
-
Protobuf type CompressionTableAdvertisement
- ArteryControlFormats.CompressionTableAdvertisementAck - Class in akka.remote
-
Protobuf type CompressionTableAdvertisementAck
- ArteryControlFormats.CompressionTableAdvertisementAck.Builder - Class in akka.remote
-
Protobuf type CompressionTableAdvertisementAck
- ArteryControlFormats.CompressionTableAdvertisementAckOrBuilder - Interface in akka.remote
-
- ArteryControlFormats.CompressionTableAdvertisementOrBuilder - Interface in akka.remote
-
- ArteryControlFormats.HandshakeReq - Class in akka.remote
-
Protobuf type HandshakeReq
- ArteryControlFormats.HandshakeReq.Builder - Class in akka.remote
-
Protobuf type HandshakeReq
- ArteryControlFormats.HandshakeReqOrBuilder - Interface in akka.remote
-
- ArteryControlFormats.MessageWithAddress - Class in akka.remote
-
Protobuf type MessageWithAddress
- ArteryControlFormats.MessageWithAddress.Builder - Class in akka.remote
-
Protobuf type MessageWithAddress
- ArteryControlFormats.MessageWithAddressOrBuilder - Interface in akka.remote
-
- ArteryControlFormats.Quarantined - Class in akka.remote
-
Protobuf type Quarantined
- ArteryControlFormats.Quarantined.Builder - Class in akka.remote
-
Protobuf type Quarantined
- ArteryControlFormats.QuarantinedOrBuilder - Interface in akka.remote
-
- ArteryControlFormats.SystemMessageDeliveryAck - Class in akka.remote
-
Protobuf type SystemMessageDeliveryAck
- ArteryControlFormats.SystemMessageDeliveryAck.Builder - Class in akka.remote
-
Protobuf type SystemMessageDeliveryAck
- ArteryControlFormats.SystemMessageDeliveryAckOrBuilder - Interface in akka.remote
-
- ArteryControlFormats.SystemMessageEnvelope - Class in akka.remote
-
Protobuf type SystemMessageEnvelope
- ArteryControlFormats.SystemMessageEnvelope.Builder - Class in akka.remote
-
Protobuf type SystemMessageEnvelope
- ArteryControlFormats.SystemMessageEnvelopeOrBuilder - Interface in akka.remote
-
- ArteryControlFormats.UniqueAddress - Class in akka.remote
-
Protobuf type UniqueAddress
- ArteryControlFormats.UniqueAddress.Builder - Class in akka.remote
-
Protobuf type UniqueAddress
- ArteryControlFormats.UniqueAddressOrBuilder - Interface in akka.remote
-
- ArteryHeartbeat$() - Constructor for class akka.remote.RemoteWatcher.ArteryHeartbeat$
-
- ArteryHeartbeatRsp(long) - Constructor for class akka.remote.RemoteWatcher.ArteryHeartbeatRsp
-
- ArteryHeartbeatRsp$() - Constructor for class akka.remote.RemoteWatcher.ArteryHeartbeatRsp$
-
- ArteryMessage - Interface in akka.remote.artery
-
INTERNAL API: marker trait for protobuf-serializable artery messages
- ArteryMessageSerializer - Class in akka.remote.serialization
-
INTERNAL API
- ArteryMessageSerializer(ExtendedActorSystem) - Constructor for class akka.remote.serialization.ArteryMessageSerializer
-
- ArteryMessageSerializer$ - Class in akka.remote.serialization
-
INTERNAL API
- ArteryMessageSerializer$() - Constructor for class akka.remote.serialization.ArteryMessageSerializer$
-
- ArterySettings - Class in akka.remote.artery
-
INTERNAL API
- ArterySettings$ - Class in akka.remote.artery
-
INTERNAL API
- ArterySettings$() - Constructor for class akka.remote.artery.ArterySettings$
-
- ArterySettings.Advanced$ - Class in akka.remote.artery
-
- ArterySettings.Bind$ - Class in akka.remote.artery
-
- ArterySettings.Canonical$ - Class in akka.remote.artery
-
- ArterySettings.Compression - Class in akka.remote.artery
-
INTERNAL API
- ArterySettings.Compression$ - Class in akka.remote.artery
-
- ArterySettings.Compression.ActorRefs$ - Class in akka.remote.artery
-
- ArterySettings.Compression.Manifests$ - Class in akka.remote.artery
-
- ArteryTransport - Class in akka.remote.artery
-
INTERNAL API
- ArteryTransport(ExtendedActorSystem, RemoteActorRefProvider) - Constructor for class akka.remote.artery.ArteryTransport
-
- ArteryTransport$ - Class in akka.remote.artery
-
INTERNAL API
- ArteryTransport$() - Constructor for class akka.remote.artery.ArteryTransport$
-
- ArteryTransport.AeronTerminated - Exception in akka.remote.artery
-
- ArteryTransport.InboundStreamMatValues - Class in akka.remote.artery
-
- ArteryTransport.InboundStreamMatValues$ - Class in akka.remote.artery
-
- ArteryTransport.ShutdownSignal$ - Exception in akka.remote.artery
-
- ArteryTransport.ShuttingDown$ - Exception in akka.remote.artery
-
- as() - Method in class akka.stream.Inlet
-
INTERNAL API.
- as() - Method in class akka.stream.Outlet
-
INTERNAL API.
- asByteBuffer() - Method in class akka.util.ByteString
-
Returns a read-only ByteBuffer that directly wraps this ByteString
if it is not fragmented.
- asByteBuffer() - Method in class akka.util.ByteString.ByteString1
-
- asByteBuffer() - Method in class akka.util.ByteString.ByteString1C
-
- asByteBuffer() - Method in class akka.util.ByteString.ByteStrings
-
- asByteBuffer() - Static method in class akka.util.CompactByteString
-
- asByteBuffers() - Method in class akka.util.ByteString
-
Scala API: Returns an immutable Iterable of read-only ByteBuffers that directly wraps this ByteStrings
all fragments.
- asByteBuffers() - Method in class akka.util.ByteString.ByteString1
-
- asByteBuffers() - Method in class akka.util.ByteString.ByteString1C
-
- asByteBuffers() - Method in class akka.util.ByteString.ByteStrings
-
- asByteBuffers() - Static method in class akka.util.CompactByteString
-
- asInputStream() - Method in class akka.stream.javadsl.StreamConverters$
-
Creates a Sink which when materialized will return an InputStream which it is possible
to read the values produced by the stream this Sink is attached to.
- asInputStream(FiniteDuration) - Method in class akka.stream.javadsl.StreamConverters$
-
Creates a Sink which when materialized will return an InputStream which it is possible
to read the values produced by the stream this Sink is attached to.
- asInputStream() - Static method in class akka.stream.javadsl.StreamConverters
-
Creates a Sink which when materialized will return an InputStream which it is possible
to read the values produced by the stream this Sink is attached to.
- asInputStream(FiniteDuration) - Static method in class akka.stream.javadsl.StreamConverters
-
Creates a Sink which when materialized will return an InputStream which it is possible
to read the values produced by the stream this Sink is attached to.
- asInputStream(FiniteDuration) - Method in class akka.stream.scaladsl.StreamConverters$
-
Creates a Sink which when materialized will return an InputStream which it is possible
to read the values produced by the stream this Sink is attached to.
- asInputStream(FiniteDuration) - Static method in class akka.stream.scaladsl.StreamConverters
-
Creates a Sink which when materialized will return an InputStream which it is possible
to read the values produced by the stream this Sink is attached to.
- asInputStream() - Method in class akka.util.ByteIterator
-
Directly wraps this ByteIterator in an InputStream without copying.
- asInputStream() - Method in class akka.util.ByteIterator.ByteArrayIterator
-
- asInputStream() - Method in class akka.util.ByteIterator.MultiByteArrayIterator
-
- asInt() - Method in class akka.event.Logging.LogLevel
-
- asJava() - Method in class akka.stream.scaladsl.BidiFlow
-
- asJava() - Method in class akka.stream.scaladsl.Flow
-
Converts this Scala DSL element to it's Java DSL counterpart.
- asJava() - Method in class akka.stream.scaladsl.GraphDSL.Builder
-
Converts this Scala DSL element to it's Java DSL counterpart.
- asJava() - Method in class akka.stream.scaladsl.Sink
-
Converts this Scala DSL element to it's Java DSL counterpart.
- asJava() - Method in class akka.stream.scaladsl.Source
-
Converts this Scala DSL element to it's Java DSL counterpart.
- asJava() - Method in class akka.util.JavaDurationConverters.ScalaDurationOps
-
- asJavaStream() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- asJavaStream() - Method in class akka.stream.javadsl.StreamConverters$
-
Creates a sink which materializes into Java 8 Stream that can be run to trigger demand through the sink.
- asJavaStream() - Static method in class akka.stream.javadsl.StreamConverters
-
Creates a sink which materializes into Java 8 Stream that can be run to trigger demand through the sink.
- asJavaStream() - Method in class akka.stream.scaladsl.StreamConverters$
-
Creates a sink which materializes into Java 8 Stream that can be run to trigger demand through the sink.
- asJavaStream() - Static method in class akka.stream.scaladsl.StreamConverters
-
Creates a sink which materializes into Java 8 Stream that can be run to trigger demand through the sink.
- ask(Object, Timeout) - Method in class akka.pattern.AskableActorRef
-
- ask(Object, Timeout, ActorRef) - Method in class akka.pattern.AskableActorRef
-
- ask(Object, Timeout) - Method in class akka.pattern.AskableActorSelection
-
- ask(Object, Timeout, ActorRef) - Method in class akka.pattern.AskableActorSelection
-
- ask(ActorRef) - Method in interface akka.pattern.AskSupport
-
Import this implicit conversion to gain
? and
ask methods on
ActorRef, which will defer to the
ask(actorRef, message)(timeout) method defined here.
- ask(ActorRef, Object, Timeout) - Method in interface akka.pattern.AskSupport
-
Sends a message asynchronously and returns a Future
holding the eventual reply message; this means that the target actor
needs to send the result to the sender reference provided.
- ask(ActorRef, Object, ActorRef, Timeout) - Method in interface akka.pattern.AskSupport
-
- ask(ActorSelection) - Method in interface akka.pattern.AskSupport
-
Import this implicit conversion to gain
? and
ask methods on
ActorSelection, which will defer to the
ask(actorSelection, message)(timeout) method defined here.
- ask(ActorSelection, Object, Timeout) - Method in interface akka.pattern.AskSupport
-
Sends a message asynchronously and returns a Future
holding the eventual reply message; this means that the target actor
needs to send the result to the sender reference provided.
- ask(ActorSelection, Object, ActorRef, Timeout) - Method in interface akka.pattern.AskSupport
-
- ask(ActorRef) - Method in interface akka.pattern.ExplicitAskSupport
-
Import this implicit conversion to gain
? and
ask methods on
ActorRef, which will defer to the
ask(actorRef, askSender => message)(timeout) method defined here.
- ask(ActorRef, Function1<ActorRef, Object>, Timeout) - Method in interface akka.pattern.ExplicitAskSupport
-
Sends a message asynchronously and returns a Future
holding the eventual reply message; this means that the target actor
needs to send the result to the sender reference provided.
- ask(ActorRef, Function1<ActorRef, Object>, ActorRef, Timeout) - Method in interface akka.pattern.ExplicitAskSupport
-
- ask(ActorSelection) - Method in interface akka.pattern.ExplicitAskSupport
-
Import this implicit conversion to gain
? and
ask methods on
ActorSelection, which will defer to the
ask(actorSelection, message)(timeout) method defined here.
- ask(ActorSelection, Function1<ActorRef, Object>, Timeout) - Method in interface akka.pattern.ExplicitAskSupport
-
Sends a message asynchronously and returns a Future
holding the eventual reply message; this means that the target actor
needs to send the result to the sender reference provided.
- ask(ActorSelection, Function1<ActorRef, Object>, ActorRef, Timeout) - Method in interface akka.pattern.ExplicitAskSupport
-
- ask(Function1<ActorRef, Object>, Timeout, ActorRef) - Method in class akka.pattern.ExplicitlyAskableActorRef
-
- ask(Function1<ActorRef, Object>, Timeout, ActorRef) - Method in class akka.pattern.ExplicitlyAskableActorSelection
-
- ask(ActorRef, Object, Timeout) - Method in class akka.pattern.Patterns$
-
Java API for akka.pattern.ask:
Sends a message asynchronously and returns a Future
holding the eventual reply message; this means that the target actor
needs to send the result to the sender reference provided.
- ask(ActorRef, Function<ActorRef, Object>, Timeout) - Method in class akka.pattern.Patterns$
-
A variation of ask which allows to implement "replyTo" pattern by including
sender reference in message.
- ask(ActorRef, Object, long) - Method in class akka.pattern.Patterns$
-
Java API for akka.pattern.ask:
Sends a message asynchronously and returns a Future
holding the eventual reply message; this means that the target actor
needs to send the result to the sender reference provided.
- ask(ActorRef, Function<ActorRef, Object>, long) - Method in class akka.pattern.Patterns$
-
A variation of ask which allows to implement "replyTo" pattern by including
sender reference in message.
- ask(ActorSelection, Object, Timeout) - Method in class akka.pattern.Patterns$
-
Java API for akka.pattern.ask:
Sends a message asynchronously and returns a
Future
holding the eventual reply message; this means that the target
ActorSelection
needs to send the result to the
sender reference provided.
- ask(ActorSelection, Object, long) - Method in class akka.pattern.Patterns$
-
Java API for akka.pattern.ask:
Sends a message asynchronously and returns a
Future
holding the eventual reply message; this means that the target
ActorSelection
needs to send the result to the
sender reference provided.
- ask(ActorSelection, Function<ActorRef, Object>, long) - Method in class akka.pattern.Patterns$
-
A variation of ask which allows to implement "replyTo" pattern by including
sender reference in message.
- ask(ActorRef, Object, Timeout) - Static method in class akka.pattern.Patterns
-
Java API for akka.pattern.ask:
Sends a message asynchronously and returns a Future
holding the eventual reply message; this means that the target actor
needs to send the result to the sender reference provided.
- ask(ActorRef, Function<ActorRef, Object>, Timeout) - Static method in class akka.pattern.Patterns
-
A variation of ask which allows to implement "replyTo" pattern by including
sender reference in message.
- ask(ActorRef, Object, long) - Static method in class akka.pattern.Patterns
-
Java API for akka.pattern.ask:
Sends a message asynchronously and returns a Future
holding the eventual reply message; this means that the target actor
needs to send the result to the sender reference provided.
- ask(ActorRef, Function<ActorRef, Object>, long) - Static method in class akka.pattern.Patterns
-
A variation of ask which allows to implement "replyTo" pattern by including
sender reference in message.
- ask(ActorSelection, Object, Timeout) - Static method in class akka.pattern.Patterns
-
Java API for akka.pattern.ask:
Sends a message asynchronously and returns a
Future
holding the eventual reply message; this means that the target
ActorSelection
needs to send the result to the
sender reference provided.
- ask(ActorSelection, Object, long) - Static method in class akka.pattern.Patterns
-
Java API for akka.pattern.ask:
Sends a message asynchronously and returns a
Future
holding the eventual reply message; this means that the target
ActorSelection
needs to send the result to the
sender reference provided.
- ask(ActorSelection, Function<ActorRef, Object>, long) - Static method in class akka.pattern.Patterns
-
A variation of ask which allows to implement "replyTo" pattern by including
sender reference in message.
- ask(ActorRef, Object, Timeout) - Method in class akka.pattern.PatternsCS$
-
Java API for akka.pattern.ask:
Sends a message asynchronously and returns a CompletionStage
holding the eventual reply message; this means that the target actor
needs to send the result to the sender reference provided.
- ask(ActorRef, Function<ActorRef, Object>, Timeout) - Method in class akka.pattern.PatternsCS$
-
A variation of ask which allows to implement "replyTo" pattern by including
sender reference in message.
- ask(ActorRef, Object, long) - Method in class akka.pattern.PatternsCS$
-
Java API for akka.pattern.ask:
Sends a message asynchronously and returns a CompletionStage
holding the eventual reply message; this means that the target actor
needs to send the result to the sender reference provided.
- ask(ActorRef, Function<ActorRef, Object>, long) - Method in class akka.pattern.PatternsCS$
-
A variation of ask which allows to implement "replyTo" pattern by including
sender reference in message.
- ask(ActorSelection, Object, Timeout) - Method in class akka.pattern.PatternsCS$
-
Java API for akka.pattern.ask:
Sends a message asynchronously and returns a
CompletionStage
holding the eventual reply message; this means that the target
ActorSelection
needs to send the result to the
sender reference provided.
- ask(ActorSelection, Object, long) - Method in class akka.pattern.PatternsCS$
-
Java API for akka.pattern.ask:
Sends a message asynchronously and returns a
CompletionStage
holding the eventual reply message; this means that the target
ActorSelection
needs to send the result to the
sender reference provided.
- ask(ActorSelection, Function<ActorRef, Object>, long) - Method in class akka.pattern.PatternsCS$
-
A variation of ask which allows to implement "replyTo" pattern by including
sender reference in message.
- ask(ActorRef, Object, Timeout) - Static method in class akka.pattern.PatternsCS
-
Java API for akka.pattern.ask:
Sends a message asynchronously and returns a CompletionStage
holding the eventual reply message; this means that the target actor
needs to send the result to the sender reference provided.
- ask(ActorRef, Function<ActorRef, Object>, Timeout) - Static method in class akka.pattern.PatternsCS
-
A variation of ask which allows to implement "replyTo" pattern by including
sender reference in message.
- ask(ActorRef, Object, long) - Static method in class akka.pattern.PatternsCS
-
Java API for akka.pattern.ask:
Sends a message asynchronously and returns a CompletionStage
holding the eventual reply message; this means that the target actor
needs to send the result to the sender reference provided.
- ask(ActorRef, Function<ActorRef, Object>, long) - Static method in class akka.pattern.PatternsCS
-
A variation of ask which allows to implement "replyTo" pattern by including
sender reference in message.
- ask(ActorSelection, Object, Timeout) - Static method in class akka.pattern.PatternsCS
-
Java API for akka.pattern.ask:
Sends a message asynchronously and returns a
CompletionStage
holding the eventual reply message; this means that the target
ActorSelection
needs to send the result to the
sender reference provided.
- ask(ActorSelection, Object, long) - Static method in class akka.pattern.PatternsCS
-
Java API for akka.pattern.ask:
Sends a message asynchronously and returns a
CompletionStage
holding the eventual reply message; this means that the target
ActorSelection
needs to send the result to the
sender reference provided.
- ask(ActorSelection, Function<ActorRef, Object>, long) - Static method in class akka.pattern.PatternsCS
-
A variation of ask which allows to implement "replyTo" pattern by including
sender reference in message.
- Askable(ActorRef<T>) - Constructor for class akka.typed.AskPattern.Askable
-
- Askable$() - Constructor for class akka.typed.AskPattern.Askable$
-
- AskableActorRef - Class in akka.pattern
-
- AskableActorRef(ActorRef) - Constructor for class akka.pattern.AskableActorRef
-
- AskableActorRef$ - Class in akka.pattern
-
- AskableActorRef$() - Constructor for class akka.pattern.AskableActorRef$
-
- AskableActorSelection - Class in akka.pattern
-
- AskableActorSelection(ActorSelection) - Constructor for class akka.pattern.AskableActorSelection
-
- AskableActorSelection$ - Class in akka.pattern
-
- AskableActorSelection$() - Constructor for class akka.pattern.AskableActorSelection$
-
- askAllShards(Object, ClassTag<T>) - Method in class akka.cluster.sharding.ShardRegion
-
- AskeableWithCircuitBreakerActor - Class in akka.contrib.circuitbreaker
-
- AskeableWithCircuitBreakerActor(ActorRef) - Constructor for class akka.contrib.circuitbreaker.AskeableWithCircuitBreakerActor
-
- AskeableWithCircuitBreakerActor$ - Class in akka.contrib.circuitbreaker
-
- AskeableWithCircuitBreakerActor$() - Constructor for class akka.contrib.circuitbreaker.AskeableWithCircuitBreakerActor$
-
- AskeableWithCircuitBreakerActorSelection - Class in akka.contrib.circuitbreaker
-
- AskeableWithCircuitBreakerActorSelection(ActorSelection) - Constructor for class akka.contrib.circuitbreaker.AskeableWithCircuitBreakerActorSelection
-
- AskeableWithCircuitBreakerActorSelection$ - Class in akka.contrib.circuitbreaker
-
- AskeableWithCircuitBreakerActorSelection$() - Constructor for class akka.contrib.circuitbreaker.AskeableWithCircuitBreakerActorSelection$
-
- AskPath() - Method in class akka.typed.AskPattern$
-
- AskPath() - Static method in class akka.typed.AskPattern
-
- AskPattern - Class in akka.typed
-
The ask-pattern implements the initiator side of a request–reply protocol.
- AskPattern() - Constructor for class akka.typed.AskPattern
-
- AskPattern$ - Class in akka.typed
-
The ask-pattern implements the initiator side of a request–reply protocol.
- AskPattern$() - Constructor for class akka.typed.AskPattern$
-
- AskPattern.Askable<T> - Class in akka.typed
-
- AskPattern.Askable$ - Class in akka.typed
-
- AskPromiseRef - Class in akka.pattern
-
- AskPromiseRef$ - Class in akka.pattern
-
- AskPromiseRef$() - Constructor for class akka.pattern.AskPromiseRef$
-
- AskSupport - Interface in akka.pattern
-
This object contains implementation details of the “ask” pattern.
- AskTimeout() - Method in class akka.remote.transport.ActorTransportAdapter$
-
- AskTimeout() - Static method in class akka.remote.transport.ActorTransportAdapter
-
- AskTimeoutException - Exception in akka.pattern
-
This is what is used to complete a Future that is returned from an ask/? call,
when it times out.
- AskTimeoutException(String, Throwable) - Constructor for exception akka.pattern.AskTimeoutException
-
- AskTimeoutException(String) - Constructor for exception akka.pattern.AskTimeoutException
-
- askWithCircuitBreaker(Object, ExecutionContext, Timeout, ActorRef) - Method in class akka.contrib.circuitbreaker.AskeableWithCircuitBreakerActor
-
- askWithCircuitBreaker(Object, ExecutionContext, Timeout, ActorRef) - Method in class akka.contrib.circuitbreaker.AskeableWithCircuitBreakerActorSelection
-
- askWithCircuitBreaker(ActorRef) - Method in class akka.contrib.circuitbreaker.Implicits$
-
- askWithCircuitBreaker(ActorRef, Object, ExecutionContext, Timeout) - Method in class akka.contrib.circuitbreaker.Implicits$
-
- askWithCircuitBreaker(ActorRef, Object, ActorRef, ExecutionContext, Timeout) - Method in class akka.contrib.circuitbreaker.Implicits$
-
Wraps the
ask method in
AskSupport method to convert failures connected to the circuit
breaker being in open state
- askWithCircuitBreaker(ActorRef) - Static method in class akka.contrib.circuitbreaker.Implicits
-
- askWithCircuitBreaker(ActorRef, Object, ExecutionContext, Timeout) - Static method in class akka.contrib.circuitbreaker.Implicits
-
- askWithCircuitBreaker(ActorRef, Object, ActorRef, ExecutionContext, Timeout) - Static method in class akka.contrib.circuitbreaker.Implicits
-
Wraps the
ask method in
AskSupport method to convert failures connected to the circuit
breaker being in open state
- asOutputStream(FiniteDuration) - Method in class akka.stream.javadsl.StreamConverters$
-
Creates a Source which when materialized will return an OutputStream which it is possible
to write the ByteStrings to the stream this Source is attached to.
- asOutputStream() - Method in class akka.stream.javadsl.StreamConverters$
-
Creates a Source which when materialized will return an OutputStream which it is possible
to write the ByteStrings to the stream this Source is attached to.
- asOutputStream(FiniteDuration) - Static method in class akka.stream.javadsl.StreamConverters
-
Creates a Source which when materialized will return an OutputStream which it is possible
to write the ByteStrings to the stream this Source is attached to.
- asOutputStream() - Static method in class akka.stream.javadsl.StreamConverters
-
Creates a Source which when materialized will return an OutputStream which it is possible
to write the ByteStrings to the stream this Source is attached to.
- asOutputStream(FiniteDuration) - Method in class akka.stream.scaladsl.StreamConverters$
-
Creates a Source which when materialized will return an OutputStream which it is possible
to write the ByteStrings to the stream this Source is attached to.
- asOutputStream(FiniteDuration) - Static method in class akka.stream.scaladsl.StreamConverters
-
Creates a Source which when materialized will return an OutputStream which it is possible
to write the ByteStrings to the stream this Source is attached to.
- asOutputStream() - Method in class akka.util.ByteStringBuilder
-
Directly wraps this ByteStringBuilder in an OutputStream.
- asPretty(ByteString) - Constructor for class akka.util.PrettyByteString.asPretty
-
- AsPublisher - Enum in akka.stream.javadsl
-
- asPublisher(AsPublisher) - Method in class akka.stream.javadsl.Sink$
-
A Sink that materializes into a Publisher.
- asPublisher(AsPublisher) - Static method in class akka.stream.javadsl.Sink
-
A Sink that materializes into a Publisher.
- asPublisher(boolean) - Method in class akka.stream.scaladsl.Sink$
-
A Sink that materializes into a Publisher.
- asPublisher(boolean) - Static method in class akka.stream.scaladsl.Sink
-
A Sink that materializes into a Publisher.
- asScala() - Method in class akka.japi.Option
-
- asScala() - Method in class akka.japi.Option.Some
-
- asScala() - Method in class akka.stream.javadsl.BidiFlow
-
- asScala() - Method in class akka.stream.javadsl.Flow
-
Converts this Flow to its Scala DSL counterpart
- asScala() - Method in class akka.stream.javadsl.Sink
-
Converts this Sink to its Scala DSL counterpart.
- asScala() - Method in class akka.stream.javadsl.Source
-
Converts this Java DSL element to its Scala DSL counterpart.
- asScala() - Method in class akka.stream.javadsl.SubFlow
-
Converts this Flow to its Scala DSL counterpart
- asScala() - Method in class akka.stream.javadsl.SubSource
-
Converts this Flow to its Scala DSL counterpart
- asScala() - Method in class akka.util.JavaDurationConverters.JavaDurationOps
-
- assembly() - Method in class akka.stream.impl.fusing.GraphModule
-
- assertCompiles(String, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- assertCompiles(String, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- assertCompiles(String, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- assertDoesNotCompile(String, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- assertDoesNotCompile(String, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- assertDoesNotCompile(String, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- assertDone(Duration) - Static method in class akka.testkit.CustomEventFilter
-
- assertDone(Duration) - Static method in class akka.testkit.DeadLettersFilter
-
- assertDone(Duration) - Static method in class akka.testkit.DebugFilter
-
- assertDone(Duration) - Static method in class akka.testkit.ErrorFilter
-
- assertDone(Duration) - Method in class akka.testkit.EventFilter
-
Assert that this filter has matched as often as requested by its
occurrences parameter specifies.
- assertDone(Duration) - Static method in class akka.testkit.InfoFilter
-
- assertDone(Duration) - Static method in class akka.testkit.WarningFilter
-
- assertionsHelper() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- assertionsHelper() - Static method in class akka.persistence.journal.JournalSpec
-
- assertionsHelper() - Method in class akka.persistence.PluginSpec
-
- assertionsHelper() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- assertLatestGossip() - Method in class akka.cluster.ClusterCoreDaemon
-
- assertResult(Object, Object, Object, Prettifier, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- assertResult(Object, Object, Prettifier, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- assertResult(Object, Object, Object, Prettifier, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- assertResult(Object, Object, Prettifier, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- assertResult(Object, Object, Object, Prettifier, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- assertResult(Object, Object, Prettifier, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- assertThrows(Function0<Object>, ClassTag<T>, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- assertThrows(Function0<Object>, ClassTag<T>, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- assertThrows(Function0<Object>, ClassTag<T>, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- assertTypeError(String, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- assertTypeError(String, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- assertTypeError(String, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- assignAncestor(akka.cluster.ddata.ReplicatedData.T) - Method in interface akka.cluster.ddata.FastMerge
-
INTERNAL API: should be called from "updating" methods
- assignAncestor(akka.cluster.ddata.ReplicatedData.T) - Static method in class akka.cluster.ddata.GCounter
-
- assignAncestor(akka.cluster.ddata.ReplicatedData.T) - Static method in class akka.cluster.ddata.GSet
-
- assignAncestor(akka.cluster.ddata.ReplicatedData.T) - Static method in class akka.cluster.ddata.ORSet
-
- assignPort(InPort, Object) - Method in class akka.stream.impl.MaterializerSession
-
- assignPort(OutPort, Publisher<Object>) - Method in class akka.stream.impl.MaterializerSession
-
- associate(ActorRef, ActorRef) - Method in interface akka.event.ActorClassification
-
Deprecated.
- associate(ActorRef, ActorRef) - Method in interface akka.event.ManagedActorClassification
-
- associate() - Method in class akka.remote.artery.Association
-
Called once after construction when the Association instance
wins the CAS in the AssociationRegistry.
- associate(Address) - Method in class akka.remote.transport.AbstractTransportAdapter
-
- associate(Address) - Static method in class akka.remote.transport.ActorTransportAdapter
-
- Associate(HandshakeInfo) - Constructor for class akka.remote.transport.AkkaPduCodec.Associate
-
- associate(Address, Option<Object>) - Method in class akka.remote.transport.AkkaProtocolTransport
-
- associate(Address) - Static method in class akka.remote.transport.FailureInjectorTransportAdapter
-
- associate(Address) - Method in class akka.remote.transport.netty.NettyTransport
-
- associate(Address) - Method in class akka.remote.transport.TestTransport
-
- associate(Address) - Static method in class akka.remote.transport.ThrottlerTransportAdapter
-
- associate(Address) - Method in interface akka.remote.transport.Transport
-
Asynchronously opens a logical duplex link between two Transport Entities over a network.
- Associate$() - Constructor for class akka.remote.transport.AkkaPduCodec.Associate$
-
- ASSOCIATE_VALUE - Static variable in enum akka.remote.WireFormats.CommandType
-
ASSOCIATE = 1;
- AssociateAttempt(Address, Address) - Constructor for class akka.remote.transport.TestTransport.AssociateAttempt
-
- AssociateAttempt$() - Constructor for class akka.remote.transport.TestTransport.AssociateAttempt$
-
- associateBehavior() - Method in class akka.remote.transport.TestTransport
-
- AssociatedEvent - Class in akka.remote
-
- AssociatedEvent(Address, Address, boolean) - Constructor for class akka.remote.AssociatedEvent
-
- AssociatedEvent$ - Class in akka.remote
-
- AssociatedEvent$() - Constructor for class akka.remote.AssociatedEvent$
-
- AssociatedWaitHandler(Future<AssociationHandle.HandleEventListener>, AssociationHandle, Queue<ByteString>) - Constructor for class akka.remote.transport.ProtocolStateActor.AssociatedWaitHandler
-
- AssociatedWaitHandler$() - Constructor for class akka.remote.transport.ProtocolStateActor.AssociatedWaitHandler$
-
- AssociateResult(AssociationHandle, Promise<AssociationHandle>) - Constructor for class akka.remote.transport.ThrottlerManager.AssociateResult
-
- AssociateResult$() - Constructor for class akka.remote.transport.ThrottlerManager.AssociateResult$
-
- AssociateUnderlying(Address, Promise<AssociationHandle>) - Constructor for class akka.remote.transport.ActorTransportAdapter.AssociateUnderlying
-
- AssociateUnderlying$() - Constructor for class akka.remote.transport.ActorTransportAdapter.AssociateUnderlying$
-
- AssociateUnderlyingRefuseUid(Address, Promise<AssociationHandle>, Option<Object>) - Constructor for class akka.remote.transport.AkkaProtocolTransport.AssociateUnderlyingRefuseUid
-
- AssociateUnderlyingRefuseUid$() - Constructor for class akka.remote.transport.AkkaProtocolTransport.AssociateUnderlyingRefuseUid$
-
- association(Address) - Method in class akka.remote.artery.ArteryTransport
-
- association(long) - Method in class akka.remote.artery.ArteryTransport
-
- Association - Class in akka.remote.artery
-
INTERNAL API
- Association(ArteryTransport, Materializer, Materializer, Address, InboundControlJunction.ControlMessageSubject, WildcardIndex<NotUsed>, WildcardIndex<NotUsed>, ObjectPool<ReusableOutboundEnvelope>) - Constructor for class akka.remote.artery.Association
-
- association(Address) - Method in class akka.remote.artery.AssociationRegistry
-
- association(long) - Method in class akka.remote.artery.AssociationRegistry
-
- association(Address) - Method in interface akka.remote.artery.InboundContext
-
Lookup the outbound association for a given address.
- association(long) - Method in interface akka.remote.artery.InboundContext
-
Lookup the outbound association for a given UID.
- association() - Method in interface akka.remote.artery.InboundEnvelope
-
- association() - Method in class akka.remote.artery.ReusableInboundEnvelope
-
- association() - Method in class akka.remote.transport.Transport.InboundAssociation
-
- Association$ - Class in akka.remote.artery
-
INTERNAL API
- Association$() - Constructor for class akka.remote.artery.Association$
-
- Association.DisabledQueueWrapper$ - Class in akka.remote.artery
-
- Association.LazyQueueWrapper - Class in akka.remote.artery
-
- Association.LazyQueueWrapper$ - Class in akka.remote.artery
-
- Association.OutboundStreamMatValues - Class in akka.remote.artery
-
- Association.OutboundStreamMatValues$ - Class in akka.remote.artery
-
- Association.QueueWrapper - Interface in akka.remote.artery
-
- Association.QueueWrapperImpl - Class in akka.remote.artery
-
- Association.QueueWrapperImpl$ - Class in akka.remote.artery
-
- AssociationErrorEvent - Class in akka.remote
-
- AssociationErrorEvent(Throwable, Address, Address, boolean, Logging.LogLevel) - Constructor for class akka.remote.AssociationErrorEvent
-
- AssociationErrorEvent$ - Class in akka.remote
-
- AssociationErrorEvent$() - Constructor for class akka.remote.AssociationErrorEvent$
-
- AssociationEvent - Interface in akka.remote
-
- AssociationHandle - Interface in akka.remote.transport
-
An SPI layer for abstracting over logical links (associations) created by a
Transport.
- AssociationHandle$ - Class in akka.remote.transport
-
- AssociationHandle$() - Constructor for class akka.remote.transport.AssociationHandle$
-
- AssociationHandle.ActorHandleEventListener - Class in akka.remote.transport
-
Class to convert ordinary
ActorRef instances to a HandleEventListener.
- AssociationHandle.ActorHandleEventListener$ - Class in akka.remote.transport
-
- AssociationHandle.Disassociated - Class in akka.remote.transport
-
Message sent to the listener registered to an association
- AssociationHandle.Disassociated$ - Class in akka.remote.transport
-
- AssociationHandle.DisassociateInfo - Interface in akka.remote.transport
-
Supertype of possible disassociation reasons
- AssociationHandle.HandleEvent - Interface in akka.remote.transport
-
Trait for events that the registered listener for an
AssociationHandle might receive.
- AssociationHandle.HandleEventListener - Interface in akka.remote.transport
-
An interface that needs to be implemented by the user of an
AssociationHandle
to listen to association events.
- AssociationHandle.InboundPayload - Class in akka.remote.transport
-
- AssociationHandle.InboundPayload$ - Class in akka.remote.transport
-
- AssociationHandle.Quarantined$ - Class in akka.remote.transport
-
- AssociationHandle.Shutdown$ - Class in akka.remote.transport
-
- AssociationHandle.Unknown$ - Class in akka.remote.transport
-
- associationHandler() - Method in class akka.remote.transport.ThrottledAssociation
-
- associationListener() - Method in class akka.remote.transport.ActorTransportAdapterManager
-
- associationListener() - Method in class akka.remote.transport.ProtocolStateActor.InboundUnassociated
-
- associationListener() - Static method in class akka.remote.transport.ThrottlerManager
-
- associationListener_$eq(Transport.AssociationEventListener) - Static method in class akka.remote.transport.ThrottlerManager
-
- AssociationProblem - Interface in akka.remote
-
INTERNAL API
- AssociationRegistry - Class in akka.remote.artery
-
INTERNAL API
- AssociationRegistry(Function1<Address, Association>) - Constructor for class akka.remote.artery.AssociationRegistry
-
- AssociationRegistry - Class in akka.remote.transport
-
- AssociationRegistry() - Constructor for class akka.remote.transport.AssociationRegistry
-
- AssociationRegistry() - Constructor for class akka.remote.transport.TestTransport.AssociationRegistry
-
- AssociationRegistry$ - Class in akka.remote.transport
-
- AssociationRegistry$() - Constructor for class akka.remote.transport.AssociationRegistry$
-
- associationState() - Method in class akka.remote.artery.Association
-
- AssociationState - Class in akka.remote.artery
-
INTERNAL API
- AssociationState(int, Promise<UniqueAddress>, ImmutableLongMap<AssociationState.QuarantinedTimestamp>) - Constructor for class akka.remote.artery.AssociationState
-
- associationState() - Method in interface akka.remote.artery.OutboundContext
-
- AssociationState$ - Class in akka.remote.artery
-
INTERNAL API
- AssociationState$() - Constructor for class akka.remote.artery.AssociationState$
-
- AssociationState.QuarantinedTimestamp - Class in akka.remote.artery
-
- AssociationState.QuarantinedTimestamp$ - Class in akka.remote.artery
-
- asSubscriber() - Method in class akka.stream.javadsl.Source$
-
Creates a Source that is materialized as a Subscriber
- asSubscriber() - Static method in class akka.stream.javadsl.Source
-
Creates a Source that is materialized as a Subscriber
- asSubscriber() - Method in class akka.stream.scaladsl.Source$
-
Creates a Source that is materialized as a Subscriber
- asSubscriber() - Static method in class akka.stream.scaladsl.Source
-
Creates a Source that is materialized as a Subscriber
- assume(boolean, Prettifier, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- assume(boolean, Object, Prettifier, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- assume(boolean, Prettifier, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- assume(boolean, Object, Prettifier, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- assume(boolean, Prettifier, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- assume(boolean, Object, Prettifier, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- async() - Method in class akka.dispatch.sysmsg.Supervise
-
- async() - Static method in class akka.remote.artery.AeronSink
-
- async() - Static method in class akka.remote.artery.AeronSource
-
- async() - Static method in class akka.remote.artery.Decoder
-
- async() - Static method in class akka.remote.artery.Encoder
-
- async() - Static method in class akka.remote.artery.InboundControlJunction
-
- async() - Static method in class akka.remote.artery.OutboundControlJunction
-
- async() - Static method in class akka.remote.artery.OutboundHandshake
-
- async() - Static method in class akka.remote.artery.SendQueue
-
- async() - Static method in class akka.remote.artery.SystemMessageDelivery
-
- async() - Method in interface akka.stream.Graph
-
Put an asynchronous boundary around this Graph
- async() - Static method in class akka.stream.impl.EmptySource
-
- async() - Static method in class akka.stream.impl.fusing.Batch
-
- async() - Static method in class akka.stream.impl.fusing.Buffer
-
- async() - Static method in class akka.stream.impl.fusing.Collect
-
- async() - Static method in class akka.stream.impl.fusing.Drop
-
- async() - Static method in class akka.stream.impl.fusing.DropWhile
-
- async() - Static method in class akka.stream.impl.fusing.Filter
-
- async() - Static method in class akka.stream.impl.fusing.Fold
-
- async() - Static method in class akka.stream.impl.fusing.Grouped
-
- async() - Static method in class akka.stream.impl.fusing.Intersperse
-
- async() - Static method in class akka.stream.impl.fusing.LimitWeighted
-
- async() - Static method in class akka.stream.impl.fusing.Log
-
- async() - Static method in class akka.stream.impl.fusing.Map
-
- async() - Static method in class akka.stream.impl.fusing.MapAsync
-
- async() - Static method in class akka.stream.impl.fusing.MapAsyncUnordered
-
- async() - Static method in class akka.stream.impl.fusing.MapError
-
- async() - Static method in class akka.stream.impl.fusing.Recover
-
- async() - Static method in class akka.stream.impl.fusing.RecoverWith
-
- async() - Static method in class akka.stream.impl.fusing.Scan
-
- async() - Static method in class akka.stream.impl.fusing.ScanAsync
-
- async() - Static method in class akka.stream.impl.fusing.Sliding
-
- async() - Static method in class akka.stream.impl.fusing.Split
-
- async() - Static method in class akka.stream.impl.fusing.SubSink
-
- async() - Static method in class akka.stream.impl.fusing.SubSource
-
- async() - Static method in class akka.stream.impl.fusing.Take
-
- async() - Static method in class akka.stream.impl.fusing.TakeWhile
-
- async() - Static method in class akka.stream.impl.io.ByteStringParser
-
- async() - Static method in class akka.stream.impl.io.compression.DeflateDecompressorBase
-
- async() - Static method in class akka.stream.impl.io.compression.GzipDecompressor
-
- async() - Static method in class akka.stream.impl.io.ConnectionSourceStage
-
- async() - Static method in class akka.stream.impl.io.InputStreamSinkStage
-
- async() - Static method in class akka.stream.impl.io.OutgoingConnectionStage
-
- async() - Static method in class akka.stream.impl.io.OutputStreamSourceStage
-
- async() - Static method in class akka.stream.impl.LazySource
-
- async() - Static method in class akka.stream.impl.QueueSink
-
- async() - Static method in class akka.stream.impl.QueueSource
-
- async() - Method in class akka.stream.impl.SubFlowImpl
-
- async() - Static method in class akka.stream.javadsl.BidiFlow
-
- async() - Method in class akka.stream.javadsl.Flow
-
Put an asynchronous boundary around this Flow
- async() - Static method in class akka.stream.javadsl.RunnableGraph
-
- async() - Method in class akka.stream.javadsl.Sink
-
Put an asynchronous boundary around this Sink
- async() - Method in class akka.stream.javadsl.Source
-
Put an asynchronous boundary around this Source
- async() - Method in class akka.stream.javadsl.SubFlow
-
Put an asynchronous boundary around this SubFlow
- async() - Method in class akka.stream.javadsl.SubSource
-
Put an asynchronous boundary around this SubSource
- async() - Static method in class akka.stream.scaladsl.Balance
-
- async() - Method in class akka.stream.scaladsl.BidiFlow
-
- async() - Static method in class akka.stream.scaladsl.Broadcast
-
- async() - Static method in class akka.stream.scaladsl.BroadcastHub
-
- async() - Static method in class akka.stream.scaladsl.Concat
-
- async() - Method in class akka.stream.scaladsl.Flow
-
Put an asynchronous boundary around this Flow
- async() - Method in interface akka.stream.scaladsl.FlowOps
-
Put an asynchronous boundary around this Flow.
- async() - Static method in class akka.stream.scaladsl.Interleave
-
- async() - Static method in class akka.stream.scaladsl.Merge
-
- async() - Static method in class akka.stream.scaladsl.MergeHub
-
- async() - Static method in class akka.stream.scaladsl.MergePreferred
-
- async() - Static method in class akka.stream.scaladsl.OrElse
-
- async() - Static method in class akka.stream.scaladsl.Partition
-
- async() - Method in class akka.stream.scaladsl.RunnableGraph
-
- async() - Method in class akka.stream.scaladsl.Sink
-
Put an asynchronous boundary around this Sink
- async() - Method in class akka.stream.scaladsl.Source
-
Put an asynchronous boundary around this Source
- async() - Static method in class akka.stream.scaladsl.Unzip
-
- async() - Static method in class akka.stream.scaladsl.Zip
-
- async() - Static method in class akka.stream.scaladsl.ZipN
-
- async() - Static method in class akka.stream.scaladsl.ZipWithN
-
- async() - Static method in class akka.stream.testkit.TestSinkStage
-
- async() - Static method in class akka.stream.testkit.TestSourceStage
-
- ASYNC_FIELD_NUMBER - Static variable in class akka.remote.SystemMessageFormats.SuperviseData
-
- asyncBoundary() - Method in class akka.stream.Attributes$
-
- asyncBoundary() - Static method in class akka.stream.Attributes
-
- AsyncBoundary$() - Constructor for class akka.stream.Attributes.AsyncBoundary$
-
- AsyncCallback<T> - Interface in akka.stream.stage
-
- asyncDeleteMessagesTo(String, long) - Method in interface akka.persistence.journal.AsyncWriteJournal
-
Plugin API: asynchronously deletes all persistent messages up to toSequenceNr
(inclusive).
- asyncDeleteMessagesTo(String, long) - Method in interface akka.persistence.journal.AsyncWriteProxy
-
- asyncDeleteMessagesTo(String, long) - Method in class akka.persistence.journal.inmem.InmemJournal
-
- asyncDeleteMessagesTo(String, long) - Method in class akka.persistence.journal.japi.AsyncWriteJournal
-
- asyncDeleteMessagesTo(String, long) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- asyncDeleteMessagesTo(String, long) - Method in interface akka.persistence.journal.leveldb.LeveldbStore
-
- asyncDeleteMessagesTo(String, long) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- AsyncDirective - Interface in akka.stream.stage
-
- AsyncHandlerInvocation(Object, Function1<Object, BoxedUnit>) - Constructor for class akka.persistence.Eventsourced.AsyncHandlerInvocation
-
- AsyncHandlerInvocation$() - Constructor for class akka.persistence.Eventsourced.AsyncHandlerInvocation$
-
- AsyncInput(GraphInterpreterShell, GraphStageLogic, Object, Function1<Object, BoxedUnit>) - Constructor for class akka.stream.impl.fusing.ActorGraphInterpreter.AsyncInput
-
- AsyncInput$() - Constructor for class akka.stream.impl.fusing.ActorGraphInterpreter.AsyncInput$
-
- asyncMode() - Method in class akka.dispatch.ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory
-
- asyncReadHighestSequenceNr(String, long) - Method in interface akka.persistence.journal.AsyncRecovery
-
Plugin API: asynchronously reads the highest stored sequence number for the
given persistenceId.
- asyncReadHighestSequenceNr(String, long) - Method in interface akka.persistence.journal.AsyncWriteProxy
-
- asyncReadHighestSequenceNr(String, long) - Method in class akka.persistence.journal.inmem.InmemJournal
-
- asyncReadHighestSequenceNr(String, long) - Method in class akka.persistence.journal.japi.AsyncRecovery
-
- asyncReadHighestSequenceNr(String, long) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- asyncReadHighestSequenceNr(String, long) - Method in interface akka.persistence.journal.leveldb.LeveldbRecovery
-
- asyncReadHighestSequenceNr(String, long) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- AsyncRecovery - Interface in akka.persistence.journal
-
Asynchronous message replay and sequence number recovery interface.
- AsyncRecovery - Class in akka.persistence.journal.japi
-
Java API: asynchronous message replay and sequence number recovery interface.
- AsyncRecovery() - Constructor for class akka.persistence.journal.japi.AsyncRecovery
-
- asyncReplayMessages(String, long, long, long, Function1<PersistentRepr, BoxedUnit>) - Method in interface akka.persistence.journal.AsyncRecovery
-
Plugin API: asynchronously replays persistent messages.
- asyncReplayMessages(String, long, long, long, Function1<PersistentRepr, BoxedUnit>) - Method in interface akka.persistence.journal.AsyncWriteProxy
-
- asyncReplayMessages(String, long, long, long, Function1<PersistentRepr, BoxedUnit>) - Method in class akka.persistence.journal.inmem.InmemJournal
-
- asyncReplayMessages(String, long, long, long, Function1<PersistentRepr, BoxedUnit>) - Method in class akka.persistence.journal.japi.AsyncRecovery
-
- asyncReplayMessages(String, long, long, long, Function1<PersistentRepr, BoxedUnit>) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- asyncReplayMessages(String, long, long, long, Function1<PersistentRepr, BoxedUnit>) - Method in interface akka.persistence.journal.leveldb.LeveldbRecovery
-
- asyncReplayMessages(String, long, long, long, Function1<PersistentRepr, BoxedUnit>) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- asyncReplayTaggedMessages(String, long, long, long, Function1<LeveldbJournal.ReplayedTaggedMessage, BoxedUnit>) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- asyncReplayTaggedMessages(String, long, long, long, Function1<LeveldbJournal.ReplayedTaggedMessage, BoxedUnit>) - Method in interface akka.persistence.journal.leveldb.LeveldbRecovery
-
- AsyncReplayTimeoutException - Exception in akka.persistence.journal
-
Thrown if replay inactivity exceeds a specified timeout.
- AsyncReplayTimeoutException(String) - Constructor for exception akka.persistence.journal.AsyncReplayTimeoutException
-
- AsyncWriteJournal - Interface in akka.persistence.journal
-
Abstract journal, optimized for asynchronous, non-blocking writes.
- AsyncWriteJournal - Class in akka.persistence.journal.japi
-
Java API: abstract journal, optimized for asynchronous, non-blocking writes.
- AsyncWriteJournal() - Constructor for class akka.persistence.journal.japi.AsyncWriteJournal
-
- AsyncWriteJournal$ - Class in akka.persistence.journal
-
INTERNAL API.
- AsyncWriteJournal$() - Constructor for class akka.persistence.journal.AsyncWriteJournal$
-
- AsyncWriteJournal.Desequenced - Class in akka.persistence.journal
-
- AsyncWriteJournal.Desequenced$ - Class in akka.persistence.journal
-
- AsyncWriteJournal.Resequencer - Class in akka.persistence.journal
-
- asyncWriteMessages(Seq<AtomicWrite>) - Method in interface akka.persistence.journal.AsyncWriteJournal
-
Plugin API: asynchronously writes a batch (Seq) of persistent messages to the
journal.
- asyncWriteMessages(Seq<AtomicWrite>) - Method in interface akka.persistence.journal.AsyncWriteProxy
-
- asyncWriteMessages(Seq<AtomicWrite>) - Method in class akka.persistence.journal.inmem.InmemJournal
-
- asyncWriteMessages(Seq<AtomicWrite>) - Method in class akka.persistence.journal.japi.AsyncWriteJournal
-
- asyncWriteMessages(Seq<AtomicWrite>) - Static method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- asyncWriteMessages(Seq<AtomicWrite>) - Method in interface akka.persistence.journal.leveldb.LeveldbStore
-
- asyncWriteMessages(Seq<AtomicWrite>) - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- AsyncWriteProxy - Interface in akka.persistence.journal
-
INTERNAL API.
- AsyncWriteProxy$ - Class in akka.persistence.journal
-
INTERNAL API.
- AsyncWriteProxy$() - Constructor for class akka.persistence.journal.AsyncWriteProxy$
-
- AsyncWriteProxy.InitTimeout$ - Class in akka.persistence.journal
-
- AsyncWriteProxy.SetStore - Class in akka.persistence.journal
-
- AsyncWriteProxy.SetStore$ - Class in akka.persistence.journal
-
- AsyncWriteTarget - Class in akka.persistence.journal
-
INTERNAL API.
- AsyncWriteTarget() - Constructor for class akka.persistence.journal.AsyncWriteTarget
-
- AsyncWriteTarget$ - Class in akka.persistence.journal
-
INTERNAL API.
- AsyncWriteTarget$() - Constructor for class akka.persistence.journal.AsyncWriteTarget$
-
- AsyncWriteTarget.DeleteMessagesTo - Class in akka.persistence.journal
-
- AsyncWriteTarget.DeleteMessagesTo$ - Class in akka.persistence.journal
-
- AsyncWriteTarget.ReplayFailure - Class in akka.persistence.journal
-
- AsyncWriteTarget.ReplayFailure$ - Class in akka.persistence.journal
-
- AsyncWriteTarget.ReplayMessages - Class in akka.persistence.journal
-
- AsyncWriteTarget.ReplayMessages$ - Class in akka.persistence.journal
-
- AsyncWriteTarget.ReplaySuccess - Class in akka.persistence.journal
-
- AsyncWriteTarget.ReplaySuccess$ - Class in akka.persistence.journal
-
- AsyncWriteTarget.WriteMessages - Class in akka.persistence.journal
-
- AsyncWriteTarget.WriteMessages$ - Class in akka.persistence.journal
-
- atFullThrottle() - Method in class akka.dispatch.ForkJoinExecutorConfigurator.AkkaForkJoinPool
-
- atFullThrottle() - Method in interface akka.dispatch.LoadMetrics
-
- atKey(String) - Method in class akka.dispatch.CachingConfig
-
- atLeast(int, C, Collecting<E, C>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- atLeast(int, JMAP, Collecting<Entry<K, V>, JMAP>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- atLeast(int, String, Collecting<Object, String>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- atLeast(int, C, Collecting<E, C>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- atLeast(int, JMAP, Collecting<Entry<K, V>, JMAP>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- atLeast(int, String, Collecting<Object, String>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- atLeast(int, C, Collecting<E, C>, Prettifier, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- atLeast(int, JMAP, Collecting<Entry<K, V>, JMAP>, Prettifier, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- atLeast(int, String, Collecting<Object, String>, Prettifier, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- AtLeastOnceDelivery - Interface in akka.persistence
-
Mix-in this trait with your PersistentActor to send messages with at-least-once
delivery semantics to destinations.
- atLeastOnceDelivery() - Method in class akka.persistence.PersistenceSettings
-
- atLeastOnceDelivery() - Constructor for class akka.persistence.PersistenceSettings.atLeastOnceDelivery
-
- AtLeastOnceDelivery$ - Class in akka.persistence
-
- AtLeastOnceDelivery$() - Constructor for class akka.persistence.AtLeastOnceDelivery$
-
- AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot - Class in akka.persistence
-
Snapshot of current AtLeastOnceDelivery state.
- AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot$ - Class in akka.persistence
-
- AtLeastOnceDelivery.Internal$ - Class in akka.persistence
-
INTERNAL API
- AtLeastOnceDelivery.Internal$.Delivery - Class in akka.persistence
-
- AtLeastOnceDelivery.Internal$.RedeliveryTick - Class in akka.persistence
-
- AtLeastOnceDelivery.MaxUnconfirmedMessagesExceededException - Exception in akka.persistence
-
- AtLeastOnceDelivery.UnconfirmedDelivery - Class in akka.persistence
-
Information about a message that has not been confirmed.
- AtLeastOnceDelivery.UnconfirmedDelivery$ - Class in akka.persistence
-
- AtLeastOnceDelivery.UnconfirmedWarning - Class in akka.persistence
-
- AtLeastOnceDelivery.UnconfirmedWarning$ - Class in akka.persistence
-
- AtLeastOnceDeliveryLike - Interface in akka.persistence
-
- AtLeastOnceDeliverySnapshot(long, Seq<AtLeastOnceDelivery.UnconfirmedDelivery>) - Constructor for class akka.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot
-
- atLeastOnceDeliverySnapshot(MessageFormats.AtLeastOnceDeliverySnapshot) - Method in class akka.persistence.serialization.MessageSerializer
-
- AtLeastOnceDeliverySnapshot$() - Constructor for class akka.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot$
-
- atLeastOnceDeliverySnapshotBuilder(AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot) - Method in class akka.persistence.serialization.MessageSerializer
-
- AtLeastOnceDeliverySnapshotClass() - Method in class akka.persistence.serialization.MessageSerializer
-
- atLeastOneElementOf(GenTraversable<Object>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- atLeastOneElementOf(GenTraversable<Object>) - Static method in class akka.persistence.journal.JournalSpec
-
- atLeastOneElementOf(GenTraversable<Object>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- atLeastOneOf(Object, Object, Seq<Object>, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- atLeastOneOf(Object, Object, Seq<Object>, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- atLeastOneOf(Object, Object, Seq<Object>, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- atMost(int, C, Collecting<E, C>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- atMost(int, JMAP, Collecting<Entry<K, V>, JMAP>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- atMost(int, String, Collecting<Object, String>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- atMost(int, C, Collecting<E, C>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- atMost(int, JMAP, Collecting<Entry<K, V>, JMAP>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- atMost(int, String, Collecting<Object, String>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- atMost(int, C, Collecting<E, C>, Prettifier, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- atMost(int, JMAP, Collecting<Entry<K, V>, JMAP>, Prettifier, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- atMost(int, String, Collecting<Object, String>, Prettifier, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- atMostOneElementOf(GenTraversable<R>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- atMostOneElementOf(GenTraversable<R>) - Static method in class akka.persistence.journal.JournalSpec
-
- atMostOneElementOf(GenTraversable<R>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- atMostOneOf(Object, Object, Seq<Object>, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- atMostOneOf(Object, Object, Seq<Object>, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- atMostOneOf(Object, Object, Seq<Object>, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- Atomic(StreamLayout.Module) - Constructor for class akka.stream.impl.StreamLayout.Atomic
-
- Atomic$() - Constructor for class akka.stream.impl.StreamLayout.Atomic$
-
- AtomicModule() - Constructor for class akka.stream.impl.StreamLayout.AtomicModule
-
- AtomicWrite - Class in akka.persistence
-
- AtomicWrite(Seq<PersistentRepr>) - Constructor for class akka.persistence.AtomicWrite
-
- AtomicWrite$ - Class in akka.persistence
-
- AtomicWrite$() - Constructor for class akka.persistence.AtomicWrite$
-
- AtomicWriteClass() - Method in class akka.persistence.serialization.MessageSerializer
-
- atop(BidiFlow<O1, OO1, II2, I2, Mat2>) - Method in class akka.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 akka.stream.javadsl.BidiFlow
-
Add the given BidiFlow as the next step in a bidirectional transformation 161
- atop(Graph<BidiShape<O1, OO1, II2, I2>, Mat2>) - Method in class akka.stream.scaladsl.BidiFlow
-
Add the given BidiFlow as the next step in a bidirectional transformation
pipeline.
- atopMat(Graph<BidiShape<O1, OO1, II2, I2>, Mat2>, Function2<Mat, Mat2, M>) - Method in class akka.stream.scaladsl.BidiFlow
-
Add the given BidiFlow as the next step in a bidirectional transformation
pipeline.
- atPath(String) - Method in class akka.dispatch.CachingConfig
-
- atStartup() - Method in class akka.remote.testkit.MultiNodeSpec
-
Override this method to do something when the whole test is starting up.
- attach(ActorCell) - Method in class akka.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).
- Attach(InboundControlJunction.ControlMessageObserver, Promise<Done>) - Constructor for class akka.remote.artery.InboundControlJunction.Attach
-
- attach(InboundControlJunction.ControlMessageObserver) - Method in interface akka.remote.artery.InboundControlJunction.ControlMessageSubject
-
- attach(ActorCell) - Static method in class akka.testkit.CallingThreadDispatcher
-
- attach() - Method in class akka.util.SerializedSuspendableExecutionContext
-
- Attach$() - Constructor for class akka.remote.artery.InboundControlJunction.Attach$
-
- attachChild(Props, boolean) - Static method in class akka.actor.ActorCell
-
- attachChild(Props, String, boolean) - Static method in class akka.actor.ActorCell
-
- attachChild(Props, boolean) - Method in interface akka.actor.dungeon.Children
-
- attachChild(Props, String, boolean) - Method in interface akka.actor.dungeon.Children
-
- attachChild(Props, boolean) - Static method in class akka.routing.RoutedActorCell
-
- attachChild(Props, String, boolean) - Static method in class akka.routing.RoutedActorCell
-
- attachConductor(TestConductorExt) - Method in class akka.remote.testkit.MultiNodeSpec
-
- attachDownstreamBoundary(GraphInterpreter.Connection, GraphInterpreter.DownstreamBoundaryStageLogic<?>) - Method in class akka.stream.impl.fusing.GraphInterpreter
-
Assign the boundary logic to a given connection.
- attachDownstreamBoundary(int, GraphInterpreter.DownstreamBoundaryStageLogic<?>) - Method in class akka.stream.impl.fusing.GraphInterpreter
-
- attachments() - Method in class akka.camel.CamelMessage
-
- attachments(Set<String>) - Method in class akka.camel.CamelMessage
-
Returns those attachments from this message whose name is contained in names.
- attachUpstreamBoundary(GraphInterpreter.Connection, GraphInterpreter.UpstreamBoundaryStageLogic<?>) - Method in class akka.stream.impl.fusing.GraphInterpreter
-
Assign the boundary logic to a given connection.
- attachUpstreamBoundary(int, GraphInterpreter.UpstreamBoundaryStageLogic<?>) - Method in class akka.stream.impl.fusing.GraphInterpreter
-
- attempt() - Method in class akka.cluster.JoinSeedNodeProcess
-
- attempt() - Method in class akka.persistence.AtLeastOnceDelivery.Internal$.Delivery
-
- attemptedReconnects() - Method in class akka.contrib.pattern.ReliableProxy
-
- AttemptSysMsgRedelivery$() - Constructor for class akka.remote.ReliableDeliverySupervisor.AttemptSysMsgRedelivery$
-
- attributeList() - Method in class akka.stream.Attributes
-
- Attributes - Class in akka.stream
-
- Attributes(List<Attributes.Attribute>) - Constructor for class akka.stream.Attributes
-
- attributes() - Method in class akka.stream.impl.ActorPublisherSource
-
- attributes() - Method in class akka.stream.impl.ActorRefSink
-
- attributes() - Method in class akka.stream.impl.ActorRefSource
-
- attributes() - Method in class akka.stream.impl.ActorSubscriberSink
-
- attributes() - Method in class akka.stream.impl.CancelSink
-
- attributes() - Method in class akka.stream.impl.FanoutPublisherSink
-
- attributes() - Method in class akka.stream.impl.fusing.GraphModule
-
- attributes() - Method in class akka.stream.impl.fusing.GraphStageModule
-
- attributes() - Method in class akka.stream.impl.io.FileSink
-
- attributes() - Method in class akka.stream.impl.io.FileSource
-
- attributes() - Method in class akka.stream.impl.io.InputStreamSource
-
- attributes() - Method in class akka.stream.impl.io.OutputStreamSink
-
- attributes() - Method in class akka.stream.impl.io.TlsModule
-
- attributes() - Method in class akka.stream.impl.MaybeSource
-
- attributes() - Method in class akka.stream.impl.ProcessorModule
-
- attributes() - Method in class akka.stream.impl.PublisherSink
-
- attributes() - Method in class akka.stream.impl.PublisherSource
-
- attributes() - Method in interface akka.stream.impl.Stages.SymbolicStage
-
- attributes() - Method in class akka.stream.impl.StreamLayout.CompositeModule
-
- attributes() - Method in class akka.stream.impl.StreamLayout.CopiedModule
-
- attributes() - Method in class akka.stream.impl.StreamLayout.EmptyModule$
-
- attributes() - Method in class akka.stream.impl.StreamLayout.FusedModule
-
- attributes() - Method in interface akka.stream.impl.StreamLayout.Module
-
- attributes() - Method in class akka.stream.impl.StreamLayout.StructuralInfoModule
-
- attributes() - Method in class akka.stream.impl.SubscriberSink
-
- attributes() - Method in class akka.stream.impl.SubscriberSource
-
- attributes() - Method in interface akka.stream.stage.LifecycleContext
-
Returns operation attributes associated with the this Stage
- attributes() - Method in class akka.stream.testkit.StreamTestKit.ProbeSink
-
- attributes() - Method in class akka.stream.testkit.StreamTestKit.ProbeSource
-
- Attributes$ - Class in akka.stream
-
- Attributes$() - Constructor for class akka.stream.Attributes$
-
- Attributes.AsyncBoundary$ - Class in akka.stream
-
- Attributes.Attribute - Interface in akka.stream
-
- Attributes.InputBuffer - Class in akka.stream
-
- Attributes.InputBuffer$ - Class in akka.stream
-
- Attributes.LogLevels - Class in akka.stream
-
- Attributes.LogLevels$ - Class in akka.stream
-
- Attributes.Name - Class in akka.stream
-
- Attributes.Name$ - Class in akka.stream
-
- augmentScheme(String) - Static method in class akka.remote.transport.ActorTransportAdapter
-
- augmentScheme(Address) - Static method in class akka.remote.transport.ActorTransportAdapter
-
- augmentScheme(String) - Static method in class akka.remote.transport.AkkaProtocolTransport
-
- augmentScheme(Address) - Static method in class akka.remote.transport.AkkaProtocolTransport
-
- augmentScheme(String) - Static method in class akka.remote.transport.FailureInjectorHandle
-
- augmentScheme(Address) - Static method in class akka.remote.transport.FailureInjectorHandle
-
- augmentScheme(String) - Static method in class akka.remote.transport.FailureInjectorTransportAdapter
-
- augmentScheme(Address) - Static method in class akka.remote.transport.FailureInjectorTransportAdapter
-
- augmentScheme(String) - Method in interface akka.remote.transport.SchemeAugmenter
-
- augmentScheme(Address) - Method in interface akka.remote.transport.SchemeAugmenter
-
- augmentScheme(String) - Static method in class akka.remote.transport.ThrottlerHandle
-
- augmentScheme(Address) - Static method in class akka.remote.transport.ThrottlerHandle
-
- augmentScheme(String) - Static method in class akka.remote.transport.ThrottlerTransportAdapter
-
- augmentScheme(Address) - Static method in class akka.remote.transport.ThrottlerTransportAdapter
-
- AutoAck() - Method in class akka.camel.CamelSettings
-
Configured setting which determines whether one-way communications between an endpoint and this consumer actor
should be auto-acknowledged or application-acknowledged.
- autoAck() - Method in interface akka.camel.Consumer
-
Determines whether one-way communications between an endpoint and this consumer actor
should be auto-acknowledged or application-acknowledged.
- autoAck() - Method in class akka.camel.ConsumerConfig
-
- autoAck() - Method in class akka.camel.internal.component.ActorEndpoint
-
- autoAck() - Method in interface akka.camel.internal.component.ActorEndpointConfig
-
- AutoDown - Class in akka.cluster
-
INTERNAL API
- AutoDown(FiniteDuration) - Constructor for class akka.cluster.AutoDown
-
- AutoDown$ - Class in akka.cluster
-
INTERNAL API
- AutoDown$() - Constructor for class akka.cluster.AutoDown$
-
- AutoDown.UnreachableTimeout - Class in akka.cluster
-
- AutoDown.UnreachableTimeout$ - Class in akka.cluster
-
- AutoDownBase - Class in akka.cluster
-
INTERNAL API
- AutoDownBase(FiniteDuration) - Constructor for class akka.cluster.AutoDownBase
-
- AutoDowning - Class in akka.cluster
-
Used when no custom provider is configured and 'auto-down-unreachable-after' is enabled.
- AutoDowning(ActorSystem) - Constructor for class akka.cluster.AutoDowning
-
- AutoDownUnreachableAfter() - Method in class akka.cluster.ClusterSettings
-
- autoFusing() - Method in class akka.stream.ActorMaterializerSettings
-
- autopilot() - Method in class akka.testkit.TestActor
-
- AutoPilot() - Constructor for class akka.testkit.TestActor.AutoPilot
-
- AutoReceivedMessage - Interface in akka.actor
-
INTERNAL API
- autoReceiveMessage(Envelope) - Method in class akka.actor.ActorCell
-
- autoReceiveMessage(Envelope) - Static method in class akka.routing.RoutedActorCell
-
- autoResendTimer() - Method in class akka.remote.ReliableDeliverySupervisor
-
- AutoReset - Class in akka.pattern
-
- AutoReset(FiniteDuration) - Constructor for class akka.pattern.AutoReset
-
- AutoReset$ - Class in akka.pattern
-
- AutoReset$() - Constructor for class akka.pattern.AutoReset$
-
- autoSelectPort(String) - Method in class akka.remote.artery.ArteryTransport$
-
- autoSelectPort(String) - Static method in class akka.remote.artery.ArteryTransport
-
- autoUpdate() - Method in class akka.persistence.PersistenceSettings.view
-
- autoUpdate() - Method in interface akka.persistence.PersistentView
-
Deprecated.
If true, this view automatically updates itself with an interval specified by autoUpdateInterval.
- autoUpdateInterval() - Method in class akka.persistence.PersistenceSettings.view
-
- autoUpdateInterval() - Method in interface akka.persistence.PersistentView
-
Deprecated.
The interval for automated updates.
- autoUpdateReplayMax() - Method in class akka.persistence.PersistenceSettings.view
-
- autoUpdateReplayMax() - Method in interface akka.persistence.PersistentView
-
Deprecated.
The maximum number of messages to replay per update.
- availableChunks() - Method in class akka.stream.impl.io.FilePublisher
-
- availableNodes() - Method in interface akka.cluster.routing.ClusterRouterActor
-
- availableTokens() - Method in class akka.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
- average() - Method in class akka.cluster.Metric
-
Deprecated.
- average() - Method in class akka.cluster.metrics.Metric
-
- averageProbeDistance() - Method in class akka.remote.artery.CacheStatistics
-
- await() - Method in class akka.persistence.Update
-
- await() - Method in class akka.remote.testkit.MultiNodeSpec.AwaitHelper
-
- await(ActorSystem) - Method in class akka.testkit.TestBarrier
-
- await(FiniteDuration, ActorSystem) - Method in class akka.testkit.TestBarrier
-
- AwaitActivation - Class in akka.camel.internal
-
INTERNAL API
A request message to the ActivationTracker for the status of activation.
- AwaitActivation(ActorRef) - Constructor for class akka.camel.internal.AwaitActivation
-
- AwaitActivation$ - Class in akka.camel.internal
-
- AwaitActivation$() - Constructor for class akka.camel.internal.AwaitActivation$
-
- awaitAssert(Function0<Object>, Duration, Duration) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- awaitAssert(Function0<Object>, Duration, Duration) - Static method in class akka.persistence.journal.JournalSpec
-
- awaitAssert(Function0<Object>, Duration, Duration) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- awaitAssert(Function0<Object>, Duration, Duration) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- AwaitAssert() - Constructor for class akka.testkit.JavaTestKit.AwaitAssert
-
- AwaitAssert(Duration) - Constructor for class akka.testkit.JavaTestKit.AwaitAssert
-
- AwaitAssert(Duration, Duration) - Constructor for class akka.testkit.JavaTestKit.AwaitAssert
-
- awaitAssert(Function0<Object>, Duration, Duration) - Static method in class akka.testkit.TestKit
-
- awaitAssert(Function0<Object>, Duration, Duration) - Method in interface akka.testkit.TestKitBase
-
Await until the given assert does not throw an exception or the timeout
expires, whichever comes first.
- awaitAssert(Function0<Object>, Duration, Duration) - Static method in class akka.testkit.TestProbe
-
- awaitAssert$default$2() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- awaitAssert$default$2() - Static method in class akka.persistence.journal.JournalSpec
-
- awaitAssert$default$2() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- awaitAssert$default$2() - Static method in class akka.remote.testkit.MultiNodeSpec
-
- awaitAssert$default$2() - Static method in class akka.testkit.TestKit
-
- awaitAssert$default$2() - Static method in class akka.testkit.TestProbe
-
- awaitAssert$default$3() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- awaitAssert$default$3() - Static method in class akka.persistence.journal.JournalSpec
-
- awaitAssert$default$3() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- awaitAssert$default$3() - Static method in class akka.remote.testkit.MultiNodeSpec
-
- awaitAssert$default$3() - Static method in class akka.testkit.TestKit
-
- awaitAssert$default$3() - Static method in class akka.testkit.TestProbe
-
- awaitCond(Function0<Object>, Duration, Duration, String) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- awaitCond(Function0<Object>, Duration, Duration, String) - Static method in class akka.persistence.journal.JournalSpec
-
- awaitCond(Function0<Object>, Duration, Duration, String) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- awaitCond(Function0<Object>, Duration, Duration, String) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- AwaitCond() - Constructor for class akka.testkit.JavaTestKit.AwaitCond
-
- AwaitCond(Duration) - Constructor for class akka.testkit.JavaTestKit.AwaitCond
-
- AwaitCond(Duration, Duration) - Constructor for class akka.testkit.JavaTestKit.AwaitCond
-
- AwaitCond(Duration, Duration, String) - Constructor for class akka.testkit.JavaTestKit.AwaitCond
-
- awaitCond(Function0<Object>, Duration, Duration, boolean) - Method in class akka.testkit.TestKit$
-
Await until the given condition evaluates to true or the timeout
expires, whichever comes first.
- awaitCond(Function0<Object>, Duration, Duration, boolean) - Static method in class akka.testkit.TestKit
-
Await until the given condition evaluates to true or the timeout
expires, whichever comes first.
- awaitCond(Function0<Object>, Duration, Duration, String) - Method in interface akka.testkit.TestKitBase
-
Await until the given condition evaluates to true or the timeout
expires, whichever comes first.
- awaitCond(Function0<Object>, Duration, Duration, String) - Static method in class akka.testkit.TestProbe
-
- awaitCond$default$2() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- awaitCond$default$2() - Static method in class akka.persistence.journal.JournalSpec
-
- awaitCond$default$2() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- awaitCond$default$2() - Static method in class akka.remote.testkit.MultiNodeSpec
-
- awaitCond$default$2() - Static method in class akka.testkit.TestKit
-
- awaitCond$default$2() - Static method in class akka.testkit.TestProbe
-
- awaitCond$default$3() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- awaitCond$default$3() - Static method in class akka.persistence.journal.JournalSpec
-
- awaitCond$default$3() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- awaitCond$default$3() - Static method in class akka.remote.testkit.MultiNodeSpec
-
- awaitCond$default$3() - Static method in class akka.testkit.TestKit
-
- awaitCond$default$3() - Static method in class akka.testkit.TestProbe
-
- awaitCond$default$4() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- awaitCond$default$4() - Static method in class akka.persistence.journal.JournalSpec
-
- awaitCond$default$4() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- awaitCond$default$4() - Static method in class akka.remote.testkit.MultiNodeSpec
-
- awaitCond$default$4() - Static method in class akka.testkit.TestKit
-
- awaitCond$default$4() - Static method in class akka.testkit.TestProbe
-
- AwaitDeActivation - Class in akka.camel.internal
-
INTERNAL API
A request message to the ActivationTracker for the status of de-activation.
- AwaitDeActivation(ActorRef) - Constructor for class akka.camel.internal.AwaitDeActivation
-
- AwaitDeActivation$ - Class in akka.camel.internal
-
- AwaitDeActivation$() - Constructor for class akka.camel.internal.AwaitDeActivation$
-
- awaitDone(Duration) - Static method in class akka.testkit.CustomEventFilter
-
- awaitDone(Duration) - Static method in class akka.testkit.DeadLettersFilter
-
- awaitDone(Duration) - Static method in class akka.testkit.DebugFilter
-
- awaitDone(Duration) - Static method in class akka.testkit.ErrorFilter
-
- awaitDone(Duration) - Method in class akka.testkit.EventFilter
-
- awaitDone(Duration) - Static method in class akka.testkit.InfoFilter
-
- awaitDone(Duration) - Static method in class akka.testkit.WarningFilter
-
- AwaitDone$() - Constructor for class akka.remote.testconductor.ClientFSM.AwaitDone$
-
- awaitDurationMillis() - Method in class akka.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 akka.remote.testkit.MultiNodeSpec
-
Enrich .await() onto all Awaitables, using remaining duration from the innermost
enclosing within block or QueryTimeout.
- AwaitHelper(Awaitable<T>) - Constructor for class akka.remote.testkit.MultiNodeSpec.AwaitHelper
-
- awaitingClose() - Method in class akka.stream.impl.io.TLSActor
-
- awaitTermination(Duration) - Method in class akka.actor.ActorSystem
-
- awaitTermination() - Method in class akka.actor.ActorSystem
-
- awaitTermination(Duration) - Method in class akka.actor.ActorSystemImpl
-
- awaitTermination() - Method in class akka.actor.ActorSystemImpl
-
- awaitTermination(long, TimeUnit) - Method in interface akka.dispatch.ExecutorServiceDelegate
-
- c() - Method in class akka.actor.dungeon.ChildrenContainer.NormalChildrenContainer
-
- c() - Method in class akka.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
-
- cache() - Method in class akka.io.DnsExt
-
- cache() - Method in interface akka.io.DnsProvider
-
- cache() - Method in class akka.io.InetAddressDnsProvider
-
- cache() - Method in class akka.testkit.CachingPartialFunction
-
- cached(String, ActorSystem) - Method in class akka.io.Dns$
-
- cached(String) - Method in class akka.io.Dns
-
- cached(String) - Method in class akka.io.SimpleDnsCache
-
- cachedAssociation() - Method in class akka.remote.RemoteActorRef
-
- cachedSendQueueIndex() - Method in class akka.remote.RemoteActorRef
-
- CacheStatistics - Class in akka.remote.artery
-
INTERNAL API
- CacheStatistics(int, int, double) - Constructor for class akka.remote.artery.CacheStatistics
-
- CacheStatistics$ - Class in akka.remote.artery
-
- CacheStatistics$() - Constructor for class akka.remote.artery.CacheStatistics$
-
- CachingConfig - Class in akka.dispatch
-
INTERNAL API
- CachingConfig(Config) - Constructor for class akka.dispatch.CachingConfig
-
- cachingConfig() - Method in class akka.dispatch.Dispatchers
-
- cachingConfig() - Method in class akka.typed.internal.DispatchersImpl
-
- CachingConfig$ - Class in akka.dispatch
-
INTERNAL API
- CachingConfig$() - Constructor for class akka.dispatch.CachingConfig$
-
- CachingConfig.PathEntry - Interface in akka.dispatch
-
- CachingConfig.StringPathEntry - Class in akka.dispatch
-
- CachingConfig.StringPathEntry$ - Class in akka.dispatch
-
- CachingConfig.ValuePathEntry - Class in akka.dispatch
-
- CachingConfig.ValuePathEntry$ - Class in akka.dispatch
-
- CachingPartialFunction<A,B> - Class in akka.testkit
-
INTERNAL API
- CachingPartialFunction() - Constructor for class akka.testkit.CachingPartialFunction
-
- calculateDelay(int, FiniteDuration, FiniteDuration, double) - Method in class akka.pattern.BackoffSupervisor$
-
INTERNAL API
- calculateDelay(int, FiniteDuration, FiniteDuration, double) - Static method in class akka.pattern.BackoffSupervisor
-
INTERNAL API
- callback() - Method in class akka.cluster.InternalClusterAction.AddOnMemberRemovedListener
-
- callback() - Method in class akka.cluster.InternalClusterAction.AddOnMemberUpListener
-
- CallbackBridge() - Constructor for class akka.dispatch.japi.CallbackBridge
-
Deprecated.
- CallbackWrapper<T> - Interface in akka.stream.stage
-
INTERNAL API
This trait wraps callback for GraphStage stage instances and handle gracefully cases when stage is
not yet initialized or already finished.
- CallbackWrapper.CallbackState - Interface in akka.stream.stage
-
- CallbackWrapper.Initialized - Class in akka.stream.stage
-
- CallbackWrapper.NotInitialized - Class in akka.stream.stage
-
- CallbackWrapper.Stopped - Class in akka.stream.stage
-
- CallFailed() - Constructor for class akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitBreakerInternalEvents$.CallFailed
-
- CallingThreadDispatcher - Class in akka.testkit
-
Dispatcher which runs invocations on the current thread only.
- CallingThreadDispatcher(MessageDispatcherConfigurator) - Constructor for class akka.testkit.CallingThreadDispatcher
-
- CallingThreadDispatcher$ - Class in akka.testkit
-
- CallingThreadDispatcher$() - Constructor for class akka.testkit.CallingThreadDispatcher$
-
- CallingThreadDispatcherConfigurator - Class in akka.testkit
-
- CallingThreadDispatcherConfigurator(Config, DispatcherPrerequisites) - Constructor for class akka.testkit.CallingThreadDispatcherConfigurator
-
- CallingThreadDispatcherQueues - Class in akka.testkit
-
- CallingThreadDispatcherQueues() - Constructor for class akka.testkit.CallingThreadDispatcherQueues
-
- CallingThreadDispatcherQueues$ - Class in akka.testkit
-
- CallingThreadDispatcherQueues$() - Constructor for class akka.testkit.CallingThreadDispatcherQueues$
-
- CallingThreadMailbox - Class in akka.testkit
-
- CallingThreadMailbox(Cell, MailboxType) - Constructor for class akka.testkit.CallingThreadMailbox
-
- callsLeftInThisPeriod() - Method in class akka.contrib.throttle.TimerBasedThrottler.Data
-
- CallSucceeded() - Constructor for class akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitBreakerInternalEvents$.CallSucceeded
-
- callSucceededHandling() - Method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- callTimeout() - Method in class akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitBreakerPropsBuilder
-
- callWithCircuitBreaker(Callable<Future<T>>) - Method in class akka.pattern.CircuitBreaker
-
- callWithCircuitBreakerCS(Callable<CompletionStage<T>>) - Method in class akka.pattern.CircuitBreaker
-
- callWithSyncCircuitBreaker(Callable<T>) - Method in class akka.pattern.CircuitBreaker
-
- Camel - Interface in akka.camel
-
Camel trait encapsulates the underlying camel machinery.
- camel() - Method in interface akka.camel.CamelSupport
-
INTERNAL API
Returns a
Camel trait which provides access to the CamelExtension.
- camel() - Method in class akka.camel.internal.CamelSupervisor
-
- camel() - Method in class akka.camel.internal.component.ActorEndpoint
-
- camel() - Method in interface akka.camel.internal.component.ActorEndpointConfig
-
- camel() - Method in class akka.camel.internal.ConsumerRegistrar
-
- camel() - Method in class akka.camel.internal.ProducerRegistrar
-
- camel() - Method in class akka.camel.internal.Registry
-
- camel() - Method in class akka.camel.javaapi.UntypedConsumerActor
-
- camel() - Method in class akka.camel.javaapi.UntypedProducerActor
-
- camelContext() - Method in interface akka.camel.CamelSupport
-
Returns the CamelContext.
- camelContext() - Static method in class akka.camel.internal.CamelSupervisor
-
- CamelExchangeAdapter - Class in akka.camel.internal
-
- CamelExchangeAdapter(Exchange) - Constructor for class akka.camel.internal.CamelExchangeAdapter
-
- CamelExtension - Class in akka.camel
-
This class can be used to get hold of an instance of the Camel class bound to the actor system.
- CamelExtension() - Constructor for class akka.camel.CamelExtension
-
- CamelExtension$ - Class in akka.camel
-
This class can be used to get hold of an instance of the Camel class bound to the actor system.
- CamelExtension$() - Constructor for class akka.camel.CamelExtension$
-
- CamelMessage - Class in akka.camel
-
An immutable representation of a Camel message.
- CamelMessage(Object, Map<String, Object>, Map<String, DataHandler>) - Constructor for class akka.camel.CamelMessage
-
- CamelMessage(Object, Map<String, Object>) - Constructor for class akka.camel.CamelMessage
-
- CamelMessage(Object, Map<String, Object>, Map<String, DataHandler>) - Constructor for class akka.camel.CamelMessage
-
- CamelMessage(Object, Map<String, Object>) - Constructor for class akka.camel.CamelMessage
-
- CamelMessage$ - Class in akka.camel
-
Companion object of CamelMessage class.
- CamelMessage$() - Constructor for class akka.camel.CamelMessage$
-
- CamelPath - Class in akka.camel.internal.component
-
Converts ActorRefs and actorPaths to URI's that point to the actor through the Camel Actor Component.
- CamelPath() - Constructor for class akka.camel.internal.component.CamelPath
-
- CamelPath$ - Class in akka.camel.internal.component
-
Converts ActorRefs and actorPaths to URI's that point to the actor through the Camel Actor Component.
- CamelPath$() - Constructor for class akka.camel.internal.component.CamelPath$
-
- CamelProducerObjects(Endpoint, SendProcessor) - Constructor for class akka.camel.internal.CamelSupervisor.CamelProducerObjects
-
- CamelProducerObjects$() - Constructor for class akka.camel.internal.CamelSupervisor.CamelProducerObjects$
-
- CamelSettings - Class in akka.camel
-
Settings for the Camel Extension
param: config the config
- CamelSettings(Config, DynamicAccess) - Constructor for class akka.camel.CamelSettings
-
- CamelSupervisor - Class in akka.camel.internal
-
INTERNAL API
Top level supervisor for internal Camel actors
- CamelSupervisor() - Constructor for class akka.camel.internal.CamelSupervisor
-
- CamelSupervisor$ - Class in akka.camel.internal
-
INTERNAL API
Messages for the camel supervisor, registrations and de-registrations.
- CamelSupervisor$() - Constructor for class akka.camel.internal.CamelSupervisor$
-
- CamelSupervisor.AddWatch - Class in akka.camel.internal
-
INTERNAL API
Adds a watch for the actor
- CamelSupervisor.AddWatch$ - Class in akka.camel.internal
-
- CamelSupervisor.CamelProducerObjects - Class in akka.camel.internal
-
INTERNAL API
Provides a Producer with the required camel objects to function.
- CamelSupervisor.CamelProducerObjects$ - Class in akka.camel.internal
-
- CamelSupervisor.CamelSupervisorMessage - Interface in akka.camel.internal
-
- CamelSupervisor.DeRegister - Class in akka.camel.internal
-
INTERNAL API
De-registers a producer or a consumer.
- CamelSupervisor.DeRegister$ - Class in akka.camel.internal
-
- CamelSupervisor.Register - Class in akka.camel.internal
-
INTERNAL API
Registers a consumer or a producer.
- CamelSupervisor.Register$ - Class in akka.camel.internal
-
- CamelSupport - Interface in akka.camel
-
- canBeScheduledForExecution(boolean, boolean) - Method in class akka.dispatch.Mailbox
-
- canBuildFrom() - Method in class akka.util.ByteString$
-
- canBuildFrom() - Static method in class akka.util.ByteString
-
- cancel() - Method in interface akka.actor.Cancellable
-
Cancels this Cancellable and returns true if that was successful.
- cancel() - Method in class akka.actor.FSM.Timer
-
- cancel() - Method in class akka.actor.LightArrayRevolverScheduler.TaskHolder
-
- cancel(boolean) - Static method in class akka.dispatch.Mailbox
-
- cancel() - Method in class akka.persistence.fsm.PersistentFSM.Timer
-
- cancel(Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- cancel(String, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- cancel(String, Throwable, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- cancel(Throwable, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- cancel(Position) - Static method in class akka.persistence.journal.JournalSpec
-
- cancel(String, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- cancel(String, Throwable, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- cancel(Throwable, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- cancel(Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- cancel(String, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- cancel(String, Throwable, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- cancel(Throwable, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- cancel() - Static method in class akka.stream.actor.AbstractActorSubscriber
-
- Cancel() - Constructor for class akka.stream.actor.ActorPublisherMessage.Cancel
-
- cancel() - Method in class akka.stream.actor.ActorPublisherSubscription
-
- cancel() - Method in interface akka.stream.actor.ActorSubscriber
-
Cancel upstream subscription.
- cancel() - Static method in class akka.stream.actor.UntypedActorSubscriber
-
- cancel() - Static method in class akka.stream.impl.ActorRefSinkActor
-
- cancel() - Method in class akka.stream.impl.ActorSubscription
-
- cancel() - Method in class akka.stream.impl.BatchingInputBuffer
-
- Cancel - Class in akka.stream.impl
-
INTERNAL API
- Cancel(ActorSubscription<?>) - Constructor for class akka.stream.impl.Cancel
-
- cancel() - Method in class akka.stream.impl.CancelledSubscription$
-
- cancel() - Static method in class akka.stream.impl.CancelledSubscription
-
- cancel() - Method in class akka.stream.impl.FanIn.InputBunch
-
- cancel(int) - Method in class akka.stream.impl.FanIn.InputBunch
-
- cancel(Throwable) - Method in class akka.stream.impl.FanOut.OutputBunch
-
- cancel() - Method in class akka.stream.impl.FanOut.SubstreamSubscription
-
- cancel() - Method in class akka.stream.impl.FanoutOutputs
-
- cancel() - Method in class akka.stream.impl.fusing.ActorGraphInterpreter.ActorOutputBoundary
-
- cancel() - Method in class akka.stream.impl.fusing.ActorGraphInterpreter.BatchingActorInputBoundary
-
- cancel() - Method in class akka.stream.impl.fusing.ActorGraphInterpreter.BoundarySubscription
-
- Cancel(GraphInterpreterShell, int) - Constructor for class akka.stream.impl.fusing.ActorGraphInterpreter.Cancel
-
- cancel(GraphInterpreter.Connection) - Method in class akka.stream.impl.fusing.GraphInterpreter
-
- cancel() - Method in interface akka.stream.impl.Inputs
-
- cancel() - Static method in class akka.stream.impl.io.FileSubscriber
-
- cancel() - Static method in class akka.stream.impl.io.OutputStreamSubscriber
-
- cancel() - Method in interface akka.stream.impl.Outputs
-
- cancel() - Method in class akka.stream.impl.SimpleOutputs
-
- cancel() - Method in class akka.stream.impl.SinkQueueAdapter
-
- cancel(Publisher<?>, FiniteDuration) - Method in interface akka.stream.impl.StreamSubscriptionTimeoutSupport
-
- cancel() - Method in class akka.stream.impl.StreamSubscriptionTimeoutSupport.NoopSubscriptionTimeout$
-
- cancel() - Method in interface akka.stream.javadsl.SinkQueueWithCancel
-
Cancel the stream.
- cancel() - Method in interface akka.stream.scaladsl.SinkQueueWithCancel
-
Cancel the stream.
- cancel(Inlet<T>) - Method in class akka.stream.stage.GraphStageLogic
-
Requests to stop receiving events from a given input port.
- cancel() - Method in class akka.stream.stage.GraphStageLogic.SubSinkInlet
-
- cancel() - Method in class akka.stream.StreamSubscriptionTimeoutTerminationMode$
-
When the timeout expires attach a Subscriber that will immediately cancel its subscription.
- cancel() - Static method in class akka.stream.StreamSubscriptionTimeoutTerminationMode
-
When the timeout expires attach a Subscriber that will immediately cancel its subscription.
- cancel() - Method in class akka.stream.testkit.StreamTestKit.CompletedSubscription
-
- cancel() - Method in class akka.stream.testkit.StreamTestKit.FailedSubscription
-
- cancel() - Method in class akka.stream.testkit.StreamTestKit.PublisherProbeSubscription
-
- cancel() - Method in class akka.stream.testkit.TestSubscriber.Probe
-
- Cancel$() - Constructor for class akka.stream.actor.ActorPublisherMessage.Cancel$
-
- Cancel$ - Class in akka.stream.impl
-
- Cancel$() - Constructor for class akka.stream.impl.Cancel$
-
- Cancel$() - Constructor for class akka.stream.impl.fusing.ActorGraphInterpreter.Cancel$
-
- Cancel$() - Constructor for class akka.stream.impl.fusing.SubSink.Cancel$
-
- Cancel$() - Constructor for class akka.stream.impl.QueueSink.Cancel$
-
- canceled() - Static method in class akka.stream.actor.AbstractActorSubscriber
-
- Canceled() - Constructor for class akka.stream.actor.ActorPublisher.Internal$.Canceled
-
- canceled() - Method in interface akka.stream.actor.ActorSubscriber
-
- canceled() - Method in class akka.stream.actor.ActorSubscriberState.State
-
- canceled() - Static method in class akka.stream.actor.UntypedActorSubscriber
-
- canceled() - Static method in class akka.stream.impl.ActorRefSinkActor
-
- canceled() - Static method in class akka.stream.impl.io.FileSubscriber
-
- canceled() - Static method in class akka.stream.impl.io.OutputStreamSubscriber
-
- Canceled$() - Constructor for class akka.stream.impl.io.OutputStreamSourceStage.Canceled$
-
- CancelingSubscriber$() - Constructor for class akka.stream.impl.StreamSubscriptionTimeoutSupport.CancelingSubscriber$
-
- cancelInstance() - Method in class akka.stream.actor.ActorPublisherMessage$
-
Java API: get the singleton instance of the Cancel message
- cancelInstance() - Static method in class akka.stream.actor.ActorPublisherMessage
-
Java API: get the singleton instance of the Cancel message
- Cancellable - Interface in akka.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.
- Cancelled() - Method in class akka.stream.impl.FanIn$
-
- Cancelled() - Static method in class akka.stream.impl.FanIn
-
- cancelled() - Method in class akka.stream.javadsl.Sink$
-
A Sink that immediately cancels its upstream after materialization.
- cancelled() - Static method in class akka.stream.javadsl.Sink
-
A Sink that immediately cancels its upstream after materialization.
- cancelled() - Method in class akka.stream.scaladsl.Sink$
-
A Sink that immediately cancels its upstream after materialization.
- cancelled() - Static method in class akka.stream.scaladsl.Sink
-
A Sink that immediately cancels its upstream after materialization.
- cancelledSink() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- CancelledSubscription - Class in akka.stream.impl
-
INTERNAL API
This is only a legal subscription when it is immediately followed by
a termination signal (onComplete, onError).
- CancelledSubscription() - Constructor for class akka.stream.impl.CancelledSubscription
-
- CancelledSubscription$ - Class in akka.stream.impl
-
INTERNAL API
This is only a legal subscription when it is immediately followed by
a termination signal (onComplete, onError).
- CancelledSubscription$() - Constructor for class akka.stream.impl.CancelledSubscription$
-
- CancellingSubscriber<T> - Class in akka.stream.impl
-
- CancellingSubscriber() - Constructor for class akka.stream.impl.CancellingSubscriber
-
- cancelReceiveTimeout() - Static method in class akka.actor.ActorCell
-
- cancelReceiveTimeout() - Method in interface akka.actor.dungeon.ReceiveTimeout
-
- cancelReceiveTimeout() - Static method in class akka.routing.RoutedActorCell
-
- cancelReceiveTimeout() - Method in interface akka.typed.ActorContext
-
Cancel the sending of receive timeout notifications.
- cancelReceiveTimeout() - Method in class akka.typed.adapter.ActorContextAdapter
-
- cancelReceiveTimeout() - Method in class akka.typed.EffectfulActorContext
-
- cancelReceiveTimeout() - Method in class akka.typed.internal.ActorCell
-
- cancelReceiveTimeout() - Method in class akka.typed.StubbedActorContext
-
- CancelScheduledBeforeMaterialization$() - Constructor for class akka.stream.impl.fusing.SubSink.CancelScheduledBeforeMaterialization$
-
- cancelSelf() - Method in interface akka.stream.actor.ActorPublisher
-
- CancelSink - Class in akka.stream.impl
-
INTERNAL API
A sink that immediately cancels its upstream upon materialization.
- CancelSink(Attributes, SinkShape<Object>) - Constructor for class akka.stream.impl.CancelSink
-
- CancelSubscription(Subscription) - Constructor for class akka.stream.testkit.TestPublisher.CancelSubscription
-
- CancelSubscription$() - Constructor for class akka.stream.testkit.TestPublisher.CancelSubscription$
-
- cancelSubstream() - Method in class akka.stream.impl.fusing.SubSink
-
- CancelTermination$() - Constructor for class akka.stream.StreamSubscriptionTimeoutTerminationMode.CancelTermination$
-
- cancelTimer(String) - Static method in class akka.actor.AbstractFSM
-
- cancelTimer(String) - Method in interface akka.actor.FSM
-
- cancelTimer(String) - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- cancelTimer() - Method in class akka.cluster.singleton.ClusterSingletonProxy
-
- cancelTimer(String) - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- cancelTimer(String) - Static method in class akka.contrib.pattern.ReliableProxy
-
- cancelTimer(String) - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- cancelTimer(String) - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- cancelTimer(String) - Method in interface akka.persistence.fsm.PersistentFSMBase
-
- cancelTimer(String) - Static method in class akka.remote.testconductor.BarrierCoordinator
-
- cancelTimer(String) - Static method in class akka.remote.testconductor.ClientFSM
-
- cancelTimer(String) - Static method in class akka.remote.testconductor.ServerFSM
-
- cancelTimer(String) - Static method in class akka.remote.transport.ProtocolStateActor
-
- cancelTimer(String) - Static method in class akka.remote.transport.ThrottledAssociation
-
- cancelTimer(Object) - Method in class akka.stream.stage.TimerGraphStageLogic
-
- cancelTimer(String) - Method in class akka.testkit.TestFSMRef
-
- cancelUpstream() - Method in class akka.stream.impl.FanoutOutputs
-
- cancelUpstream() - Method in interface akka.stream.impl.SubscriberManagement
-
called before shutdown() if the stream is *not* being regularly completed
but shut-down due to the last subscriber having canceled its subscription
- canEqual(Object) - Static method in class akka.actor.ActorIdentity
-
- canEqual(Object) - Static method in exception akka.actor.ActorKilledException
-
- canEqual(Object) - Static method in exception akka.actor.ActorNotFound
-
- canEqual(Object) - Static method in class akka.actor.ActorSelectionMessage
-
- canEqual(Object) - Static method in class akka.actor.Address
-
- canEqual(Object) - Static method in class akka.actor.AddressTerminated
-
- canEqual(Object) - Static method in class akka.actor.AllForOneStrategy
-
- canEqual(Object) - Static method in class akka.actor.ChildNameReserved
-
- canEqual(Object) - Static method in class akka.actor.ChildRestartStats
-
- canEqual(Object) - Static method in class akka.actor.ContextualTypedActorFactory
-
- canEqual(Object) - Static method in class akka.actor.DeadLetter
-
- canEqual(Object) - Static method in exception akka.actor.DeathPactException
-
- canEqual(Object) - Static method in class akka.actor.Deploy
-
- canEqual(Object) - Static method in class akka.actor.Identify
-
- canEqual(Object) - Static method in exception akka.actor.IllegalActorStateException
-
- canEqual(Object) - Static method in exception akka.actor.InvalidActorNameException
-
- canEqual(Object) - Static method in exception akka.actor.InvalidMessageException
-
- canEqual(Object) - Static method in class akka.actor.Nobody
-
- canEqual(Object) - Static method in class akka.actor.OneForOneStrategy
-
- canEqual(Object) - Static method in exception akka.actor.PostRestartException
-
- canEqual(Object) - Static method in exception akka.actor.PreRestartException
-
- canEqual(Object) - Static method in class akka.actor.Props
-
- canEqual(Object) - Static method in class akka.actor.RootActorPath
-
- canEqual(Object) - Static method in exception akka.actor.SchedulerException
-
- canEqual(Object) - Static method in class akka.actor.SelectChildName
-
- canEqual(Object) - Static method in class akka.actor.SelectChildPattern
-
- canEqual(Object) - Static method in class akka.actor.SelectParent
-
- canEqual(Object) - Static method in class akka.actor.SerializedActorRef
-
- canEqual(Object) - Static method in class akka.actor.StopChild
-
- canEqual(Object) - Static method in class akka.actor.SuppressedDeadLetter
-
- canEqual(Object) - Static method in class akka.actor.Terminated
-
- canEqual(Object) - Static method in class akka.actor.TypedProps
-
- canEqual(Object) - Static method in class akka.actor.UnhandledMessage
-
- canEqual(Object) - Static method in class akka.camel.Ack
-
- canEqual(Object) - Method in class akka.camel.CamelMessage
-
Indicates if some other object can be compared (based on type).
- canEqual(Object) - Static method in class akka.camel.FailureResult
-
- canEqual(Object) - Static method in class akka.camel.internal.AwaitActivation
-
- canEqual(Object) - Static method in class akka.camel.internal.AwaitDeActivation
-
- canEqual(Object) - Static method in class akka.camel.internal.component.ActorEndpointPath
-
- canEqual(Object) - Static method in class akka.camel.MessageResult
-
- canEqual(Object) - Static method in class akka.cluster.client.ClusterClients
-
- canEqual(Object) - Static method in class akka.cluster.client.ClusterClientUnreachable
-
- canEqual(Object) - Static method in class akka.cluster.client.ClusterClientUp
-
- canEqual(Object) - Static method in class akka.cluster.client.ContactPointAdded
-
- canEqual(Object) - Static method in class akka.cluster.client.ContactPointRemoved
-
- canEqual(Object) - Static method in class akka.cluster.client.ContactPoints
-
- canEqual(Object) - Static method in class akka.cluster.ClusterHeartbeatSenderState
-
- canEqual(Object) - Static method in class akka.cluster.ddata.Flag
-
- canEqual(Object) - Static method in class akka.cluster.ddata.FlagKey
-
- canEqual(Object) - Static method in class akka.cluster.ddata.GCounterKey
-
- canEqual(Object) - Static method in class akka.cluster.ddata.GSet
-
- canEqual(Object) - Static method in class akka.cluster.ddata.GSetKey
-
- canEqual(Object) - Static method in class akka.cluster.ddata.LWWMapKey
-
- canEqual(Object) - Static method in class akka.cluster.ddata.LWWRegisterKey
-
- canEqual(Object) - Static method in class akka.cluster.ddata.ManyVersionVector
-
- canEqual(Object) - Static method in class akka.cluster.ddata.OneVersionVector
-
- canEqual(Object) - Static method in class akka.cluster.ddata.ORMapKey
-
- canEqual(Object) - Static method in class akka.cluster.ddata.ORMultiMapKey
-
- canEqual(Object) - Static method in class akka.cluster.ddata.ORSetKey
-
- canEqual(Object) - Static method in class akka.cluster.ddata.PNCounterKey
-
- canEqual(Object) - Static method in class akka.cluster.ddata.PNCounterMapKey
-
- canEqual(Object) - Static method in class akka.cluster.ddata.PruningState
-
- canEqual(Object) - Static method in class akka.cluster.EWMA
-
- canEqual(Object) - Static method in class akka.cluster.Gossip
-
- canEqual(Object) - Static method in class akka.cluster.GossipOverview
-
- canEqual(Object) - Static method in class akka.cluster.GossipStats
-
- canEqual(Object) - Static method in class akka.cluster.GossipStatus
-
- canEqual(Object) - Static method in class akka.cluster.HeartbeatNodeRing
-
- canEqual(Object) - Static method in class akka.cluster.Metric
-
Deprecated.
- canEqual(Object) - Static method in class akka.cluster.metrics.AdaptiveLoadBalancingGroup
-
- canEqual(Object) - Static method in class akka.cluster.metrics.AdaptiveLoadBalancingPool
-
- canEqual(Object) - Static method in class akka.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
-
- canEqual(Object) - Static method in class akka.cluster.metrics.ClusterMetricsChanged
-
- canEqual(Object) - Static method in class akka.cluster.metrics.ClusterMetricsSettings
-
- canEqual(Object) - Static method in class akka.cluster.metrics.ClusterMetricsStrategy
-
- canEqual(Object) - Static method in class akka.cluster.metrics.CollectionStartMessage
-
- canEqual(Object) - Static method in class akka.cluster.metrics.CollectionStopMessage
-
- canEqual(Object) - Static method in class akka.cluster.metrics.CpuMetricsSelector
-
- canEqual(Object) - Static method in class akka.cluster.metrics.DefaultSigarProvider
-
- canEqual(Object) - Static method in class akka.cluster.metrics.EWMA
-
- canEqual(Object) - Static method in class akka.cluster.metrics.HeapMetricsSelector
-
- canEqual(Object) - Static method in class akka.cluster.metrics.Metric
-
- canEqual(Object) - Static method in class akka.cluster.metrics.MetricsGossip
-
- canEqual(Object) - Static method in class akka.cluster.metrics.MetricsGossipEnvelope
-
- canEqual(Object) - Static method in class akka.cluster.metrics.MixMetricsSelector
-
- canEqual(Object) - Static method in class akka.cluster.metrics.NodeMetrics
-
- canEqual(Object) - Static method in class akka.cluster.metrics.SystemLoadAverageMetricsSelector
-
- canEqual(Object) - Static method in class akka.cluster.MetricsGossip
-
- canEqual(Object) - Static method in class akka.cluster.MetricsGossipEnvelope
-
- canEqual(Object) - Static method in class akka.cluster.NodeMetrics
-
Deprecated.
- canEqual(Object) - Static method in class akka.cluster.routing.AdaptiveLoadBalancingGroup
-
Deprecated.
- canEqual(Object) - Static method in class akka.cluster.routing.AdaptiveLoadBalancingPool
-
Deprecated.
- canEqual(Object) - Static method in class akka.cluster.routing.AdaptiveLoadBalancingRoutingLogic
-
Deprecated.
- canEqual(Object) - Static method in class akka.cluster.routing.ClusterRouterGroup
-
- canEqual(Object) - Static method in class akka.cluster.routing.ClusterRouterGroupSettings
-
- canEqual(Object) - Static method in class akka.cluster.routing.ClusterRouterPool
-
- canEqual(Object) - Static method in class akka.cluster.routing.ClusterRouterPoolSettings
-
- canEqual(Object) - Static method in class akka.cluster.routing.CpuMetricsSelector
-
Deprecated.
- canEqual(Object) - Static method in class akka.cluster.routing.HeapMetricsSelector
-
Deprecated.
- canEqual(Object) - Static method in class akka.cluster.routing.MixMetricsSelector
-
Deprecated.
- canEqual(Object) - Static method in class akka.cluster.routing.SystemLoadAverageMetricsSelector
-
Deprecated.
- canEqual(Object) - Static method in class akka.cluster.UniqueAddress
-
- canEqual(Object) - Static method in class akka.cluster.VectorClock
-
- canEqual(Object) - Static method in class akka.cluster.VectorClockStats
-
- canEqual(Object) - Static method in class akka.dispatch.BoundedControlAwareMailbox
-
- canEqual(Object) - Static method in class akka.dispatch.BoundedDequeBasedMailbox
-
- canEqual(Object) - Static method in class akka.dispatch.BoundedMailbox
-
- canEqual(Object) - Static method in class akka.dispatch.DefaultDispatcherPrerequisites
-
- canEqual(Object) - Static method in class akka.dispatch.Envelope
-
- canEqual(Object) - Static method in class akka.dispatch.MonitorableThreadFactory
-
- canEqual(Object) - Static method in class akka.dispatch.NonBlockingBoundedMailbox
-
- canEqual(Object) - Static method in class akka.dispatch.SingleConsumerOnlyUnboundedMailbox
-
- canEqual(Object) - Static method in class akka.dispatch.sysmsg.Create
-
- canEqual(Object) - Static method in class akka.dispatch.sysmsg.DeathWatchNotification
-
- canEqual(Object) - Static method in class akka.dispatch.sysmsg.Failed
-
- canEqual(Object) - Static method in class akka.dispatch.sysmsg.NoMessage
-
- canEqual(Object) - Static method in class akka.dispatch.sysmsg.Recreate
-
- canEqual(Object) - Static method in class akka.dispatch.sysmsg.Resume
-
- canEqual(Object) - Static method in class akka.dispatch.sysmsg.Supervise
-
- canEqual(Object) - Static method in class akka.dispatch.sysmsg.Suspend
-
- canEqual(Object) - Static method in class akka.dispatch.sysmsg.Terminate
-
- canEqual(Object) - Static method in class akka.dispatch.sysmsg.Unwatch
-
- canEqual(Object) - Static method in class akka.dispatch.sysmsg.Watch
-
- canEqual(Object) - Static method in class akka.dispatch.TaskInvocation
-
- canEqual(Object) - Static method in class akka.dispatch.ThreadPoolConfig
-
- canEqual(Object) - Static method in class akka.dispatch.ThreadPoolConfigBuilder
-
- canEqual(Object) - Static method in class akka.dispatch.UnboundedControlAwareMailbox
-
- canEqual(Object) - Static method in class akka.dispatch.UnboundedDequeBasedMailbox
-
- canEqual(Object) - Static method in class akka.dispatch.UnboundedMailbox
-
- canEqual(Object) - Static method in class akka.japi.Pair
-
- canEqual(Object) - Static method in class akka.japi.tuple.Tuple10
-
- canEqual(Object) - Static method in class akka.japi.tuple.Tuple11
-
- canEqual(Object) - Static method in class akka.japi.tuple.Tuple12
-
- canEqual(Object) - Static method in class akka.japi.tuple.Tuple13
-
- canEqual(Object) - Static method in class akka.japi.tuple.Tuple14
-
- canEqual(Object) - Static method in class akka.japi.tuple.Tuple15
-
- canEqual(Object) - Static method in class akka.japi.tuple.Tuple16
-
- canEqual(Object) - Static method in class akka.japi.tuple.Tuple17
-
- canEqual(Object) - Static method in class akka.japi.tuple.Tuple18
-
- canEqual(Object) - Static method in class akka.japi.tuple.Tuple19
-
- canEqual(Object) - Static method in class akka.japi.tuple.Tuple20
-
- canEqual(Object) - Static method in class akka.japi.tuple.Tuple21
-
- canEqual(Object) - Static method in class akka.japi.tuple.Tuple22
-
- canEqual(Object) - Static method in class akka.japi.tuple.Tuple3
-
- canEqual(Object) - Static method in class akka.japi.tuple.Tuple4
-
- canEqual(Object) - Static method in class akka.japi.tuple.Tuple5
-
- canEqual(Object) - Static method in class akka.japi.tuple.Tuple6
-
- canEqual(Object) - Static method in class akka.japi.tuple.Tuple7
-
- canEqual(Object) - Static method in class akka.japi.tuple.Tuple8
-
- canEqual(Object) - Static method in class akka.japi.tuple.Tuple9
-
- canEqual(Object) - Static method in class akka.osgi.UnregisteringLogService
-
- canEqual(Object) - Static method in class akka.pattern.AutoReset
-
- canEqual(Object) - Static method in class akka.pattern.BackoffOptionsImpl
-
- canEqual(Object) - Static method in class akka.pattern.ManualReset
-
- canEqual(Object) - Static method in class akka.pattern.RestartImpliesFailure
-
- canEqual(Object) - Static method in class akka.pattern.StopImpliesFailure
-
- canEqual(Object) - Static method in class akka.persistence.AtomicWrite
-
- canEqual(Object) - Static method in class akka.persistence.DeleteMessagesFailure
-
- canEqual(Object) - Static method in class akka.persistence.DeleteMessagesSuccess
-
- canEqual(Object) - Static method in class akka.persistence.DeleteSnapshotFailure
-
- canEqual(Object) - Static method in class akka.persistence.DeleteSnapshotsFailure
-
- canEqual(Object) - Static method in class akka.persistence.DeleteSnapshotsSuccess
-
- canEqual(Object) - Static method in class akka.persistence.DeleteSnapshotSuccess
-
- canEqual(Object) - Static method in class akka.persistence.DiscardToDeadLetterStrategy
-
- canEqual(Object) - Static method in class akka.persistence.journal.EventsSeq
-
- canEqual(Object) - Static method in class akka.persistence.journal.IdentityEventAdapter
-
- canEqual(Object) - Static method in class akka.persistence.journal.IdentityEventAdapters
-
- canEqual(Object) - Static method in class akka.persistence.journal.leveldb.Key
-
- canEqual(Object) - Static method in class akka.persistence.journal.NoopReadEventAdapter
-
- canEqual(Object) - Static method in class akka.persistence.journal.NoopWriteEventAdapter
-
- canEqual(Object) - Static method in class akka.persistence.journal.SingleEventSeq
-
- canEqual(Object) - Static method in class akka.persistence.journal.Tagged
-
- canEqual(Object) - Static method in class akka.persistence.NonPersistentRepr
-
- canEqual(Object) - Static method in class akka.persistence.PersistentImpl
-
- canEqual(Object) - Static method in class akka.persistence.query.EventEnvelope
-
- canEqual(Object) - Static method in class akka.persistence.query.EventEnvelope2
-
- canEqual(Object) - Static method in class akka.persistence.query.NoOffset
-
- canEqual(Object) - Static method in class akka.persistence.query.Sequence
-
- canEqual(Object) - Static method in class akka.persistence.query.TimeBasedUUID
-
- canEqual(Object) - Static method in class akka.persistence.Recovery
-
- canEqual(Object) - Static method in class akka.persistence.ReplyToStrategy
-
- canEqual(Object) - Static method in class akka.persistence.SaveSnapshotFailure
-
- canEqual(Object) - Static method in class akka.persistence.SaveSnapshotSuccess
-
- canEqual(Object) - Static method in class akka.persistence.SelectedSnapshot
-
- canEqual(Object) - Static method in class akka.persistence.serialization.Snapshot
-
- canEqual(Object) - Static method in class akka.persistence.serialization.SnapshotHeader
-
- canEqual(Object) - Static method in class akka.persistence.SnapshotMetadata
-
- canEqual(Object) - Static method in class akka.persistence.SnapshotOffer
-
- canEqual(Object) - Static method in class akka.persistence.SnapshotSelectionCriteria
-
- canEqual(Object) - Static method in class akka.persistence.ThrowOverflowExceptionStrategy
-
- canEqual(Object) - Static method in class akka.persistence.Update
-
- canEqual(Object) - Static method in class akka.remote.Ack
-
- canEqual(Object) - Static method in class akka.remote.AckedReceiveBuffer
-
- canEqual(Object) - Static method in class akka.remote.AckedSendBuffer
-
- canEqual(Object) - Static method in class akka.remote.artery.ActorSystemTerminating
-
- canEqual(Object) - Static method in class akka.remote.artery.ActorSystemTerminatingAck
-
- canEqual(Object) - Static method in class akka.remote.artery.CacheStatistics
-
- canEqual(Object) - Static method in class akka.remote.artery.compress.CompressionTable
-
- canEqual(Object) - Static method in class akka.remote.artery.compress.DecompressionTable
-
- canEqual(Object) - Static method in class akka.remote.artery.compress.NoInboundCompressions
-
- canEqual(Object) - Static method in class akka.remote.artery.Quarantined
-
- canEqual(Object) - Static method in class akka.remote.artery.Running
-
- canEqual(Object) - Static method in class akka.remote.artery.ShutDown
-
- canEqual(Object) - Static method in class akka.remote.artery.SnapshotInProgress
-
- canEqual(Object) - Static method in class akka.remote.artery.TestState
-
- canEqual(Object) - Static method in class akka.remote.AssociatedEvent
-
- canEqual(Object) - Static method in class akka.remote.AssociationErrorEvent
-
- canEqual(Object) - Static method in class akka.remote.DaemonMsgCreate
-
- canEqual(Object) - Static method in class akka.remote.DisassociatedEvent
-
- canEqual(Object) - Static method in class akka.remote.HeartbeatHistory
-
- canEqual(Object) - Static method in exception akka.remote.HopelessAssociation
-
- canEqual(Object) - Static method in exception akka.remote.InvalidAssociation
-
- canEqual(Object) - Static method in class akka.remote.QuarantinedEvent
-
- canEqual(Object) - Static method in class akka.remote.RARP
-
- canEqual(Object) - Static method in class akka.remote.RemoteScope
-
- canEqual(Object) - Static method in class akka.remote.RemotingErrorEvent
-
- canEqual(Object) - Static method in class akka.remote.RemotingListenEvent
-
- canEqual(Object) - Static method in class akka.remote.RemotingShutdownEvent
-
- canEqual(Object) - Static method in class akka.remote.routing.RemoteRouterConfig
-
- canEqual(Object) - Static method in class akka.remote.SeqNo
-
- canEqual(Object) - Static method in exception akka.remote.ShutDownAssociation
-
- canEqual(Object) - Static method in class akka.remote.testconductor.AddressReply
-
- canEqual(Object) - Static method in class akka.remote.testconductor.BarrierResult
-
- canEqual(Object) - Static method in class akka.remote.testconductor.Client
-
- canEqual(Object) - Static method in class akka.remote.testconductor.Disconnect
-
- canEqual(Object) - Static method in class akka.remote.testconductor.DisconnectMsg
-
- canEqual(Object) - Static method in class akka.remote.testconductor.EnterBarrier
-
- canEqual(Object) - Static method in class akka.remote.testconductor.FailBarrier
-
- canEqual(Object) - Static method in class akka.remote.testconductor.GetAddress
-
- canEqual(Object) - Static method in class akka.remote.testconductor.Hello
-
- canEqual(Object) - Static method in class akka.remote.testconductor.Remove
-
- canEqual(Object) - Static method in class akka.remote.testconductor.RoleName
-
- canEqual(Object) - Static method in class akka.remote.testconductor.Server
-
- canEqual(Object) - Static method in class akka.remote.testconductor.Terminate
-
- canEqual(Object) - Static method in class akka.remote.testconductor.TerminateMsg
-
- canEqual(Object) - Static method in class akka.remote.testconductor.Throttle
-
- canEqual(Object) - Static method in class akka.remote.testconductor.ThrottleMsg
-
- canEqual(Object) - Static method in class akka.remote.testconductor.ToClient
-
- canEqual(Object) - Static method in class akka.remote.testconductor.ToServer
-
- canEqual(Object) - Static method in class akka.remote.ThisActorSystemQuarantinedEvent
-
- canEqual(Object) - Static method in exception akka.remote.transport.FailureInjectorException
-
- canEqual(Object) - Static method in class akka.remote.transport.FailureInjectorHandle
-
- canEqual(Object) - Static method in class akka.remote.transport.HandshakeInfo
-
- canEqual(Object) - Static method in class akka.remote.transport.TestAssociationHandle
-
- canEqual(Object) - Static method in class akka.remote.transport.ThrottlerHandle
-
- canEqual(Object) - Static method in class akka.remote.UniqueAddress
-
- canEqual(Object) - Static method in class akka.routing.ActorRefRoutee
-
- canEqual(Object) - Static method in class akka.routing.ActorSelectionRoutee
-
- canEqual(Object) - Static method in class akka.routing.AddRoutee
-
- canEqual(Object) - Static method in class akka.routing.AdjustPoolSize
-
- canEqual(Object) - Static method in class akka.routing.BalancingPool
-
- canEqual(Object) - Static method in class akka.routing.Broadcast
-
- canEqual(Object) - Static method in class akka.routing.BroadcastGroup
-
- canEqual(Object) - Static method in class akka.routing.BroadcastPool
-
- canEqual(Object) - Static method in class akka.routing.ConsistentHashingGroup
-
- canEqual(Object) - Static method in class akka.routing.ConsistentHashingPool
-
- canEqual(Object) - Static method in class akka.routing.ConsistentHashingRoutingLogic
-
- canEqual(Object) - Static method in class akka.routing.ConsistentRoutee
-
- canEqual(Object) - Static method in class akka.routing.Deafen
-
- canEqual(Object) - Static method in class akka.routing.DefaultOptimalSizeExploringResizer
-
- canEqual(Object) - Static method in class akka.routing.DefaultResizer
-
- canEqual(Object) - Static method in class akka.routing.Listen
-
- canEqual(Object) - Static method in class akka.routing.RandomGroup
-
- canEqual(Object) - Static method in class akka.routing.RandomPool
-
- canEqual(Object) - Static method in class akka.routing.RemoveRoutee
-
- canEqual(Object) - Static method in class akka.routing.RoundRobinGroup
-
- canEqual(Object) - Static method in class akka.routing.RoundRobinPool
-
- canEqual(Object) - Static method in class akka.routing.Routees
-
- canEqual(Object) - Static method in class akka.routing.Router
-
- canEqual(Object) - Static method in class akka.routing.ScatterGatherFirstCompletedGroup
-
- canEqual(Object) - Static method in class akka.routing.ScatterGatherFirstCompletedPool
-
- canEqual(Object) - Static method in class akka.routing.ScatterGatherFirstCompletedRoutees
-
- canEqual(Object) - Static method in class akka.routing.ScatterGatherFirstCompletedRoutingLogic
-
- canEqual(Object) - Static method in class akka.routing.SeveralRoutees
-
- canEqual(Object) - Static method in class akka.routing.SmallestMailboxPool
-
- canEqual(Object) - Static method in class akka.routing.TailChoppingGroup
-
- canEqual(Object) - Static method in class akka.routing.TailChoppingPool
-
- canEqual(Object) - Static method in class akka.routing.TailChoppingRoutees
-
- canEqual(Object) - Static method in class akka.routing.TailChoppingRoutingLogic
-
- canEqual(Object) - Static method in class akka.routing.WithListeners
-
- canEqual(Object) - Static method in class akka.serialization.DisabledJavaSerializer
-
- canEqual(Object) - Static method in exception akka.stream.AbruptTerminationException
-
- canEqual(Object) - Static method in class akka.stream.actor.ActorPublisherImpl
-
- canEqual(Object) - Static method in class akka.stream.actor.OneByOneRequestStrategy
-
- canEqual(Object) - Static method in class akka.stream.actor.WatermarkRequestStrategy
-
- canEqual(Object) - Static method in class akka.stream.actor.ZeroRequestStrategy
-
- canEqual(Object) - Static method in class akka.stream.AmorphousShape
-
- canEqual(Object) - Static method in class akka.stream.Attributes
-
- canEqual(Object) - Static method in class akka.stream.BidiShape
-
- canEqual(Object) - Static method in exception akka.stream.BufferOverflowException
-
- canEqual(Object) - Static method in class akka.stream.FlowShape
-
- canEqual(Object) - Static method in class akka.stream.impl.ActorMaterializerImpl
-
- canEqual(Object) - Static method in class akka.stream.impl.Cancel
-
- canEqual(Object) - Static method in class akka.stream.impl.CancelledSubscription
-
- canEqual(Object) - Static method in class akka.stream.impl.EmptyPublisher
-
- canEqual(Object) - Static method in class akka.stream.impl.ErrorPublisher
-
- canEqual(Object) - Static method in class akka.stream.impl.ExposedPublisher
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.Batch
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.Buffer
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.Collect
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.Drop
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.DropWhile
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.Filter
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.Fold
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.GraphModule
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.GraphStageModule
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.Grouped
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.Intersperse
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.LimitWeighted
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.Log
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.Map
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.MapAsync
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.MapAsyncUnordered
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.MapError
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.Recover
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.Scan
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.ScanAsync
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.Sliding
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.Take
-
- canEqual(Object) - Static method in class akka.stream.impl.fusing.TakeWhile
-
- canEqual(Object) - Static method in class akka.stream.impl.io.TlsModule
-
- canEqual(Object) - Static method in class akka.stream.impl.MaybePublisher
-
- canEqual(Object) - Static method in class akka.stream.impl.ProcessorModule
-
- canEqual(Object) - Static method in class akka.stream.impl.RejectAdditionalSubscribers
-
- canEqual(Object) - Static method in class akka.stream.impl.RequestMore
-
- canEqual(Object) - Static method in class akka.stream.impl.SubscribePending
-
- canEqual(Object) - Static method in class akka.stream.impl.TransferPhase
-
- canEqual(Object) - Static method in class akka.stream.impl.WaitingForUpstreamSubscription
-
- canEqual(Object) - Static method in class akka.stream.IOResult
-
- canEqual(Object) - Static method in class akka.stream.MaterializationContext
-
- canEqual(Object) - Static method in class akka.stream.scaladsl.RunnableGraph
-
- canEqual(Object) - Static method in class akka.stream.SinkShape
-
- canEqual(Object) - Static method in class akka.stream.SourceShape
-
- canEqual(Object) - Static method in class akka.testkit.CustomEventFilter
-
- canEqual(Object) - Static method in class akka.testkit.DeadLettersFilter
-
- canEqual(Object) - Static method in class akka.testkit.DebugFilter
-
- canEqual(Object) - Static method in class akka.testkit.ErrorFilter
-
- canEqual(Object) - Static method in class akka.testkit.InfoFilter
-
- canEqual(Object) - Static method in class akka.testkit.WarningFilter
-
- canEqual(Object) - Static method in class akka.typed.DeadLetter
-
- canEqual(Object) - Static method in exception akka.typed.DeathPactException
-
- canEqual(Object) - Static method in class akka.typed.DispatcherDefault
-
- canEqual(Object) - Static method in class akka.typed.DispatcherFromConfig
-
- canEqual(Object) - Static method in class akka.typed.DispatcherFromExecutionContext
-
- canEqual(Object) - Static method in class akka.typed.DispatcherFromExecutor
-
- canEqual(Object) - Static method in class akka.typed.Dropped
-
- canEqual(Object) - Static method in class akka.typed.EmptyDeploymentConfig
-
- canEqual(Object) - Static method in class akka.typed.internal.Create
-
- canEqual(Object) - Static method in class akka.typed.internal.DeathWatchNotification
-
- canEqual(Object) - Static method in class akka.typed.internal.NoMessage
-
- canEqual(Object) - Static method in class akka.typed.internal.Terminate
-
- canEqual(Object) - Static method in class akka.typed.internal.Unwatch
-
- canEqual(Object) - Static method in class akka.typed.internal.Watch
-
- canEqual(Object) - Static method in class akka.typed.MailboxCapacity
-
- canEqual(Object) - Static method in class akka.typed.patterns.Restarter
-
- canEqual(Object) - Static method in class akka.typed.PostStop
-
- canEqual(Object) - Static method in class akka.typed.PreRestart
-
- canEqual(Object) - Static method in class akka.typed.PreStart
-
- canEqual(Object) - Static method in class akka.typed.Terminated
-
- canEqual(Object) - Static method in class akka.util.ByteString
-
- canEqual(Object) - Static method in class akka.util.CompactByteString
-
- canEqual(Object) - Static method in class akka.util.Timeout
-
- canEqual(Object) - Static method in class akka.util.WildcardIndex
-
- canEqual(Object) - Static method in class akka.util.WildcardTree
-
- CanNotSubscribeTheSameSubscriberMultipleTimes() - Method in class akka.stream.impl.ReactiveStreamsCompliance$
-
- CanNotSubscribeTheSameSubscriberMultipleTimes() - Static method in class akka.stream.impl.ReactiveStreamsCompliance
-
- canNotSubscribeTheSameSubscriberMultipleTimesException() - Method in class akka.stream.impl.ReactiveStreamsCompliance$
-
- canNotSubscribeTheSameSubscriberMultipleTimesException() - Static method in class akka.stream.impl.ReactiveStreamsCompliance
-
- Canonical() - Method in class akka.remote.artery.ArterySettings
-
Accessor for nested Scala object
- Canonical$() - Constructor for class akka.remote.artery.ArterySettings.Canonical$
-
- canonicalize(Object) - Method in class akka.camel.CamelMessage$
-
Creates a canonical form of the given message msg.
- canonicalize(Object) - Static method in class akka.camel.CamelMessage
-
Creates a canonical form of the given message msg.
- canonicalize(Behavior<T>, Behavior<T>) - Method in class akka.typed.Behavior$
-
Given a possibly special behavior (same or unhandled) and a
“current” behavior (which defines the meaning of encountering a Same
behavior) this method unwraps the behavior such that the innermost behavior
is returned, i.e.
- canonicalize(Behavior<T>, Behavior<T>) - Static method in class akka.typed.Behavior
-
Given a possibly special behavior (same or unhandled) and a
“current” behavior (which defines the meaning of encountering a Same
behavior) this method unwraps the behavior such that the innermost behavior
is returned, i.e.
- canWorkWithPartialData() - Method in interface akka.stream.impl.io.ByteStringParser.ParseStep
-
Must return true when NeedMoreData will clean buffer.
- canWorkWithPartialData() - Method in class akka.stream.impl.io.compression.DeflateDecompressorBase.DecompressorParsingLogic.Inflate
-
- CapabilityFlag - Class in akka.persistence
-
- CapabilityFlag() - Constructor for class akka.persistence.CapabilityFlag
-
- CapabilityFlag$ - Class in akka.persistence
-
- CapabilityFlag$() - Constructor for class akka.persistence.CapabilityFlag$
-
- CapabilityFlags - Interface in akka.persistence
-
- capacity(Set<NodeMetrics>) - Method in class akka.cluster.metrics.CapacityMetricsSelector
-
Remaining capacity for each node.
- capacity(Set<NodeMetrics>) - Method in class akka.cluster.metrics.CpuMetricsSelector$
-
- capacity(Set<NodeMetrics>) - Static method in class akka.cluster.metrics.CpuMetricsSelector
-
- capacity(Set<NodeMetrics>) - Method in class akka.cluster.metrics.HeapMetricsSelector$
-
- capacity(Set<NodeMetrics>) - Static method in class akka.cluster.metrics.HeapMetricsSelector
-
- capacity(Set<NodeMetrics>) - Static method in class akka.cluster.metrics.MixMetricsSelector
-
- capacity(Set<NodeMetrics>) - Method in class akka.cluster.metrics.MixMetricsSelectorBase
-
- capacity(Set<NodeMetrics>) - Method in class akka.cluster.metrics.SystemLoadAverageMetricsSelector$
-
- capacity(Set<NodeMetrics>) - Static method in class akka.cluster.metrics.SystemLoadAverageMetricsSelector
-
- capacity(Set<NodeMetrics>) - Method in class akka.cluster.routing.CapacityMetricsSelector
-
Deprecated.
Remaining capacity for each node.
- capacity(Set<NodeMetrics>) - Method in class akka.cluster.routing.CpuMetricsSelector$
-
Deprecated.
- capacity(Set<NodeMetrics>) - Static method in class akka.cluster.routing.CpuMetricsSelector
-
Deprecated.
- capacity(Set<NodeMetrics>) - Method in class akka.cluster.routing.HeapMetricsSelector$
-
Deprecated.
- capacity(Set<NodeMetrics>) - Static method in class akka.cluster.routing.HeapMetricsSelector
-
Deprecated.
- capacity(Set<NodeMetrics>) - Static method in class akka.cluster.routing.MixMetricsSelector
-
Deprecated.
- capacity(Set<NodeMetrics>) - Method in class akka.cluster.routing.MixMetricsSelectorBase
-
Deprecated.
- capacity(Set<NodeMetrics>) - Method in class akka.cluster.routing.SystemLoadAverageMetricsSelector$
-
Deprecated.
- capacity(Set<NodeMetrics>) - Static method in class akka.cluster.routing.SystemLoadAverageMetricsSelector
-
Deprecated.
- capacity() - Method in class akka.dispatch.AbstractBoundedNodeQueue
-
- capacity() - Method in class akka.dispatch.BoundedControlAwareMailbox
-
- capacity() - Method in class akka.dispatch.BoundedControlAwareMailbox.MessageQueue
-
- capacity() - Method in class akka.dispatch.BoundedDequeBasedMailbox
-
- capacity() - Method in class akka.dispatch.BoundedMailbox
-
- capacity() - Method in class akka.dispatch.BoundedPriorityMailbox
-
- capacity() - Method in class akka.dispatch.BoundedStablePriorityMailbox
-
- capacity() - Method in class akka.dispatch.NonBlockingBoundedMailbox
-
- capacity() - Method in class akka.remote.AckedSendBuffer
-
- capacity() - Method in class akka.remote.artery.compress.TopHeavyHitters
-
- capacity() - Method in class akka.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
- capacity(IndexedSeq<Routee>) - Method in class akka.routing.DefaultResizer
-
Returns the overall desired change in resizer capacity.
- capacity() - Method in class akka.stream.impl.BoundedBuffer
-
- capacity() - Method in interface akka.stream.impl.Buffer
-
- capacity() - Method in class akka.stream.impl.FixedSizeBuffer.FixedSizeBuffer
-
- capacity() - Method in class akka.typed.MailboxCapacity
-
- CapacityMetricsSelector - Class in akka.cluster.metrics
-
A MetricsSelector producing weights from remaining capacity.
- CapacityMetricsSelector() - Constructor for class akka.cluster.metrics.CapacityMetricsSelector
-
- CapacityMetricsSelector - Class in akka.cluster.routing
-
- CapacityMetricsSelector() - Constructor for class akka.cluster.routing.CapacityMetricsSelector
-
Deprecated.
- carbonCopy() - Method in class akka.stream.impl.fusing.GraphModule
-
- carbonCopy() - Method in class akka.stream.impl.fusing.GraphStageModule
-
- carbonCopy() - Method in class akka.stream.impl.io.TlsModule
-
- carbonCopy() - Method in class akka.stream.impl.ProcessorModule
-
- carbonCopy() - Method in class akka.stream.impl.SinkModule
-
- carbonCopy() - Method in class akka.stream.impl.SourceModule
-
- carbonCopy() - Method in class akka.stream.impl.StreamLayout.CompositeModule
-
- carbonCopy() - Method in class akka.stream.impl.StreamLayout.CopiedModule
-
- carbonCopy() - Method in class akka.stream.impl.StreamLayout.EmptyModule$
-
- carbonCopy() - Method in class akka.stream.impl.StreamLayout.FusedModule
-
- carbonCopy() - Method in interface akka.stream.impl.StreamLayout.Module
-
The purpose of this method is to create a copy to be included in a larger
graph such that port identity clashes are avoided.
- carbonCopy() - Method in class akka.stream.impl.StreamLayout.StructuralInfoModule
-
- carbonCopy() - Method in class akka.stream.Inlet
-
- carbonCopy() - Method in class akka.stream.Outlet
-
- CaseStatement<F,P,T> - Class in akka.japi.pf
-
- CaseStatement(FI.Predicate, FI.Apply<P, T>) - Constructor for class akka.japi.pf.CaseStatement
-
- CaseStatement$ - Class in akka.japi.pf
-
- CaseStatement$() - Constructor for class akka.japi.pf.CaseStatement$
-
- cause() - Method in class akka.actor.dungeon.ChildrenContainer.Recreation
-
- cause() - Method in class akka.actor.FSM.Failure
-
- cause() - Method in exception akka.actor.PostRestartException
-
- cause() - Method in exception akka.actor.PreRestartException
-
- cause() - Method in class akka.actor.Status.Failure
-
- cause() - Method in class akka.camel.FailureResult
-
- cause() - Method in class akka.camel.internal.ActivationProtocol.EndpointFailedToActivate
-
- cause() - Method in class akka.camel.internal.ActivationProtocol.EndpointFailedToDeActivate
-
- cause() - Method in class akka.cluster.ddata.Replicator.ModifyFailure
-
- cause() - Method in class akka.dispatch.sysmsg.Failed
-
- cause() - Method in class akka.dispatch.sysmsg.Recreate
-
- cause() - Method in class akka.event.Logging.Error
-
- cause() - Method in class akka.io.Tcp.CommandFailed
-
Optionally contains the cause why the command failed.
- cause() - Method in class akka.io.Tcp.ErrorClosed
-
- cause() - Method in class akka.persistence.DeleteMessagesFailure
-
- cause() - Method in class akka.persistence.DeleteSnapshotFailure
-
- cause() - Method in class akka.persistence.DeleteSnapshotsFailure
-
- cause() - Method in class akka.persistence.fsm.PersistentFSM.Failure
-
- cause() - Method in class akka.persistence.journal.AsyncWriteTarget.ReplayFailure
-
- cause() - Method in class akka.persistence.JournalProtocol.ReplayMessagesFailure
-
- cause() - Method in class akka.persistence.JournalProtocol.WriteMessageFailure
-
- cause() - Method in class akka.persistence.JournalProtocol.WriteMessageRejected
-
- cause() - Method in class akka.persistence.JournalProtocol.WriteMessagesFailed
-
- cause() - Method in class akka.persistence.SaveSnapshotFailure
-
- cause() - Method in class akka.persistence.SnapshotProtocol.LoadSnapshotFailed
-
- cause() - Method in class akka.remote.AssociationErrorEvent
-
- cause() - Method in class akka.remote.EndpointManager.ListensFailure
-
- cause() - Method in exception akka.remote.HopelessAssociation
-
- cause() - Method in exception akka.remote.InvalidAssociation
-
- cause() - Method in class akka.remote.RemotingErrorEvent
-
- cause() - Method in exception akka.remote.ShutDownAssociation
-
- cause() - Method in exception akka.remote.transport.Transport.InvalidAssociationException
-
- cause() - Method in class akka.stream.actor.ActorPublisher.Internal$.ErrorEmitted
-
- cause() - Method in class akka.stream.actor.ActorSubscriberMessage.OnError
-
- cause() - Method in class akka.stream.FlowMonitorState.Failed
-
- cause() - Method in class akka.stream.impl.FanIn.OnError
-
- cause() - Method in class akka.stream.impl.fusing.ActorGraphInterpreter.OnError
-
- cause() - Method in class akka.stream.impl.io.InputStreamSinkStage.Failed
-
- cause() - Method in class akka.stream.impl.SubscriberManagement.ErrorCompleted
-
- cause() - Method in class akka.stream.QueueOfferResult.Failure
-
- cause() - Method in class akka.stream.testkit.StreamTestKit.FailedSubscription
-
- cause() - Method in class akka.stream.testkit.TestSubscriber.OnError
-
- CAUSE_FIELD_NUMBER - Static variable in class akka.remote.ContainerFormats.ActorInitializationException
-
- CAUSE_FIELD_NUMBER - Static variable in class akka.remote.ContainerFormats.Throwable
-
- CAUSEDATA_FIELD_NUMBER - Static variable in class akka.remote.SystemMessageFormats.SystemMessage
-
- causedByFailure() - Method in class akka.dispatch.sysmsg.Resume
-
- causedByString() - Method in class akka.io.Tcp.CommandFailed
-
- cb() - Method in class akka.stream.impl.fusing.MapAsync.Holder
-
- Cell - Interface in akka.actor
-
INTERNAL API
- cell() - Static method in class akka.routing.ResizablePoolActor
-
- cell() - Method in class akka.routing.RouterActor
-
- chanceOfScalingDownWhenFull() - Method in class akka.routing.DefaultOptimalSizeExploringResizer
-
- change(UniqueAddress, long) - Method in class akka.cluster.ddata.PNCounter
-
- change() - Method in class akka.routing.AdjustPoolSize
-
- changeActorRefCompression(CompressionTable<ActorRef>) - Method in class akka.remote.artery.Association
-
- changeActorRefCompression(CompressionTable<ActorRef>) - Method in interface akka.remote.artery.Encoder.OutboundCompressionAccess
-
- changeClassManifestCompression(CompressionTable<String>) - Method in class akka.remote.artery.Association
-
- changeClassManifestCompression(CompressionTable<String>) - Method in interface akka.remote.artery.Encoder.OutboundCompressionAccess
-
- changed() - Method in class akka.cluster.ddata.Replicator
-
- Changed(Key<A>, A) - Constructor for class akka.cluster.ddata.Replicator.Changed
-
- Changed$() - Constructor for class akka.cluster.ddata.Replicator.Changed$
-
- ChangedManifest() - Method in class akka.cluster.ddata.protobuf.ReplicatorMessageSerializer
-
- changeMembers(SortedSet<Member>) - Method in class akka.cluster.sharding.ShardRegion
-
- changeState(Eventsourced.State) - Method in interface akka.persistence.Eventsourced
-
- changeState(PersistentView.State) - Method in interface akka.persistence.PersistentView
-
Deprecated.
- channel() - Method in class akka.io.TcpConnection
-
- channel() - Method in class akka.io.TcpListener
-
- channel() - Method in class akka.io.TcpListener.FailedRegisterIncoming
-
- channel() - Method in class akka.io.TcpListener.RegisterIncoming
-
- channel() - Static method in class akka.io.TcpOutgoingConnection
-
- channel() - Method in class akka.io.UdpConnection
-
- channel() - Method in class akka.io.UdpListener
-
- channel() - Method in class akka.io.UdpSender
-
- channel() - Method in interface akka.io.WithUdpSend
-
- channel() - Method in class akka.remote.testconductor.ClientFSM.Connected
-
- channel() - Method in class akka.remote.testconductor.ClientFSM.Data
-
- channel() - Method in class akka.remote.testconductor.Controller.CreateServerFSM
-
- channel() - Method in class akka.remote.testconductor.ServerFSM
-
- ChannelAcceptable$() - Constructor for class akka.io.SelectionHandler.ChannelAcceptable$
-
- channelBound(ChannelHandlerContext, ChannelStateEvent) - Method in class akka.remote.testconductor.PlayerHandler
-
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class akka.remote.testconductor.PlayerHandler
-
- ChannelConnectable$() - Constructor for class akka.io.SelectionHandler.ChannelConnectable$
-
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class akka.remote.testconductor.ConductorHandler
-
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class akka.remote.testconductor.PlayerHandler
-
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in interface akka.remote.transport.netty.NettyClientHelpers
-
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in interface akka.remote.transport.netty.NettyServerHelpers
-
- channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - Method in class akka.remote.testconductor.ConductorHandler
-
- channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - Method in class akka.remote.testconductor.PlayerHandler
-
- channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - Method in interface akka.remote.transport.netty.NettyClientHelpers
-
- channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - Method in interface akka.remote.transport.netty.NettyServerHelpers
-
- channelGroup() - Method in class akka.remote.transport.netty.NettyTransport
-
- ChannelLocalActor - Class in akka.remote.transport.netty
-
INTERNAL API
- ChannelLocalActor() - Constructor for class akka.remote.transport.netty.ChannelLocalActor
-
- ChannelLocalActor$ - Class in akka.remote.transport.netty
-
INTERNAL API
- ChannelLocalActor$() - Constructor for class akka.remote.transport.netty.ChannelLocalActor$
-
- channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in class akka.remote.testconductor.PlayerHandler
-
- channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in interface akka.remote.transport.netty.NettyClientHelpers
-
- channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in interface akka.remote.transport.netty.NettyServerHelpers
-
- ChannelReadable$() - Constructor for class akka.io.SelectionHandler.ChannelReadable$
-
- ChannelRegistration - Interface in akka.io
-
Implementations of this interface are sent as actor messages back to a channel actor as
a result of it having called register on the ChannelRegistry.
- ChannelRegistry - Interface in akka.io
-
Interface behind which we hide our selector management logic from the connection actors
- channelUnbound(ChannelHandlerContext, ChannelStateEvent) - Method in class akka.remote.testconductor.PlayerHandler
-
- ChannelWritable$() - Constructor for class akka.io.SelectionHandler.ChannelWritable$
-
- chaosMode(Address) - Method in class akka.remote.transport.FailureInjectorTransportAdapter
-
- chasePull(GraphInterpreter.Connection) - Method in class akka.stream.impl.fusing.GraphInterpreter
-
- chasePush(GraphInterpreter.Connection) - Method in class akka.stream.impl.fusing.GraphInterpreter
-
- check() - Method in class akka.testkit.JavaTestKit.AwaitAssert
-
- checkCreatorClosingOver(Class<?>) - Method in interface akka.actor.AbstractProps
-
- CheckDeadlines() - Constructor for class akka.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines
-
- checkDeadlinesTask() - Method in class akka.cluster.client.ClusterReceptionist
-
- checkedApply(T) - Method in class akka.dispatch.Mapper
-
Override this method if you need to throw checked exceptions
- Checkin(Address, ThrottlerHandle) - Constructor for class akka.remote.transport.ThrottlerManager.Checkin
-
- Checkin$() - Constructor for class akka.remote.transport.ThrottlerManager.Checkin$
-
- checkMissingAndUnexpected(Seq<Object>, Seq<Object>, String, String) - Method in interface akka.testkit.TestKitBase
-
- checkName(String) - Method in interface akka.actor.dungeon.Children
-
- checkReceiveTimeout() - Static method in class akka.actor.ActorCell
-
- checkReceiveTimeout() - Method in interface akka.actor.dungeon.ReceiveTimeout
-
- checkReceiveTimeout() - Static method in class akka.routing.RoutedActorCell
-
- checkTime() - Method in class akka.routing.OptimalSizeExploringResizer.ResizeRecord
-
- checkValid(Config, Seq<String>) - Method in class akka.dispatch.CachingConfig
-
- checkValid(Config, String[]) - Method in class akka.dispatch.CachingConfig
-
- child(String) - Static method in class akka.actor.ActorCell
-
- child(String) - Method in interface akka.actor.ActorContext
-
Get the child with the given name if it exists.
- child(String) - Method in interface akka.actor.ActorPath
-
Java API: Create a new child actor path.
- child(String) - Method in class akka.actor.ActorSystem
-
Java API: Create a new child actor path.
- child() - Method in class akka.actor.ChildRestartStats
-
- child(String) - Method in interface akka.actor.dungeon.Children
-
- child(String) - Static method in class akka.actor.RootActorPath
-
- child() - Method in class akka.actor.StopChild
-
- child() - Method in class akka.dispatch.sysmsg.Failed
-
- child() - Method in class akka.dispatch.sysmsg.Supervise
-
- child() - Method in class akka.pattern.BackoffOnRestartSupervisor
-
- child() - Method in class akka.pattern.BackoffSupervisor
-
- child() - Method in interface akka.pattern.HandleBackoff
-
- child(String) - Static method in class akka.routing.RoutedActorCell
-
- child(String) - Method in interface akka.typed.ActorContext
-
The named child Actor if it is alive.
- child(String) - Method in class akka.typed.adapter.ActorContextAdapter
-
- child(String) - Method in class akka.typed.internal.ActorCell
-
- child(String) - Method in class akka.typed.StubbedActorContext
-
- child_$eq(Option<ActorRef>) - Static method in class akka.pattern.BackoffSupervisor
-
- CHILD_FIELD_NUMBER - Static variable in class akka.remote.SystemMessageFormats.FailedData
-
- CHILD_FIELD_NUMBER - Static variable in class akka.remote.SystemMessageFormats.SuperviseData
-
- CHILD_NAME_VALUE - Static variable in enum akka.remote.ContainerFormats.PatternType
-
CHILD_NAME = 1;
- CHILD_PATTERN_VALUE - Static variable in enum akka.remote.ContainerFormats.PatternType
-
CHILD_PATTERN = 2;
- childActorOf(Props, String, SupervisorStrategy) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- childActorOf(Props, SupervisorStrategy) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- childActorOf(Props, String) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- childActorOf(Props) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- childActorOf(Props, String, SupervisorStrategy) - Static method in class akka.persistence.journal.JournalSpec
-
- childActorOf(Props, SupervisorStrategy) - Static method in class akka.persistence.journal.JournalSpec
-
- childActorOf(Props, String) - Static method in class akka.persistence.journal.JournalSpec
-
- childActorOf(Props) - Static method in class akka.persistence.journal.JournalSpec
-
- childActorOf(Props, String, SupervisorStrategy) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- childActorOf(Props, SupervisorStrategy) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- childActorOf(Props, String) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- childActorOf(Props) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- childActorOf(Props, String, SupervisorStrategy) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- childActorOf(Props, SupervisorStrategy) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- childActorOf(Props, String) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- childActorOf(Props) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- childActorOf(Props, String, SupervisorStrategy) - Method in class akka.testkit.JavaTestKit
-
Spawns an actor as a child of this test actor, and returns the child's ActorRef.
- childActorOf(Props, SupervisorStrategy) - Method in class akka.testkit.JavaTestKit
-
Spawns an actor as a child of this test actor, and returns the child's ActorRef.
- childActorOf(Props, String) - Method in class akka.testkit.JavaTestKit
-
Spawns an actor as a child of this test actor, and returns the child's ActorRef.
- childActorOf(Props) - Method in class akka.testkit.JavaTestKit
-
Spawns an actor as a child of this test actor, and returns the child's ActorRef.
- childActorOf(Props, String, SupervisorStrategy) - Static method in class akka.testkit.TestKit
-
- childActorOf(Props, SupervisorStrategy) - Static method in class akka.testkit.TestKit
-
- childActorOf(Props, String) - Static method in class akka.testkit.TestKit
-
- childActorOf(Props) - Static method in class akka.testkit.TestKit
-
- childActorOf(Props, String, SupervisorStrategy) - Method in interface akka.testkit.TestKitBase
-
Spawns an actor as a child of this test actor, and returns the child's ActorRef.
- childActorOf(Props, SupervisorStrategy) - Method in interface akka.testkit.TestKitBase
-
Spawns an actor as a child of this test actor with an auto-generated name, and returns the child's ActorRef.
- childActorOf(Props, String) - Method in interface akka.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) - Method in interface akka.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, SupervisorStrategy) - Static method in class akka.testkit.TestProbe
-
- childActorOf(Props, SupervisorStrategy) - Static method in class akka.testkit.TestProbe
-
- childActorOf(Props, String) - Static method in class akka.testkit.TestProbe
-
- childActorOf(Props) - Static method in class akka.testkit.TestProbe
-
- ChildActorPath - Class in akka.actor
-
- ChildActorPath(ActorPath, String, int) - Constructor for class akka.actor.ChildActorPath
-
- ChildActorPath(ActorPath, String) - Constructor for class akka.actor.ChildActorPath
-
- childName() - Method in class akka.pattern.BackoffOnRestartSupervisor
-
- childName() - Method in class akka.pattern.BackoffOptionsImpl
-
- childName() - Method in class akka.pattern.BackoffSupervisor
-
- childName() - Method in interface akka.pattern.HandleBackoff
-
- childName() - Method in class akka.typed.Effect.Spawned
-
- childName() - Method in class akka.typed.Effect.Stopped
-
- ChildNameReserved - Class in akka.actor
-
INTERNAL API
- ChildNameReserved() - Constructor for class akka.actor.ChildNameReserved
-
- ChildNameReserved$ - Class in akka.actor
-
INTERNAL API
- ChildNameReserved$() - Constructor for class akka.actor.ChildNameReserved$
-
- childProps() - Method in class akka.io.SelectionHandler.WorkerForCommand
-
- childProps() - Method in class akka.pattern.BackoffOnRestartSupervisor
-
- childProps() - Method in class akka.pattern.BackoffOptionsImpl
-
- childProps() - Method in class akka.pattern.BackoffSupervisor
-
- childProps() - Method in interface akka.pattern.HandleBackoff
-
- children() - Static method in class akka.actor.ActorCell
-
- children() - Method in interface akka.actor.ActorContext
-
Returns all supervised children; this method returns a view (i.e.
- children() - Method in class akka.actor.ActorRefWithCell
-
- Children - Interface in akka.actor.dungeon
-
- children() - Method in interface akka.actor.dungeon.Children
-
- children() - Method in interface akka.actor.dungeon.ChildrenContainer
-
- children() - Method in interface akka.actor.dungeon.ChildrenContainer.EmptyChildrenContainer
-
- children() - Method in class akka.actor.dungeon.ChildrenContainer.NormalChildrenContainer
-
- children() - Method in class akka.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
-
- children() - Method in class akka.actor.LocalActorRef
-
- children() - Method in class akka.actor.RepointableActorRef
-
- children() - Static method in class akka.routing.RoutedActorCell
-
- Children(Set<ActorRef>) - Constructor for class akka.stream.impl.StreamSupervisor.Children
-
- children() - Method in class akka.stream.impl.StreamSupervisor.Children
-
- children() - Static method in class akka.testkit.TestActorRef
-
- children() - Static method in class akka.testkit.TestFSMRef
-
- children() - Method in interface akka.typed.ActorContext
-
The list of child Actors created by this Actor during its lifetime that
are still alive, in no particular order.
- children() - Method in class akka.typed.adapter.ActorContextAdapter
-
- children() - Method in class akka.typed.internal.ActorCell
-
- children() - Method in class akka.typed.StubbedActorContext
-
- children() - Method in class akka.util.WildcardTree
-
- Children$ - Class in akka.actor.dungeon
-
- Children$() - Constructor for class akka.actor.dungeon.Children$
-
- Children$() - Constructor for class akka.stream.impl.StreamSupervisor.Children$
-
- ChildrenContainer - Interface in akka.actor.dungeon
-
INTERNAL API
- ChildrenContainer$ - Class in akka.actor.dungeon
-
INTERNAL API
- ChildrenContainer$() - Constructor for class akka.actor.dungeon.ChildrenContainer$
-
- ChildrenContainer.ChildrenIterable - Class in akka.actor.dungeon
-
- ChildrenContainer.ChildRestartsIterable - Class in akka.actor.dungeon
-
- ChildrenContainer.Creation - Class in akka.actor.dungeon
-
- ChildrenContainer.Creation$ - Class in akka.actor.dungeon
-
- ChildrenContainer.EmptyChildrenContainer - Interface in akka.actor.dungeon
-
- ChildrenContainer.EmptyChildrenContainer$ - Class in akka.actor.dungeon
-
This is the empty container, shared among all leaf actors.
- ChildrenContainer.NormalChildrenContainer - Class in akka.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 akka.actor.dungeon
-
- ChildrenContainer.Recreation - Class in akka.actor.dungeon
-
- ChildrenContainer.Recreation$ - Class in akka.actor.dungeon
-
- ChildrenContainer.SuspendReason - Interface in akka.actor.dungeon
-
- ChildrenContainer.TerminatedChildrenContainer$ - Class in akka.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 akka.actor.dungeon
-
Waiting state: there are outstanding termination requests (i.e.
- ChildrenContainer.TerminatingChildrenContainer$ - Class in akka.actor.dungeon
-
- ChildrenContainer.Termination$ - Class in akka.actor.dungeon
-
- ChildrenContainer.UserRequest$ - Class in akka.actor.dungeon
-
- ChildrenContainer.WaitingForChildren - Interface in akka.actor.dungeon
-
- ChildrenIterable(MapLike<?, ChildStats, ?>) - Constructor for class akka.actor.dungeon.ChildrenContainer.ChildrenIterable
-
- childrenMap() - Method in class akka.typed.internal.ActorCell
-
- childrenMap() - Method in interface akka.typed.internal.DeathWatch
-
- childrenRefs() - Static method in class akka.actor.ActorCell
-
- childrenRefs() - Method in interface akka.actor.Cell
-
All children of this actor, including only reserved-names.
- childrenRefs() - Method in interface akka.actor.dungeon.Children
-
- childrenRefs() - Method in class akka.actor.UnstartedCell
-
- childrenRefs() - Static method in class akka.routing.RoutedActorCell
-
- ChildRestartsIterable(MapLike<?, ChildStats, ?>) - Constructor for class akka.actor.dungeon.ChildrenContainer.ChildRestartsIterable
-
- ChildRestartStats - Class in akka.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 akka.actor.ChildRestartStats
-
- ChildRestartStats$ - Class in akka.actor
-
- ChildRestartStats$() - Constructor for class akka.actor.ChildRestartStats$
-
- ChildStats - Interface in akka.actor
-
INTERNAL API
- chooseUnit(long) - Method in class akka.util.PrettyDuration.PrettyPrintableDuration
-
- chopInto(ByteBuffer) - Method in class akka.stream.impl.io.TLSActor.ChoppingBlock
-
Pour as many bytes as are available either on the chopping block or in
the inputBunch’s next ByteString into the supplied ByteBuffer, which is
expected to be in “read left-overs” mode, i.e.
- ChoppingBlock(int, String) - Constructor for class akka.stream.impl.io.TLSActor.ChoppingBlock
-
- chunk() - Method in class akka.cluster.ddata.Replicator.Internal$.Status
-
- CHUNK_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
-
- cipherIn() - Method in class akka.stream.impl.io.TlsModule
-
- cipherOut() - Method in class akka.stream.impl.io.TlsModule
-
- circuit() - Method in class akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitClosed
-
- circuit() - Method in class akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitHalfOpen
-
- circuit() - Method in class akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitOpen
-
- CircuitBreaker - Class in akka.pattern
-
Provides circuit breaker functionality to provide stability when working with "dangerous" operations, e.g.
- CircuitBreaker(Scheduler, int, FiniteDuration, FiniteDuration, FiniteDuration, double, ExecutionContext) - Constructor for class akka.pattern.CircuitBreaker
-
- CircuitBreaker(ExecutionContext, Scheduler, int, FiniteDuration, FiniteDuration) - Constructor for class akka.pattern.CircuitBreaker
-
- CircuitBreaker(Scheduler, int, FiniteDuration, FiniteDuration, ExecutionContext) - Constructor for class akka.pattern.CircuitBreaker
-
- CircuitBreaker$ - Class in akka.pattern
-
Companion object providing factory methods for Circuit Breaker which runs callbacks in caller's thread
- CircuitBreaker$() - Constructor for class akka.pattern.CircuitBreaker$
-
- CircuitBreakerAwareFuture - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerAwareFuture(Future<Object>) - Constructor for class akka.contrib.circuitbreaker.CircuitBreakerAwareFuture
-
- CircuitBreakerAwareFuture$ - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerAwareFuture$() - Constructor for class akka.contrib.circuitbreaker.CircuitBreakerAwareFuture$
-
- CircuitBreakerInternalEvents$() - Constructor for class akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitBreakerInternalEvents$
-
- CircuitBreakerOpenException - Exception in akka.pattern
-
Exception thrown when Circuit Breaker is open.
- CircuitBreakerOpenException(FiniteDuration, String) - Constructor for exception akka.pattern.CircuitBreakerOpenException
-
- CircuitBreakerOpenException$ - Class in akka.pattern
-
- CircuitBreakerOpenException$() - Constructor for class akka.pattern.CircuitBreakerOpenException$
-
- CircuitBreakerPropsBuilder(int, Timeout, Timeout, Option<ActorRef>, Function1<Object, Object>, Function1<CircuitBreakerProxy.CircuitOpenFailure, Object>) - Constructor for class akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitBreakerPropsBuilder
-
- CircuitBreakerPropsBuilder$() - Constructor for class akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitBreakerPropsBuilder$
-
- CircuitBreakerProxy - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy(ActorRef, int, Timeout, Timeout, Option<ActorRef>, Function1<Object, Object>, Function1<CircuitBreakerProxy.CircuitOpenFailure, Object>) - Constructor for class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- CircuitBreakerProxy$ - Class in akka.contrib.circuitbreaker
-
This is an Actor which implements the circuit breaker pattern,
you may also be interested in the raw circuit breaker
CircuitBreaker
- CircuitBreakerProxy$() - Constructor for class akka.contrib.circuitbreaker.CircuitBreakerProxy$
-
- CircuitBreakerProxy.CircuitBreakerCommand - Interface in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.CircuitBreakerEvent - Interface in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.CircuitBreakerInternalEvents$ - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.CircuitBreakerInternalEvents$.CallFailed - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.CircuitBreakerInternalEvents$.CallSucceeded - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.CircuitBreakerInternalEvents$.CircuitBreakerInternalEvent - Interface in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.CircuitBreakerPropsBuilder - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.CircuitBreakerPropsBuilder$ - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.CircuitBreakerResponse - Interface in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.CircuitBreakerState - Interface in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.CircuitBreakerStateData - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.CircuitBreakerStateData$ - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.CircuitClosed - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.CircuitClosed$ - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.CircuitHalfOpen - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.CircuitHalfOpen$ - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.CircuitOpen - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.CircuitOpen$ - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.CircuitOpenFailure - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.CircuitOpenFailure$ - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.Closed$ - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.HalfOpen$ - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.Open$ - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.Passthrough - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.Passthrough$ - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.TellOnly - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerProxy.TellOnly$ - Class in akka.contrib.circuitbreaker
-
- CircuitBreakerStateData(int, boolean) - Constructor for class akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitBreakerStateData
-
- CircuitBreakerStateData$() - Constructor for class akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitBreakerStateData$
-
- CircuitClosed(ActorRef) - Constructor for class akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitClosed
-
- CircuitClosed$() - Constructor for class akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitClosed$
-
- circuitEventListener() - Method in class akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitBreakerPropsBuilder
-
- CircuitHalfOpen(ActorRef) - Constructor for class akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitHalfOpen
-
- CircuitHalfOpen$() - Constructor for class akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitHalfOpen$
-
- CircuitOpen(ActorRef) - Constructor for class akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitOpen
-
- CircuitOpen$() - Constructor for class akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitOpen$
-
- CircuitOpenFailure(Object) - Constructor for class akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitOpenFailure
-
- CircuitOpenFailure$() - Constructor for class akka.contrib.circuitbreaker.CircuitBreakerProxy.CircuitOpenFailure$
-
- classFor(Logging.LogLevel) - Method in class akka.event.Logging$
-
Returns the event class associated with the given LogLevel
- classFor(Logging.LogLevel) - Static method in class akka.event.Logging
-
Returns the event class associated with the given LogLevel
- classify(ActorClassification) - Method in interface akka.event.ActorClassification
-
Deprecated.
Returns the Classifier associated with the specified Event
- classify(Object) - Method in class akka.event.EventStream
-
- classify(E) - Method in class akka.event.japi.ActorEventBus
-
Deprecated.
Returns the Classifier associated with the given Event
- classify(E) - Method in class akka.event.japi.LookupEventBus
-
Returns the Classifier associated with the given Event
- classify(E) - Method in class akka.event.japi.ManagedActorEventBus
-
Returns the Classifier associated with the given Event
- classify(E) - Method in class akka.event.japi.SubchannelEventBus
-
Returns the Classifier associated with the given Event
- classify(LookupClassification) - Method in interface akka.event.LookupClassification
-
Returns the Classifier associated with the given Event
- classify(ManagedActorClassification) - Method in interface akka.event.ManagedActorClassification
-
Returns the Classifier associated with the specified Event
- classify(SubchannelClassification) - Method in interface akka.event.SubchannelClassification
-
Returns the Classifier associated with the given Event
- classLoader() - Method in class akka.actor.BootstrapSetup
-
- classLoader() - Method in class akka.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 akka.actor.ReflectiveDynamicAccess
-
- ClassLoaderObjectInputStream - Class in akka.util
-
ClassLoaderObjectInputStream tries to utilize the provided ClassLoader to load Classes and falls
back to ObjectInputStreams resolver.
- ClassLoaderObjectInputStream(ClassLoader, InputStream) - Constructor for class akka.util.ClassLoaderObjectInputStream
-
- classManifest() - Method in interface akka.remote.artery.InboundEnvelope
-
- classManifest() - Method in class akka.remote.artery.ReusableInboundEnvelope
-
- ClassManifestCompressionAdvertisement(UniqueAddress, CompressionTable<String>) - Constructor for class akka.remote.artery.compress.CompressionProtocol.ClassManifestCompressionAdvertisement
-
- ClassManifestCompressionAdvertisement$() - Constructor for class akka.remote.artery.compress.CompressionProtocol.ClassManifestCompressionAdvertisement$
-
- ClassManifestCompressionAdvertisementAck(UniqueAddress, byte) - Constructor for class akka.remote.artery.compress.CompressionProtocol.ClassManifestCompressionAdvertisementAck
-
- ClassManifestCompressionAdvertisementAck$() - Constructor for class akka.remote.artery.compress.CompressionProtocol.ClassManifestCompressionAdvertisementAck$
-
- ClassManifestCompressionTableVersionOffset() - Method in class akka.remote.artery.EnvelopeBuffer$
-
- ClassManifestCompressionTableVersionOffset() - Static method in class akka.remote.artery.EnvelopeBuffer
-
- ClassManifestTagOffset() - Method in class akka.remote.artery.EnvelopeBuffer$
-
- ClassManifestTagOffset() - Static method in class akka.remote.artery.EnvelopeBuffer
-
- CLASSNAME_FIELD_NUMBER - Static variable in class akka.remote.ContainerFormats.StackTraceElement
-
- CLASSNAME_FIELD_NUMBER - Static variable in class akka.remote.ContainerFormats.Throwable
-
- classTag(Class<T>) - Method in class akka.japi.Util$
-
Returns a ClassTag describing the provided Class.
- classTag(Class<T>) - Static method in class akka.japi.Util
-
Returns a ClassTag describing the provided Class.
- clazz(Object) - Method in class akka.actor.ActorCell
-
- clazz() - Method in class akka.actor.Props
-
- clazz(Object) - Static method in class akka.routing.RoutedActorCell
-
- clazz(Object) - Method in class akka.typed.internal.ActorCell
-
- clazz(Object) - Method in interface akka.typed.internal.DeathWatch
-
- clazz(Object) - Method in interface akka.typed.internal.SupervisionMechanics
-
- CLAZZ_FIELD_NUMBER - Static variable in class akka.remote.WireFormats.PropsData
-
- Cleanup() - Constructor for class akka.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup
-
- cleanUp(ActorRef, MessageQueue) - Method in class akka.contrib.mailbox.PeekMailbox
-
- cleanUp(ActorRef, MessageQueue) - Method in class akka.dispatch.BoundedNodeMessageQueue
-
- cleanUp() - Method in class akka.dispatch.Mailbox
-
Overridable callback to clean up the mailbox,
called when an actor is unregistered.
- cleanUp(ActorRef, MessageQueue) - Method in interface akka.dispatch.MessageQueue
-
Called when the mailbox this queue belongs to is disposed of.
- cleanUp(ActorRef, MessageQueue) - Method in class akka.dispatch.NodeMessageQueue
-
- cleanUp(ActorRef, MessageQueue) - Method in interface akka.dispatch.QueueBasedMessageQueue
-
- cleanup() - Method in class akka.dispatch.TaskInvocation
-
- cleanUp(ActorRef, MessageQueue) - Method in class akka.event.LoggerMailbox
-
- cleanup() - Method in interface akka.io.PeriodicCacheCleanup
-
- cleanup() - Method in class akka.io.SimpleDnsCache
-
- cleanup() - Method in class akka.stream.TransformerLike
-
Invoked after normal completion or failure.
- cleanUp() - Method in class akka.testkit.CallingThreadMailbox
-
- cleanupOverdueNotMemberAnyMore() - Method in class akka.cluster.singleton.ClusterSingletonManager
-
- CleanupTimer() - Method in class akka.cluster.singleton.ClusterSingletonManager.Internal$
-
- clear() - Method in class akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
-
- clear(Cluster) - Method in class akka.cluster.ddata.ORSet
-
Removes all elements from the set, but keeps the history.
- clear(UniqueAddress) - Method in class akka.cluster.ddata.ORSet
-
INTERNAL API
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
-
- clear() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
- clear() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
- clear() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
- clear() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
- clear() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
- clear() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
-
- clear() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
- clear() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
- clear() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
- clear() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Empty.Builder
-
- clear() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
- clear() - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
- clear() - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
- clear() - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
- clear() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
- clear() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
- clear() - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
- clear() - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipEnvelope.Builder
-
- clear() - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Builder
-
- clear() - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA.Builder
-
- clear() - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric.Builder
-
- clear() - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number.Builder
-
- clear() - Method in class akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
- clear() - Method in class akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
-
- clear() - Method in class akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
-
- clear() - Method in class akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
- clear() - Method in class akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
-
- clear() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
-
- clear() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
- clear() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
- clear() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
- clear() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
-
- clear() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
-
- clear() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
-
- clear() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
- clear() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
- clear() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
-
- clear() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
- clear() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
-
- clear() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
-
- clear() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
- clear() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
-
- clear() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
-
- clear() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
-
- clear() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
-
- clear() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
-
- clear() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
-
- clear() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
-
- clear() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
-
- clear() - Method in class akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
- clear() - Method in class akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
- clear() - Method in class akka.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
- clear() - Method in class akka.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
- clear() - Method in class akka.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
- clear() - Method in class akka.persistence.serialization.MessageFormats.PersistentPayload.Builder
-
- clear() - Method in class akka.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
-
- clear() - Method in class akka.remote.artery.ReusableInboundEnvelope
-
- clear() - Method in class akka.remote.artery.ReusableOutboundEnvelope
-
- clear(int) - Method in class akka.remote.artery.RollingEventLogSection
-
- clear() - Method in class akka.remote.ArteryControlFormats.Address.Builder
-
- clear() - Method in class akka.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
-
- clear() - Method in class akka.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
- clear() - Method in class akka.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
-
- clear() - Method in class akka.remote.ArteryControlFormats.HandshakeReq.Builder
-
- clear() - Method in class akka.remote.ArteryControlFormats.MessageWithAddress.Builder
-
- clear() - Method in class akka.remote.ArteryControlFormats.Quarantined.Builder
-
- clear() - Method in class akka.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
-
- clear() - Method in class akka.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
- clear() - Method in class akka.remote.ArteryControlFormats.UniqueAddress.Builder
-
- clear() - Method in class akka.remote.ContainerFormats.ActorIdentity.Builder
-
- clear() - Method in class akka.remote.ContainerFormats.ActorInitializationException.Builder
-
- clear() - Method in class akka.remote.ContainerFormats.ActorRef.Builder
-
- clear() - Method in class akka.remote.ContainerFormats.Identify.Builder
-
- clear() - Method in class akka.remote.ContainerFormats.Option.Builder
-
- clear() - Method in class akka.remote.ContainerFormats.Payload.Builder
-
- clear() - Method in class akka.remote.ContainerFormats.Selection.Builder
-
- clear() - Method in class akka.remote.ContainerFormats.SelectionEnvelope.Builder
-
- clear() - Method in class akka.remote.ContainerFormats.StackTraceElement.Builder
-
- clear() - Method in class akka.remote.ContainerFormats.Throwable.Builder
-
- clear() - Method in class akka.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
-
- clear() - Static method in class akka.remote.security.provider.AkkaProvider
-
- clear() - Method in class akka.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
-
- clear() - Method in class akka.remote.SystemMessageFormats.FailedData.Builder
-
- clear() - Method in class akka.remote.SystemMessageFormats.SuperviseData.Builder
-
- clear() - Method in class akka.remote.SystemMessageFormats.SystemMessage.Builder
-
- clear() - Method in class akka.remote.SystemMessageFormats.WatchData.Builder
-
- clear() - Method in class akka.remote.testconductor.TestConductorProtocol.Address.Builder
-
- clear() - Method in class akka.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
-
- clear() - Method in class akka.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
-
- clear() - Method in class akka.remote.testconductor.TestConductorProtocol.Hello.Builder
-
- clear() - Method in class akka.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
- clear() - Method in class akka.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
- clear() - Method in class akka.remote.transport.AssociationRegistry$
-
- clear() - Static method in class akka.remote.transport.AssociationRegistry
-
- clear() - Method in class akka.remote.WireFormats.AckAndEnvelopeContainer.Builder
-
- clear() - Method in class akka.remote.WireFormats.AcknowledgementInfo.Builder
-
- clear() - Method in class akka.remote.WireFormats.ActorRefData.Builder
-
- clear() - Method in class akka.remote.WireFormats.AddressData.Builder
-
- clear() - Method in class akka.remote.WireFormats.AkkaControlMessage.Builder
-
- clear() - Method in class akka.remote.WireFormats.AkkaHandshakeInfo.Builder
-
- clear() - Method in class akka.remote.WireFormats.AkkaProtocolMessage.Builder
-
- clear() - Method in class akka.remote.WireFormats.DaemonMsgCreateData.Builder
-
- clear() - Method in class akka.remote.WireFormats.DeployData.Builder
-
- clear() - Method in class akka.remote.WireFormats.PropsData.Builder
-
- clear() - Method in class akka.remote.WireFormats.RemoteEnvelope.Builder
-
- clear() - Method in class akka.remote.WireFormats.SerializedMessage.Builder
-
- clear() - Method in class akka.stream.impl.BoundedBuffer
-
- clear() - Method in interface akka.stream.impl.Buffer
-
- clear() - Method in class akka.stream.impl.FixedSizeBuffer.FixedSizeBuffer
-
- clear() - Method in class akka.util.BoundedBlockingQueue
-
- clear() - Method in class akka.util.ByteIterator.ByteArrayIterator
-
- clear() - Method in class akka.util.ByteIterator
-
- clear() - Method in class akka.util.ByteIterator.MultiByteArrayIterator
-
- clear() - Method in class akka.util.ByteStringBuilder
-
- clear() - Method in class akka.util.Index
-
Removes all keys and all values
- clear() - Method in class docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet.Builder
-
- clear() - Method in class docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2.Builder
-
- clear() - Method in class docs.persistence.proto.FlightAppModels.SeatReserved.Builder
-
- clearAck() - Method in class akka.remote.WireFormats.AckAndEnvelopeContainer.Builder
-
optional .AcknowledgementInfo ack = 1;
- clearAckReplyTo() - Method in class akka.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required .UniqueAddress ackReplyTo = 5;
- clearActor() - Method in class akka.remote.ContainerFormats.ActorInitializationException.Builder
-
optional .ActorRef actor = 1;
- clearActor() - Method in class akka.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
-
required .ActorRef actor = 1;
- clearActorCellFields(ActorCell) - Method in class akka.actor.ActorCell
-
- clearActorCellFields(ActorCell) - Static method in class akka.routing.RoutedActorCell
-
- clearActorFields(Actor, boolean) - Method in class akka.actor.ActorCell
-
- clearActorFields(Actor, boolean) - Static method in class akka.routing.RoutedActorCell
-
- clearAddr() - Method in class akka.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
-
optional .Address addr = 2;
- clearAddr() - Method in class akka.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .AddressRequest addr = 5;
- clearAddress() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
-
required .akka.cluster.ddata.Address address = 1;
- clearAddress() - Method in class akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
-
required .Address address = 1;
- clearAddress() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
-
required .Address address = 1;
- clearAddress() - Method in class akka.remote.ArteryControlFormats.MessageWithAddress.Builder
-
required .UniqueAddress address = 1;
- clearAddress() - Method in class akka.remote.ArteryControlFormats.UniqueAddress.Builder
-
required .Address address = 1;
- clearAddress() - Method in class akka.remote.testconductor.TestConductorProtocol.Hello.Builder
-
required .Address address = 2;
- clearAddress() - Method in class akka.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional .Address address = 3;
- clearAddressIndex() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
required int32 addressIndex = 1;
- clearAddressIndex() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
required int32 addressIndex = 1;
- clearAddressIndex() - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Builder
-
required int32 addressIndex = 1;
- clearAddressIndex() - Method in class akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
required int32 addressIndex = 1;
- clearAddressIndex() - Method in class akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
-
required int32 addressIndex = 1;
- clearAddressTerminated() - Method in class akka.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
-
required bool addressTerminated = 3;
- clearAdds() - Method in class docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet.Builder
-
repeated string adds = 1;
- clearAdds() - Method in class docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2.Builder
-
optional bytes adds = 1;
- clearAllAddresses() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- clearAllAddresses() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1;
- clearAllAddresses() - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1;
- clearAllButSelf() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
required bool allButSelf = 2;
- clearAllHashes() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allHashes = 3;
- clearAllHashes() - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
repeated string allHashes = 2;
- clearAllMetricNames() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated string allMetricNames = 2;
- clearAllMetricNames() - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
repeated string allMetricNames = 2;
- clearAllRoles() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allRoles = 2;
- clearAlpha() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
-
required double alpha = 2;
- clearAlpha() - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA.Builder
-
required double alpha = 2;
- clearAncestor() - Method in interface akka.cluster.ddata.FastMerge
-
INTERNAL API: should be called from merge
- clearAncestor() - Static method in class akka.cluster.ddata.GCounter
-
- clearAncestor() - Static method in class akka.cluster.ddata.GSet
-
- clearAncestor() - Static method in class akka.cluster.ddata.ORSet
-
- clearArgs() - Method in class akka.remote.WireFormats.PropsData.Builder
-
repeated bytes args = 4;
- clearAssertionStatus() - Static method in class akka.osgi.BundleDelegatingClassLoader
-
- clearAsync() - Method in class akka.remote.SystemMessageFormats.SuperviseData.Builder
-
required bool async = 2;
- clearBarrier() - Method in class akka.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .EnterBarrier barrier = 2;
- clearBuckets() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1;
- clearCause() - Method in class akka.remote.ContainerFormats.ActorInitializationException.Builder
-
required .Payload cause = 3;
- clearCause() - Method in class akka.remote.ContainerFormats.Throwable.Builder
-
optional .Payload cause = 3;
- clearCauseData() - Method in class akka.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .Payload causeData = 3;
- clearChild() - Method in class akka.remote.SystemMessageFormats.FailedData.Builder
-
required .ActorRef child = 1;
- clearChild() - Method in class akka.remote.SystemMessageFormats.SuperviseData.Builder
-
required .ActorRef child = 1;
- clearChunk() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
required uint32 chunk = 1;
- clearClassName() - Method in class akka.remote.ContainerFormats.StackTraceElement.Builder
-
required string className = 1;
- clearClassName() - Method in class akka.remote.ContainerFormats.Throwable.Builder
-
required string className = 1;
- clearClazz() - Method in class akka.remote.WireFormats.PropsData.Builder
-
required string clazz = 3;
- clearCommandType() - Method in class akka.remote.WireFormats.AkkaControlMessage.Builder
-
required .CommandType commandType = 1;
- clearCompression() - Method in interface akka.remote.artery.Encoder.OutboundCompressionAccess
-
- clearConfig() - Method in class akka.remote.WireFormats.DeployData.Builder
-
optional bytes config = 2;
- clearConsistency() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
required sint32 consistency = 2;
- clearContactPoints() - Method in class akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
-
repeated string contactPoints = 1;
- clearContent() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3;
- clearCookie() - Method in class akka.remote.WireFormats.AkkaHandshakeInfo.Builder
-
optional string cookie = 3;
- clearCorrelationId() - Method in class akka.remote.ContainerFormats.ActorIdentity.Builder
-
required .Payload correlationId = 1;
- clearCumulativeAck() - Method in class akka.remote.WireFormats.AcknowledgementInfo.Builder
-
required fixed64 cumulativeAck = 1;
- clearCurrentDeliveryId() - Method in class akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
required int64 currentDeliveryId = 1;
- clearData() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
-
required .akka.cluster.ddata.OtherMessage data = 2;
- clearData() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
required .akka.cluster.ddata.OtherMessage data = 1;
- clearData() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
required .akka.cluster.ddata.OtherMessage data = 1;
- clearData() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
required .akka.cluster.ddata.OtherMessage data = 2;
- clearData() - Method in class akka.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
required .PersistentPayload data = 2;
- clearDecrements() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
-
required .akka.cluster.ddata.GCounter decrements = 2;
- clearDeleted() - Method in class akka.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional bool deleted = 4;
- clearDeliveryId() - Method in class akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
required int64 deliveryId = 1;
- clearDeploy() - Method in class akka.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .DeployData deploy = 2;
- clearDeploy() - Method in class akka.remote.WireFormats.PropsData.Builder
-
required .DeployData deploy = 2;
- clearDestination() - Method in class akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
required string destination = 2;
- clearDigest() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
-
required bytes digest = 2;
- clearDirection() - Method in class akka.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional .Direction direction = 2;
- clearDispatcher() - Method in class akka.remote.WireFormats.DeployData.Builder
-
optional string dispatcher = 5;
- clearDone() - Method in class akka.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional string done = 4;
- clearDots() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .akka.cluster.ddata.VersionVector dots = 2;
- clearDwNotificationData() - Method in class akka.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .DeathWatchNotificationData dwNotificationData = 7;
- clearedList() - Method in class akka.util.ByteIterator.MultiByteArrayIterator$
-
- clearElements() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
-
repeated string elements = 1;
- clearEnabled() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
-
required bool enabled = 1;
- clearEnclosedMessage() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
-
required bytes enclosedMessage = 1;
- clearEnclosedMessage() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
-
required bytes enclosedMessage = 1;
- clearEnclosedMessage() - Method in class akka.remote.ContainerFormats.Payload.Builder
-
required bytes enclosedMessage = 1;
- clearEnclosedMessage() - Method in class akka.remote.ContainerFormats.SelectionEnvelope.Builder
-
required bytes enclosedMessage = 1;
- clearEntities() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
-
repeated string entities = 1;
- clearEntityCount() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
-
required int32 entityCount = 2;
- clearEntityId() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
-
required string entityId = 1;
- clearEntityId() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
-
required string entityId = 1;
- clearEntries() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .akka.cluster.ddata.GCounter.Entry entries = 1;
- clearEntries() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .akka.cluster.ddata.LWWMap.Entry entries = 2;
- clearEntries() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .akka.cluster.ddata.ORMap.Entry entries = 2;
- clearEntries() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .akka.cluster.ddata.ORMultiMap.Entry entries = 2;
- clearEntries() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .akka.cluster.ddata.PNCounterMap.Entry entries = 2;
- clearEntries() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Builder
-
repeated .akka.cluster.ddata.VersionVector.Entry entries = 1;
- clearEntries() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .akka.cluster.ddata.Gossip.Entry entries = 2;
- clearEntries() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .akka.cluster.ddata.Status.Entry entries = 3;
- clearEnvelope() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
-
required .akka.cluster.ddata.DataEnvelope envelope = 2;
- clearEnvelope() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
-
optional .akka.cluster.ddata.DataEnvelope envelope = 1;
- clearEnvelope() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
required .akka.cluster.ddata.DataEnvelope envelope = 2;
- clearEnvelope() - Method in class akka.remote.WireFormats.AckAndEnvelopeContainer.Builder
-
optional .RemoteEnvelope envelope = 2;
- clearEwma() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
optional .NodeMetrics.EWMA ewma = 3;
- clearEwma() - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric.Builder
-
optional .NodeMetrics.EWMA ewma = 3;
- clearExistenceConfirmed() - Method in class akka.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
-
required bool existenceConfirmed = 2;
- clearExitValue() - Method in class akka.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional int32 exitValue = 7;
- clearFailed() - Method in interface akka.actor.dungeon.FaultHandling
-
- clearFailedData() - Method in class akka.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .FailedData failedData = 6;
- clearFailure() - Method in class akka.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
required .FailType failure = 1;
- clearFailure() - Method in class akka.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .InjectFailure failure = 3;
- clearFileName() - Method in class akka.remote.ContainerFormats.StackTraceElement.Builder
-
required string fileName = 3;
- clearFrom() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required .Address from = 1;
- clearFrom() - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required .UniqueAddress from = 1;
- clearFrom() - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
required .UniqueAddress from = 1;
- clearFrom() - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipEnvelope.Builder
-
required .Address from = 1;
- clearFrom() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
-
required .UniqueAddress from = 1;
- clearFrom() - Method in class akka.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
required .UniqueAddress from = 1;
- clearFrom() - Method in class akka.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
-
required .UniqueAddress from = 1;
- clearFrom() - Method in class akka.remote.ArteryControlFormats.HandshakeReq.Builder
-
required .UniqueAddress from = 1;
- clearFrom() - Method in class akka.remote.ArteryControlFormats.Quarantined.Builder
-
required .UniqueAddress from = 1;
- clearFrom() - Method in class akka.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
-
required .UniqueAddress from = 2;
- clearGossip() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required .MetricsGossip gossip = 2;
- clearGossip() - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipEnvelope.Builder
-
required .MetricsGossip gossip = 2;
- clearGossip() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
-
required .Gossip gossip = 2;
- clearHandshakeInfo() - Method in class akka.remote.WireFormats.AkkaControlMessage.Builder
-
optional .AkkaHandshakeInfo handshakeInfo = 2;
- clearHashIndex() - Method in class akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
-
required int32 hashIndex = 1;
- clearHasManifest() - Method in class akka.remote.WireFormats.PropsData.Builder
-
repeated bool hasManifest = 7;
- clearHello() - Method in class akka.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .Hello hello = 1;
- clearHost() - Method in class akka.remote.testconductor.TestConductorProtocol.Address.Builder
-
required string host = 3;
- clearHostname() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
-
required string hostname = 1;
- clearHostname() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
required string hostname = 2;
- clearHostname() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
required string hostname = 2;
- clearHostname() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
required string hostname = 2;
- clearHostname() - Method in class akka.remote.ArteryControlFormats.Address.Builder
-
required string hostname = 3;
- clearHostname() - Method in class akka.remote.WireFormats.AddressData.Builder
-
required string hostname = 2;
- clearIncrements() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
-
required .akka.cluster.ddata.GCounter increments = 1;
- clearInstruction() - Method in class akka.remote.WireFormats.AkkaProtocolMessage.Builder
-
optional .AkkaControlMessage instruction = 2;
- clearIntElements() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated sint32 intElements = 2 [packed = true];
- clearIntElements() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated sint32 intElements = 4 [packed = true];
- clearKey() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
required string key = 1;
- clearKey() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
required string key = 1;
- clearKey() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
required string key = 1;
- clearKey() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
required string key = 1;
- clearKey() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
-
required .akka.cluster.ddata.OtherMessage key = 1;
- clearKey() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
required .akka.cluster.ddata.OtherMessage key = 1;
- clearKey() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
-
required .akka.cluster.ddata.OtherMessage key = 1;
- clearKey() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
required .akka.cluster.ddata.OtherMessage key = 1;
- clearKey() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
-
required string key = 1;
- clearKey() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
-
required .akka.cluster.ddata.OtherMessage key = 1;
- clearKey() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
-
required string key = 1;
- clearKey() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
-
required string key = 1;
- clearKey() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
-
required .akka.cluster.ddata.OtherMessage key = 1;
- clearKey() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
-
required .akka.cluster.ddata.OtherMessage key = 1;
- clearKey() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
required string key = 1;
- clearKey() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
-
required string key = 1;
- clearKeys() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
required .akka.cluster.ddata.ORSet keys = 1;
- clearKeys() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
required .akka.cluster.ddata.ORSet keys = 1;
- clearKeys() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
required .akka.cluster.ddata.ORSet keys = 1;
- clearKeys() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
required .akka.cluster.ddata.ORSet keys = 1;
- clearKeys() - Method in class akka.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
repeated string keys = 4;
- clearLetter() - Method in class docs.persistence.proto.FlightAppModels.SeatReserved.Builder
-
required string letter = 1;
- clearLineNumber() - Method in class akka.remote.ContainerFormats.StackTraceElement.Builder
-
required int32 lineNumber = 4;
- clearLocalAffinity() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
required bool localAffinity = 2;
- clearLog() - Method in class akka.remote.transport.TestTransport.AssociationRegistry
-
Clears the activity log.
- clearLongElements() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated sint64 longElements = 3 [packed = true];
- clearLongElements() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated sint64 longElements = 5 [packed = true];
- clearManifest() - Method in class akka.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string manifest = 12;
- clearManifests() - Method in class akka.remote.WireFormats.PropsData.Builder
-
repeated string manifests = 5;
- clearMatcher() - Method in class akka.remote.ContainerFormats.Selection.Builder
-
optional string matcher = 2;
- clearMDC() - Method in interface akka.event.DiagnosticLoggingAdapter
-
Clear all entries in the MDC
- clearMembers() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4;
- clearMessage() - Method in class akka.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required bytes message = 1;
- clearMessage() - Method in class akka.remote.ContainerFormats.ActorInitializationException.Builder
-
required string message = 2;
- clearMessage() - Method in class akka.remote.ContainerFormats.Throwable.Builder
-
optional string message = 2;
- clearMessage() - Method in class akka.remote.WireFormats.RemoteEnvelope.Builder
-
required .SerializedMessage message = 2;
- clearMessage() - Method in class akka.remote.WireFormats.SerializedMessage.Builder
-
required bytes message = 1;
- clearMessageId() - Method in class akka.remote.ContainerFormats.Identify.Builder
-
required .Payload messageId = 1;
- clearMessageManifest() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
-
optional bytes messageManifest = 4;
- clearMessageManifest() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
-
optional bytes messageManifest = 4;
- clearMessageManifest() - Method in class akka.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
optional bytes messageManifest = 3;
- clearMessageManifest() - Method in class akka.remote.ContainerFormats.Payload.Builder
-
optional bytes messageManifest = 4;
- clearMessageManifest() - Method in class akka.remote.ContainerFormats.SelectionEnvelope.Builder
-
optional bytes messageManifest = 4;
- clearMessageManifest() - Method in class akka.remote.WireFormats.SerializedMessage.Builder
-
optional bytes messageManifest = 3;
- clearMethodName() - Method in class akka.remote.ContainerFormats.StackTraceElement.Builder
-
required string methodName = 2;
- clearMetrics() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- clearMetrics() - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3;
- clearNacks() - Method in class akka.remote.WireFormats.AcknowledgementInfo.Builder
-
repeated fixed64 nacks = 2;
- clearName() - Method in class akka.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
-
required string name = 1;
- clearName() - Method in class akka.remote.testconductor.TestConductorProtocol.Hello.Builder
-
required string name = 1;
- clearNameIndex() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
required int32 nameIndex = 1;
- clearNameIndex() - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric.Builder
-
required int32 nameIndex = 1;
- clearNode() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
-
required .akka.cluster.ddata.UniqueAddress node = 1;
- clearNode() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required .akka.cluster.ddata.UniqueAddress node = 2;
- clearNode() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry.Builder
-
required .akka.cluster.ddata.UniqueAddress node = 1;
- clearNode() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
required .UniqueAddress node = 1;
- clearNode() - Method in class akka.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
-
required string node = 1;
- clearNodeMetrics() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- clearNodeMetrics() - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3;
- clearNumber() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
required .NodeMetrics.Number number = 2;
- clearNumber() - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric.Builder
-
required .NodeMetrics.Number number = 2;
- clearObserverReachability() - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2;
- clearOp() - Method in class akka.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
-
required .BarrierOp op = 2;
- clearOrigin() - Method in class akka.remote.WireFormats.AkkaHandshakeInfo.Builder
-
required .AddressData origin = 1;
- clearOriginUid() - Method in class akka.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
required uint64 originUid = 2;
- clearOtherElements() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .akka.cluster.ddata.OtherMessage otherElements = 4;
- clearOtherElements() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .akka.cluster.ddata.OtherMessage otherElements = 6;
- clearOverview() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
required .GossipOverview overview = 5;
- clearOwner() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
required .Address owner = 1;
- clearOwnerAddress() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required .akka.cluster.ddata.UniqueAddress ownerAddress = 2;
- clearPath() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
required string path = 1;
- clearPath() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
required string path = 1;
- clearPath() - Method in class akka.remote.ContainerFormats.ActorRef.Builder
-
required string path = 1;
- clearPath() - Method in class akka.remote.WireFormats.ActorRefData.Builder
-
required string path = 1;
- clearPath() - Method in class akka.remote.WireFormats.DaemonMsgCreateData.Builder
-
required string path = 3;
- clearPath() - Method in class akka.remote.WireFormats.DeployData.Builder
-
required string path = 1;
- clearPattern() - Method in class akka.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3;
- clearPayload() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
-
required .Payload payload = 3;
- clearPayload() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
required .Payload payload = 3;
- clearPayload() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
required .Payload payload = 3;
- clearPayload() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
-
required .Payload payload = 1;
- clearPayload() - Method in class akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
required .PersistentPayload payload = 3;
- clearPayload() - Method in class akka.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1;
- clearPayload() - Method in class akka.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional .PersistentPayload payload = 1;
- clearPayload() - Method in class akka.persistence.serialization.MessageFormats.PersistentPayload.Builder
-
required bytes payload = 2;
- clearPayload() - Method in class akka.remote.WireFormats.AkkaProtocolMessage.Builder
-
optional bytes payload = 1;
- clearPayloadManifest() - Method in class akka.persistence.serialization.MessageFormats.PersistentPayload.Builder
-
optional bytes payloadManifest = 3;
- clearPerformed() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required bool performed = 3;
- clearPersistenceId() - Method in class akka.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string persistenceId = 3;
- clearPort() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
-
required uint32 port = 2;
- clearPort() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
required uint32 port = 3;
- clearPort() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
required uint32 port = 3;
- clearPort() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
required uint32 port = 3;
- clearPort() - Method in class akka.remote.ArteryControlFormats.Address.Builder
-
required uint32 port = 4;
- clearPort() - Method in class akka.remote.testconductor.TestConductorProtocol.Address.Builder
-
required int32 port = 4;
- clearPort() - Method in class akka.remote.WireFormats.AddressData.Builder
-
required uint32 port = 3;
- clearProps() - Method in class akka.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .PropsData props = 1;
- clearProtocol() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
optional string protocol = 4;
- clearProtocol() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
optional string protocol = 4;
- clearProtocol() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
optional string protocol = 4;
- clearProtocol() - Method in class akka.remote.ArteryControlFormats.Address.Builder
-
required string protocol = 1;
- clearProtocol() - Method in class akka.remote.testconductor.TestConductorProtocol.Address.Builder
-
required string protocol = 1;
- clearProtocol() - Method in class akka.remote.WireFormats.AddressData.Builder
-
optional string protocol = 4;
- clearPruning() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .akka.cluster.ddata.DataEnvelope.PruningEntry pruning = 2;
- clearRateMBit() - Method in class akka.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional float rateMBit = 6;
- clearRecipient() - Method in class akka.remote.WireFormats.RemoteEnvelope.Builder
-
required .ActorRefData recipient = 1;
- clearRef() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
-
required string ref = 2;
- clearRef() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
-
required string ref = 2;
- clearRef() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
-
optional string ref = 3;
- clearRef() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
-
required string ref = 1;
- clearRef() - Method in class akka.remote.ContainerFormats.ActorIdentity.Builder
-
optional .ActorRef ref = 2;
- clearRegion() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
-
required string region = 2;
- clearRegion() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
-
required string region = 2;
- clearRegionProxies() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regionProxies = 3;
- clearRegionRef() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
-
required string regionRef = 2;
- clearRegions() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regions = 2;
- clearRemovals() - Method in class docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet.Builder
-
repeated string removals = 2;
- clearRemovals() - Method in class docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2.Builder
-
optional bytes removals = 2;
- clearRemovedAddress() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required .akka.cluster.ddata.UniqueAddress removedAddress = 1;
- clearReply() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required bool reply = 3;
- clearReply() - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipEnvelope.Builder
-
required bool reply = 3;
- clearReplyToStatus() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
optional bool replyToStatus = 2;
- clearRequest() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
optional .akka.cluster.ddata.OtherMessage request = 4;
- clearRequest() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
-
optional .akka.cluster.ddata.OtherMessage request = 2;
- clearRequest() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
optional .akka.cluster.ddata.OtherMessage request = 4;
- clearRequest() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
-
optional .akka.cluster.ddata.OtherMessage request = 2;
- clearRoles() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
repeated string roles = 2;
- clearRolesIndexes() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
repeated int32 rolesIndexes = 4 [packed = true];
- clearRouterConfig() - Method in class akka.remote.WireFormats.DeployData.Builder
-
optional bytes routerConfig = 3;
- clearRow() - Method in class docs.persistence.proto.FlightAppModels.SeatReserved.Builder
-
required uint32 row = 2;
- clearScope() - Method in class akka.remote.WireFormats.DeployData.Builder
-
optional bytes scope = 4;
- clearSeatType() - Method in class docs.persistence.proto.FlightAppModels.SeatReserved.Builder
-
optional string seatType = 3;
- clearSeen() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .akka.cluster.ddata.Address seen = 4;
- clearSeen() - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated int32 seen = 1;
- clearSendBack() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
required bool sendBack = 1;
- clearSender() - Method in class akka.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string sender = 11;
- clearSender() - Method in class akka.remote.WireFormats.RemoteEnvelope.Builder
-
optional .ActorRefData sender = 4;
- clearSeq() - Method in class akka.remote.WireFormats.RemoteEnvelope.Builder
-
optional fixed64 seq = 5;
- clearSeqNo() - Method in class akka.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
-
required uint64 seqNo = 1;
- clearSeqNo() - Method in class akka.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required uint64 seqNo = 4;
- clearSequenceNr() - Method in class akka.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional int64 sequenceNr = 2;
- clearSerialized() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
optional bytes serialized = 4;
- clearSerialized() - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number.Builder
-
optional bytes serialized = 4;
- clearSerializedGossip() - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required bytes serializedGossip = 3;
- clearSerializerId() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
-
required int32 serializerId = 2;
- clearSerializerId() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
-
required int32 serializerId = 2;
- clearSerializerId() - Method in class akka.persistence.serialization.MessageFormats.PersistentPayload.Builder
-
required int32 serializerId = 1;
- clearSerializerId() - Method in class akka.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required int32 serializerId = 2;
- clearSerializerId() - Method in class akka.remote.ContainerFormats.Payload.Builder
-
required int32 serializerId = 2;
- clearSerializerId() - Method in class akka.remote.ContainerFormats.SelectionEnvelope.Builder
-
required int32 serializerId = 2;
- clearSerializerId() - Method in class akka.remote.WireFormats.SerializedMessage.Builder
-
required int32 serializerId = 2;
- clearSerializerIds() - Method in class akka.remote.WireFormats.PropsData.Builder
-
repeated int32 serializerIds = 6;
- clearShard() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
-
required string shard = 1;
- clearShard() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
-
required string shard = 1;
- clearShard() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
-
required string shard = 1;
- clearShard() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
-
required string shard = 1;
- clearShardId() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
-
required string shardId = 1;
- clearShards() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1;
- clearStackTrace() - Method in class akka.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4;
- clearStash() - Method in interface akka.actor.StashSupport
-
INTERNAL API.
- clearStash() - Static method in class akka.event.ActorClassificationUnsubscriber
-
- clearStash() - Static method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- clearStash() - Static method in class akka.persistence.journal.PersistencePluginProxy
-
- clearState() - Method in class akka.cluster.ClusterDomainEventPublisher
-
- clearState() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required .akka.cluster.ddata.OtherMessage state = 3;
- clearStateIdentifier() - Method in class akka.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
required string stateIdentifier = 1;
- clearStateIdentifier() - Method in class akka.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
-
required string stateIdentifier = 1;
- clearStatus() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
required .MemberStatus status = 3;
- clearStatus() - Method in class akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
-
required .ReachabilityStatus status = 3;
- clearStringElements() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated string stringElements = 1;
- clearStringElements() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated string stringElements = 3;
- clearSubjectReachability() - Method in class akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2;
- clearSuperviseData() - Method in class akka.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .SuperviseData superviseData = 5;
- clearSupervisor() - Method in class akka.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .ActorRefData supervisor = 4;
- clearSystem() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
required string system = 1;
- clearSystem() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
required string system = 1;
- clearSystem() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
required string system = 1;
- clearSystem() - Method in class akka.remote.ArteryControlFormats.Address.Builder
-
required string system = 2;
- clearSystem() - Method in class akka.remote.testconductor.TestConductorProtocol.Address.Builder
-
required string system = 2;
- clearSystem() - Method in class akka.remote.WireFormats.AddressData.Builder
-
required string system = 1;
- ClearSystemMessageDelivery$() - Constructor for class akka.remote.artery.SystemMessageDelivery.ClearSystemMessageDelivery$
-
- clearTableVersion() - Method in class akka.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
required uint32 tableVersion = 3;
- clearTimeout() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
required uint32 timeout = 3;
- clearTimeout() - Method in class akka.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
-
optional string timeout = 2;
- clearTimeout() - Method in class akka.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
-
optional int64 timeout = 3;
- clearTimeoutNanos() - Method in class akka.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
optional int64 timeoutNanos = 3;
- clearTimeoutNanos() - Method in class akka.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
-
optional int64 timeoutNanos = 3;
- clearTimestamp() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required sint64 timestamp = 1;
- clearTimestamp() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
required int64 timestamp = 2;
- clearTimestamp() - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Builder
-
required int64 timestamp = 2;
- clearTimestamp() - Method in class akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
optional int64 timestamp = 1;
- clearTimestamp() - Method in class akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
-
required int64 timestamp = 2;
- clearTimestamp() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
-
required int64 timestamp = 2;
- clearTo() - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required .UniqueAddress to = 2;
- clearTo() - Method in class akka.remote.ArteryControlFormats.HandshakeReq.Builder
-
required .Address to = 2;
- clearTo() - Method in class akka.remote.ArteryControlFormats.Quarantined.Builder
-
required .UniqueAddress to = 2;
- clearTopic() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
-
required string topic = 1;
- clearTotChunks() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
required uint32 totChunks = 2;
- clearType() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
required .NodeMetrics.NumberType type = 1;
- clearType() - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number.Builder
-
required .NodeMetrics.NumberType type = 1;
- clearType() - Method in class akka.remote.ContainerFormats.Selection.Builder
-
required .PatternType type = 1;
- clearType() - Method in class akka.remote.SystemMessageFormats.SystemMessage.Builder
-
required .SystemMessage.Type type = 1;
- clearUid() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
-
required sfixed32 uid = 2;
- clearUid() - Method in class akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
-
required uint32 uid = 2;
- clearUid() - Method in class akka.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
-
required uint64 uid = 1;
- clearUid() - Method in class akka.remote.ArteryControlFormats.UniqueAddress.Builder
-
required uint64 uid = 2;
- clearUid() - Method in class akka.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
-
required uint64 uid = 1;
- clearUid() - Method in class akka.remote.SystemMessageFormats.FailedData.Builder
-
required uint64 uid = 2;
- clearUid() - Method in class akka.remote.WireFormats.AkkaHandshakeInfo.Builder
-
required fixed64 uid = 2;
- clearUid2() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
-
optional sfixed32 uid2 = 3;
- clearUid2() - Method in class akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
-
optional uint32 uid2 = 3;
- clearUnallocatedShards() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string unallocatedShards = 4;
- clearUnconfirmedDeliveries() - Method in class akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2;
- clearUpNumber() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
required int32 upNumber = 2;
- clearValue() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
-
required bytes value = 2;
- clearValue() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
required .akka.cluster.ddata.LWWRegister value = 2;
- clearValue() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
required .akka.cluster.ddata.OtherMessage value = 2;
- clearValue() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
required .akka.cluster.ddata.ORSet value = 2;
- clearValue() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
required .akka.cluster.ddata.PNCounter value = 2;
- clearValue() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
-
required double value = 1;
- clearValue() - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA.Builder
-
required double value = 1;
- clearValue() - Method in class akka.remote.ContainerFormats.Option.Builder
-
optional .Payload value = 1;
- clearValue32() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
optional uint32 value32 = 2;
- clearValue32() - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number.Builder
-
optional uint32 value32 = 2;
- clearValue64() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
optional uint64 value64 = 3;
- clearValue64() - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number.Builder
-
optional uint64 value64 = 3;
- clearValues() - Method in class akka.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
repeated uint32 values = 5;
- clearVersion() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry.Builder
-
required int64 version = 2;
- clearVersion() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
required .VectorClock version = 6;
- clearVersion() - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
required .VectorClock version = 3;
- clearVersion() - Method in class akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
required int64 version = 4;
- clearVersion() - Method in class akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
-
required int64 version = 4;
- clearVersion() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
required int64 version = 2;
- clearVersion() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
-
required int64 version = 2;
- clearVersion() - Method in class akka.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
-
required uint32 version = 2;
- clearVersions() - Method in class akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2;
- clearVersions() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1;
- clearVvector() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
required .akka.cluster.ddata.VersionVector vvector = 1;
- clearWatchData() - Method in class akka.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .WatchData watchData = 2;
- clearWatchee() - Method in class akka.remote.SystemMessageFormats.WatchData.Builder
-
required .ActorRef watchee = 1;
- clearWatcher() - Method in class akka.remote.SystemMessageFormats.WatchData.Builder
-
required .ActorRef watcher = 2;
- clearWildcardFanOut() - Method in class akka.remote.ContainerFormats.SelectionEnvelope.Builder
-
optional bool wildcardFanOut = 5;
- clearWriterUuid() - Method in class akka.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string writerUuid = 13;
- client() - Method in class akka.actor.dsl.Inbox.Get
-
- client() - Method in interface akka.actor.dsl.Inbox.Query
-
- client() - Method in class akka.actor.dsl.Inbox.Select
-
- client() - Method in exception akka.remote.testconductor.BarrierCoordinator.ClientLost
-
- client() - Method in exception akka.remote.testconductor.BarrierCoordinator.WrongBarrier
-
- Client - Class in akka.remote.testconductor
-
INTERNAL API.
- Client() - Constructor for class akka.remote.testconductor.Client
-
- client() - Method in interface akka.remote.testconductor.Player
-
- Client - Class in akka.stream
-
The client is usually the side that consumes the service provided by its
interlocutor.
- Client() - Constructor for class akka.stream.Client
-
- client() - Method in class akka.stream.TLSRole$
-
Java API: obtain the
Client singleton value.
- client() - Static method in class akka.stream.TLSRole
-
Java API: obtain the
Client singleton value.
- Client$ - Class in akka.remote.testconductor
-
INTERNAL API.
- Client$() - Constructor for class akka.remote.testconductor.Client$
-
- Client$ - Class in akka.stream
-
- Client$() - Constructor for class akka.stream.Client$
-
- clientAuth() - Method in class akka.stream.TLSProtocol.NegotiateNewSession
-
- ClientDisconnected(RoleName) - Constructor for class akka.remote.testconductor.Controller.ClientDisconnected
-
- ClientDisconnected$() - Constructor for class akka.remote.testconductor.Controller.ClientDisconnected$
-
- ClientDisconnectedException(String) - Constructor for exception akka.remote.testconductor.Controller.ClientDisconnectedException
-
- ClientFSM - Class in akka.remote.testconductor
-
This is the controlling entity on the
Player
side: in a first step it registers itself with a symbolic name and its remote
address at the
Controller, then waits for the
Done message which signals that all other expected test participants have
done the same.
- ClientFSM(RoleName, InetSocketAddress) - Constructor for class akka.remote.testconductor.ClientFSM
-
- ClientFSM$ - Class in akka.remote.testconductor
-
INTERNAL API.
- ClientFSM$() - Constructor for class akka.remote.testconductor.ClientFSM$
-
- ClientFSM.AwaitDone$ - Class in akka.remote.testconductor
-
- ClientFSM.Connected - Class in akka.remote.testconductor
-
- ClientFSM.Connected$ - Class in akka.remote.testconductor
-
- ClientFSM.Connecting$ - Class in akka.remote.testconductor
-
- ClientFSM.ConnectionFailure - Exception in akka.remote.testconductor
-
- ClientFSM.ConnectionFailure$ - Class in akka.remote.testconductor
-
- ClientFSM.Data - Class in akka.remote.testconductor
-
- ClientFSM.Data$ - Class in akka.remote.testconductor
-
- ClientFSM.Disconnected$ - Class in akka.remote.testconductor
-
- ClientFSM.Failed$ - Class in akka.remote.testconductor
-
- ClientFSM.State - Interface in akka.remote.testconductor
-
- ClientHandler - Class in akka.remote.transport.netty
-
INTERNAL API
- ClientHandler(NettyTransport, Address) - Constructor for class akka.remote.transport.netty.ClientHandler
-
- clientInteractions() - Method in class akka.cluster.client.ClusterReceptionist
-
- ClientLivenessTimeout() - Method in class akka.remote.artery.ArterySettings.Advanced$
-
- ClientLost(BarrierCoordinator.Data, RoleName) - Constructor for exception akka.remote.testconductor.BarrierCoordinator.ClientLost
-
- ClientLost$() - Constructor for class akka.remote.testconductor.BarrierCoordinator.ClientLost$
-
- ClientOp - Interface in akka.remote.testconductor
-
- clientPredicate() - Method in class akka.actor.dsl.Inbox.InboxActor
-
- ClientReconnects() - Method in class akka.remote.testconductor.TestConductorExt.Settings
-
- ClientResponseTunnel(ActorRef, FiniteDuration) - Constructor for class akka.cluster.client.ClusterReceptionist.Internal$.ClientResponseTunnel
-
- clients() - Method in class akka.actor.dsl.Inbox.InboxActor
-
- clients() - Method in class akka.remote.testconductor.BarrierCoordinator.Data
-
- clients() - Method in class akka.remote.testconductor.ConductorHandler
-
- clientsByTimeout() - Method in class akka.actor.dsl.Inbox.InboxActor
-
- ClientSocketWorkerPoolSize() - Method in class akka.remote.testconductor.TestConductorExt.Settings
-
- ClientSocketWorkerPoolSize() - Method in class akka.remote.transport.netty.NettyTransportSettings
-
- clientsPublished() - Method in class akka.cluster.client.ClusterReceptionist
-
- clock() - Method in class akka.actor.LightArrayRevolverScheduler
-
Clock implementation is replaceable (for testing); the implementation must
return a monotonically increasing series of Long nanoseconds.
- clock() - Method in class akka.io.SimpleDnsCache
-
- Clock() - Constructor for class akka.remote.FailureDetector.Clock
-
- clockTask() - Method in class akka.cluster.ddata.Replicator
-
- ClockTick() - Constructor for class akka.cluster.ddata.Replicator.Internal$.ClockTick
-
- clone() - Method in class akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
-
- clone() - Method in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
- clone() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
- clone() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
- clone() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
- clone() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
- clone() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
-
- clone() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
- clone() - Method in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
- clone() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
- clone() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Empty.Builder
-
- clone() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
- clone() - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
- clone() - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
- clone() - Method in class akka.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
- clone() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
- clone() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
- clone() - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder
-
- clone() - Method in class akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipEnvelope.Builder
-
- clone() - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Builder
-
- clone() - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA.Builder
-
- clone() - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric.Builder
-
- clone() - Method in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number.Builder
-
- clone() - Method in class akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
- clone() - Method in class akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
-
- clone() - Method in class akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
-
- clone() - Method in class akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
- clone() - Method in class akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
-
- clone() - Method in class akka.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
-
- clone() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
- clone() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
- clone() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
- clone() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
-
- clone() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
-
- clone() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
-
- clone() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
- clone() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
- clone() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
-
- clone() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
- clone() - Method in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
-
- clone() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
-
- clone() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
- clone() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
-
- clone() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
-
- clone() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
-
- clone() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
-
- clone() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
-
- clone() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
-
- clone() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
-
- clone() - Method in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
-
- clone() - Method in class akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
- clone() - Method in class akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
- clone() - Method in class akka.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
- clone() - Method in class akka.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
- clone() - Method in class akka.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
- clone() - Method in class akka.persistence.serialization.MessageFormats.PersistentPayload.Builder
-
- clone() - Method in class akka.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
-
- clone() - Method in class akka.remote.ArteryControlFormats.Address.Builder
-
- clone() - Method in class akka.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
-
- clone() - Method in class akka.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
- clone() - Method in class akka.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
-
- clone() - Method in class akka.remote.ArteryControlFormats.HandshakeReq.Builder
-
- clone() - Method in class akka.remote.ArteryControlFormats.MessageWithAddress.Builder
-
- clone() - Method in class akka.remote.ArteryControlFormats.Quarantined.Builder
-
- clone() - Method in class akka.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
-
- clone() - Method in class akka.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
- clone() - Method in class akka.remote.ArteryControlFormats.UniqueAddress.Builder
-
- clone() - Method in class akka.remote.ContainerFormats.ActorIdentity.Builder
-
- clone() - Method in class akka.remote.ContainerFormats.ActorInitializationException.Builder
-
- clone() - Method in class akka.remote.ContainerFormats.ActorRef.Builder
-
- clone() - Method in class akka.remote.ContainerFormats.Identify.Builder
-
- clone() - Method in class akka.remote.ContainerFormats.Option.Builder
-
- clone() - Method in class akka.remote.ContainerFormats.Payload.Builder
-
- clone() - Method in class akka.remote.ContainerFormats.Selection.Builder
-
- clone() - Method in class akka.remote.ContainerFormats.SelectionEnvelope.Builder
-
- clone() - Method in class akka.remote.ContainerFormats.StackTraceElement.Builder
-
- clone() - Method in class akka.remote.ContainerFormats.Throwable.Builder
-
- clone() - Method in class akka.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
-
- clone() - Static method in class akka.remote.security.provider.AkkaProvider
-
- clone() - Method in class akka.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
-
- clone() - Method in class akka.remote.SystemMessageFormats.FailedData.Builder
-
- clone() - Method in class akka.remote.SystemMessageFormats.SuperviseData.Builder
-
- clone() - Method in class akka.remote.SystemMessageFormats.SystemMessage.Builder
-
- clone() - Method in class akka.remote.SystemMessageFormats.WatchData.Builder
-
- clone() - Method in class akka.remote.testconductor.TestConductorProtocol.Address.Builder
-
- clone() - Method in class akka.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
-
- clone() - Method in class akka.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
-
- clone() - Method in class akka.remote.testconductor.TestConductorProtocol.Hello.Builder
-
- clone() - Method in class akka.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
- clone() - Method in class akka.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
- clone() - Method in class akka.remote.WireFormats.AckAndEnvelopeContainer.Builder
-
- clone() - Method in class akka.remote.WireFormats.AcknowledgementInfo.Builder
-
- clone() - Method in class akka.remote.WireFormats.ActorRefData.Builder
-
- clone() - Method in class akka.remote.WireFormats.AddressData.Builder
-
- clone() - Method in class akka.remote.WireFormats.AkkaControlMessage.Builder
-
- clone() - Method in class akka.remote.WireFormats.AkkaHandshakeInfo.Builder
-
- clone() - Method in class akka.remote.WireFormats.AkkaProtocolMessage.Builder
-
- clone() - Method in class akka.remote.WireFormats.DaemonMsgCreateData.Builder
-
- clone() - Method in class akka.remote.WireFormats.DeployData.Builder
-
- clone() - Method in class akka.remote.WireFormats.PropsData.Builder
-
- clone() - Method in class akka.remote.WireFormats.RemoteEnvelope.Builder
-
- clone() - Method in class akka.remote.WireFormats.SerializedMessage.Builder
-
- clone() - Method in class akka.util.ByteIterator.ByteArrayIterator
-
- clone() - Method in class akka.util.ByteIterator
-
- clone() - Method in class akka.util.ByteIterator.MultiByteArrayIterator
-
- clone() - Method in class docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet.Builder
-
- clone() - Method in class docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2.Builder
-
- clone() - Method in class docs.persistence.proto.FlightAppModels.SeatReserved.Builder
-
- cloneParameters(SSLParameters) - Method in class akka.stream.impl.io.TlsUtils$
-
- cloneParameters(SSLParameters) - Static method in class akka.stream.impl.io.TlsUtils
-
- close() - Method in class akka.actor.LightArrayRevolverScheduler
-
- close() - Method in class akka.cluster.ClusterReadView
-
Unsubscribe to cluster events.
- close() - Method in class akka.cluster.JmxMetricsCollector
-
Deprecated.
- close() - Method in class akka.cluster.metrics.JmxMetricsCollector
-
- close() - Method in class akka.cluster.metrics.SigarMetricsCollector
-
Releases any native resources associated with this instance.
- close(SigarProxy) - Method in class akka.cluster.metrics.SigarProvider$
-
Release underlying sigar proxy resources.
- close() - Method in class akka.cluster.SigarMetricsCollector
-
Deprecated.
Releases any native resources associated with this instance.
- close() - Method in class akka.io.TcpMessage$
-
A normal close operation will first flush pending writes and then close the
socket.
- close() - Static method in class akka.io.TcpMessage
-
A normal close operation will first flush pending writes and then close the
socket.
- close() - Method in class akka.remote.artery.AeronErrorLog
-
- close(long) - Method in interface akka.remote.artery.compress.InboundCompressions
-
Remove compression and cancel advertisement scheduling for a specific origin
- close(long) - Method in class akka.remote.artery.compress.InboundCompressionsImpl
-
- close(long) - Method in class akka.remote.artery.compress.NoInboundCompressions$
-
- close(long) - Static method in class akka.remote.artery.compress.NoInboundCompressions
-
- close() - Method in class akka.remote.artery.FlightRecorder
-
- close() - Method in class akka.remote.artery.FlightRecorderReader
-
- close() - Method in class akka.remote.artery.RollingEventLogSection
-
- close() - Method in class akka.stream.impl.io.compression.Compressor
-
Make sure any resources have been released
- close() - Method in class akka.stream.impl.io.compression.DeflateCompressor
-
- close() - Method in class akka.stream.impl.io.InputStreamAdapter
-
- close() - Method in class akka.stream.impl.io.OutputStreamAdapter
-
- close() - Method in class akka.stream.scaladsl.MergeHub.InputState
-
- Close$() - Constructor for class akka.io.Tcp.Close$
-
- Close$() - Constructor for class akka.stream.impl.io.InputStreamSinkStage.Close$
-
- Close$() - Constructor for class akka.stream.impl.io.OutputStreamSourceStage.Close$
-
- closeCompressionFor(long) - Method in interface akka.remote.artery.Decoder.InboundCompressionAccess
-
- closeCompressionFor(long) - Method in interface akka.remote.artery.Decoder.InboundCompressionAccessImpl
-
External call from ChangeInboundCompression materialized value
- Closed() - Method in class akka.dispatch.Mailbox$
-
- Closed() - Static method in class akka.dispatch.Mailbox
-
- Closed$() - Constructor for class akka.contrib.circuitbreaker.CircuitBreakerProxy.Closed$
-
- Closed$() - Constructor for class akka.io.Tcp.Closed$
-
- Closed$() - Constructor for class akka.remote.transport.ProtocolStateActor.Closed$
-
- closedEvent() - Method in class akka.io.TcpConnection.CloseInformation
-
- closedMessage() - Method in class akka.io.TcpConnection
-
- closedMessage() - Static method in class akka.io.TcpOutgoingConnection
-
- closedMessage_$eq(TcpConnection.CloseInformation) - Static method in class akka.io.TcpOutgoingConnection
-
- ClosedShape - Class in akka.stream
-
This
Shape is used for graphs that have neither open inputs nor open
outputs.
- ClosedShape() - Constructor for class akka.stream.ClosedShape
-
- ClosedShape$ - Class in akka.stream
-
- ClosedShape$() - Constructor for class akka.stream.ClosedShape$
-
- CloseInformation(Set<ActorRef>, Tcp.Event) - Constructor for class akka.io.TcpConnection.CloseInformation
-
- CloseInformation$() - Constructor for class akka.io.TcpConnection.CloseInformation$
-
- closeReason() - Method in class akka.io.TcpConnection
-
- closeReason() - Static method in class akka.io.TcpOutgoingConnection
-
- closing(TcpConnection.ConnectionInfo, Option<ActorRef>) - Method in class akka.io.TcpConnection
-
connection is closed on our side and we're waiting from confirmation from the other side
- closing(TcpConnection.ConnectionInfo, Option<ActorRef>) - Static method in class akka.io.TcpOutgoingConnection
-
- closing() - Method in class akka.stream.impl.io.TlsModule
-
- closingWithPendingWrite(TcpConnection.ConnectionInfo, Option<ActorRef>, Tcp.ConnectionClosed) - Method in class akka.io.TcpConnection
-
connection is closing but a write has to be finished first
- closingWithPendingWrite(TcpConnection.ConnectionInfo, Option<ActorRef>, Tcp.ConnectionClosed) - Static method in class akka.io.TcpOutgoingConnection
-
- cluster() - Method in class akka.actor.ProviderSelection$
-
- cluster() - Static method in class akka.actor.ProviderSelection
-
- cluster() - Method in class akka.cluster.AutoDown
-
- cluster() - Method in class akka.cluster.client.ClusterReceptionist
-
- Cluster - Class in akka.cluster
-
This module is responsible cluster membership information.
- Cluster(ExtendedActorSystem) - Constructor for class akka.cluster.Cluster
-
- cluster() - Method in class akka.cluster.ClusterCoreDaemon
-
- cluster() - Method in class akka.cluster.ClusterHeartbeatSender
-
- cluster() - Method in class akka.cluster.ClusterMetricsCollector
-
- cluster() - Method in class akka.cluster.ClusterRemoteWatcher
-
- cluster() - Method in class akka.cluster.ddata.Replicator
-
- cluster() - Method in class akka.cluster.FirstSeedNodeProcess
-
- cluster() - Method in class akka.cluster.metrics.ClusterMetricsCollector
-
- cluster() - Method in class akka.cluster.pubsub.DistributedPubSubMediator
-
- cluster() - Method in class akka.cluster.routing.AdaptiveLoadBalancingMetricsListener
-
- cluster() - Method in interface akka.cluster.routing.ClusterRouterActor
-
- cluster() - Method in class akka.cluster.sharding.ClusterShardingGuardian
-
- cluster() - Method in class akka.cluster.sharding.ShardCoordinator
-
- cluster() - Method in class akka.cluster.sharding.ShardRegion
-
- cluster() - Method in class akka.cluster.singleton.ClusterSingletonManager
-
- cluster() - Method in class akka.cluster.singleton.ClusterSingletonProxy
-
- Cluster$() - Constructor for class akka.actor.ProviderSelection.Cluster$
-
- Cluster$ - Class in akka.cluster
-
Cluster Extension Id and factory for creating Cluster extension.
- Cluster$() - Constructor for class akka.cluster.Cluster$
-
- Cluster.InfoLogger$ - Class in akka.cluster
-
INTERNAL API
- ClusterActorRefProvider - Class in akka.cluster
-
INTERNAL API
- ClusterActorRefProvider(String, ActorSystem.Settings, EventStream, DynamicAccess) - Constructor for class akka.cluster.ClusterActorRefProvider
-
- ClusterClient - Class in akka.cluster.client
-
This actor is intended to be used on an external node that is not member
of the cluster.
- ClusterClient(ClusterClientSettings) - Constructor for class akka.cluster.client.ClusterClient
-
- clusterClient() - Method in interface akka.cluster.client.ClusterClientInteraction
-
- clusterClient() - Method in class akka.cluster.client.ClusterClientUnreachable
-
- clusterClient() - Method in class akka.cluster.client.ClusterClientUp
-
- ClusterClient$ - Class in akka.cluster.client
-
- ClusterClient$() - Constructor for class akka.cluster.client.ClusterClient$
-
- ClusterClient.Internal$ - Class in akka.cluster.client
-
INTERNAL API
- ClusterClient.Internal$.HeartbeatTick - Class in akka.cluster.client
-
- ClusterClient.Internal$.ReconnectTimeout - Class in akka.cluster.client
-
- ClusterClient.Internal$.RefreshContactsTick - Class in akka.cluster.client
-
- ClusterClient.Publish - Class in akka.cluster.client
-
- ClusterClient.Publish$ - Class in akka.cluster.client
-
- ClusterClient.Send - Class in akka.cluster.client
-
- ClusterClient.Send$ - Class in akka.cluster.client
-
- ClusterClient.SendToAll - Class in akka.cluster.client
-
- ClusterClient.SendToAll$ - Class in akka.cluster.client
-
- ClusterClientInteraction - Interface in akka.cluster.client
-
Declares a super type for all events emitted by the ClusterReceptionist.
- ClusterClientMessage - Interface in akka.cluster.client
-
Marker trait for remote messages with special serializer.
- ClusterClientMessages - Class in akka.cluster.client.protobuf.msg
-
- ClusterClientMessages.Contacts - Class in akka.cluster.client.protobuf.msg
-
Protobuf type Contacts
- ClusterClientMessages.Contacts.Builder - Class in akka.cluster.client.protobuf.msg
-
Protobuf type Contacts
- ClusterClientMessages.ContactsOrBuilder - Interface in akka.cluster.client.protobuf.msg
-
- ClusterClientMessageSerializer - Class in akka.cluster.client.protobuf
-
INTERNAL API: Serializer of ClusterClient messages.
- ClusterClientMessageSerializer(ExtendedActorSystem) - Constructor for class akka.cluster.client.protobuf.ClusterClientMessageSerializer
-
- ClusterClientReceptionist - Class in akka.cluster.client
-
- ClusterClientReceptionist(ExtendedActorSystem) - Constructor for class akka.cluster.client.ClusterClientReceptionist
-
- ClusterClientReceptionist$ - Class in akka.cluster.client
-
- ClusterClientReceptionist$() - Constructor for class akka.cluster.client.ClusterClientReceptionist$
-
- ClusterClients - Class in akka.cluster.client
-
The reply to GetClusterClients.
- ClusterClients(Set<ActorRef>) - Constructor for class akka.cluster.client.ClusterClients
-
- clusterClients() - Method in class akka.cluster.client.ClusterClients
-
- ClusterClients$ - Class in akka.cluster.client
-
- ClusterClients$() - Constructor for class akka.cluster.client.ClusterClients$
-
- ClusterClientSettings - Class in akka.cluster.client
-
param: initialContacts Actor paths of the ClusterReceptionist actors on
the servers (cluster nodes) that the client will try to contact initially.
- ClusterClientSettings(Set<ActorPath>, FiniteDuration, FiniteDuration, FiniteDuration, FiniteDuration, int, Option<FiniteDuration>) - Constructor for class akka.cluster.client.ClusterClientSettings
-
- ClusterClientSettings(Set<ActorPath>, FiniteDuration, FiniteDuration, FiniteDuration, FiniteDuration, int) - Constructor for class akka.cluster.client.ClusterClientSettings
-
For binary/source compatibility
- ClusterClientSettings$ - Class in akka.cluster.client
-
- ClusterClientSettings$() - Constructor for class akka.cluster.client.ClusterClientSettings$
-
- ClusterClientUnreachable - Class in akka.cluster.client
-
Emitted to the Akka event stream when a cluster client was previously connected
but then not seen for some time.
- ClusterClientUnreachable(ActorRef) - Constructor for class akka.cluster.client.ClusterClientUnreachable
-
- ClusterClientUnreachable$ - Class in akka.cluster.client
-
- ClusterClientUnreachable$() - Constructor for class akka.cluster.client.ClusterClientUnreachable$
-
- ClusterClientUp - Class in akka.cluster.client
-
Emitted to the Akka event stream when a cluster client has interacted with
a receptionist.
- ClusterClientUp(ActorRef) - Constructor for class akka.cluster.client.ClusterClientUp
-
- ClusterClientUp$ - Class in akka.cluster.client
-
- ClusterClientUp$() - Constructor for class akka.cluster.client.ClusterClientUp$
-
- clusterCore() - Method in class akka.cluster.Cluster
-
INTERNAL API
- ClusterCoreDaemon - Class in akka.cluster
-
INTERNAL API.
- ClusterCoreDaemon(ActorRef) - Constructor for class akka.cluster.ClusterCoreDaemon
-
- ClusterCoreDaemon.Ignored - Class in akka.cluster
-
- ClusterCoreDaemon.Merge - Class in akka.cluster
-
- ClusterCoreDaemon.Newer - Class in akka.cluster
-
- ClusterCoreDaemon.Older - Class in akka.cluster
-
- ClusterCoreDaemon.ReceiveGossipType - Interface in akka.cluster
-
The types of gossip actions that receive gossip has performed.
- ClusterCoreDaemon.Same - Class in akka.cluster
-
- ClusterCoreSupervisor - Class in akka.cluster
-
INTERNAL API.
- ClusterCoreSupervisor() - Constructor for class akka.cluster.ClusterCoreSupervisor
-
- ClusterDaemon - Class in akka.cluster
-
INTERNAL API.
- ClusterDaemon(ClusterSettings) - Constructor for class akka.cluster.ClusterDaemon
-
- ClusterDeployer - Class in akka.cluster
-
INTERNAL API
- ClusterDeployer(ActorSystem.Settings, DynamicAccess) - Constructor for class akka.cluster.ClusterDeployer
-
- ClusterDomainEventPublisher - Class in akka.cluster
-
INTERNAL API.
- ClusterDomainEventPublisher() - Constructor for class akka.cluster.ClusterDomainEventPublisher
-
- ClusterEvent - Class in akka.cluster
-
Domain events published to the event bus.
- ClusterEvent() - Constructor for class akka.cluster.ClusterEvent
-
- ClusterEvent$ - Class in akka.cluster
-
Domain events published to the event bus.
- ClusterEvent$() - Constructor for class akka.cluster.ClusterEvent$
-
- ClusterEvent.ClusterDomainEvent - Interface in akka.cluster
-
Marker interface for cluster domain events.
- ClusterEvent.ClusterMetricsChanged - Class in akka.cluster
-
- ClusterEvent.ClusterMetricsChanged$ - Class in akka.cluster
-
- ClusterEvent.ClusterShuttingDown$ - Class in akka.cluster
-
- ClusterEvent.CurrentClusterState - Class in akka.cluster
-
Current snapshot state of the cluster.
- ClusterEvent.CurrentClusterState$ - Class in akka.cluster
-
- ClusterEvent.CurrentInternalStats - Class in akka.cluster
-
INTERNAL API
- ClusterEvent.CurrentInternalStats$ - Class in akka.cluster
-
- ClusterEvent.InitialStateAsEvents$ - Class in akka.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 akka.cluster
-
- ClusterEvent.LeaderChanged - Class in akka.cluster
-
Leader of the cluster members changed.
- ClusterEvent.LeaderChanged$ - Class in akka.cluster
-
- ClusterEvent.MemberEvent - Interface in akka.cluster
-
Marker interface for membership events.
- ClusterEvent.MemberExited - Class in akka.cluster
-
Member status changed to MemberStatus.Exiting and will be removed
when all members have seen the Exiting status.
- ClusterEvent.MemberExited$ - Class in akka.cluster
-
- ClusterEvent.MemberJoined - Class in akka.cluster
-
Member status changed to Joining.
- ClusterEvent.MemberJoined$ - Class in akka.cluster
-
- ClusterEvent.MemberLeft - Class in akka.cluster
-
Member status changed to Leaving.
- ClusterEvent.MemberLeft$ - Class in akka.cluster
-
- ClusterEvent.MemberRemoved - Class in akka.cluster
-
Member completely removed from the cluster.
- ClusterEvent.MemberRemoved$ - Class in akka.cluster
-
- ClusterEvent.MemberUp - Class in akka.cluster
-
Member status changed to Up.
- ClusterEvent.MemberUp$ - Class in akka.cluster
-
- ClusterEvent.MemberWeaklyUp - Class in akka.cluster
-
Member status changed to WeaklyUp.
- ClusterEvent.MemberWeaklyUp$ - Class in akka.cluster
-
- ClusterEvent.ReachabilityChanged - Class in akka.cluster
-
INTERNAL API
- ClusterEvent.ReachabilityChanged$ - Class in akka.cluster
-
- ClusterEvent.ReachabilityEvent - Interface in akka.cluster
-
- ClusterEvent.ReachableMember - Class in akka.cluster
-
A member is considered as reachable by the failure detector
after having been unreachable.
- ClusterEvent.ReachableMember$ - Class in akka.cluster
-
- ClusterEvent.RoleLeaderChanged - Class in akka.cluster
-
First member (leader) of the members within a role set changed.
- ClusterEvent.RoleLeaderChanged$ - Class in akka.cluster
-
- ClusterEvent.SeenChanged - Class in akka.cluster
-
INTERNAL API
The nodes that have seen current version of the Gossip.
- ClusterEvent.SeenChanged$ - Class in akka.cluster
-
- ClusterEvent.SubscriptionInitialStateMode - Class in akka.cluster
-
- ClusterEvent.UnreachableMember - Class in akka.cluster
-
A member is considered as unreachable by the failure detector.
- ClusterEvent.UnreachableMember$ - Class in akka.cluster
-
- ClusterHeartbeatReceiver - Class in akka.cluster
-
INTERNAL API.
- ClusterHeartbeatReceiver() - Constructor for class akka.cluster.ClusterHeartbeatReceiver
-
- ClusterHeartbeatSender - Class in akka.cluster
-
- ClusterHeartbeatSender() - Constructor for class akka.cluster.ClusterHeartbeatSender
-
- ClusterHeartbeatSender$ - Class in akka.cluster
-
INTERNAL API
- ClusterHeartbeatSender$() - Constructor for class akka.cluster.ClusterHeartbeatSender$
-
- ClusterHeartbeatSender.ExpectedFirstHeartbeat - Class in akka.cluster
-
- ClusterHeartbeatSender.ExpectedFirstHeartbeat$ - Class in akka.cluster
-
- ClusterHeartbeatSender.Heartbeat - Class in akka.cluster
-
Sent at regular intervals for failure detection.
- ClusterHeartbeatSender.Heartbeat$ - Class in akka.cluster
-
- ClusterHeartbeatSender.HeartbeatRsp - Class in akka.cluster
-
- ClusterHeartbeatSender.HeartbeatRsp$ - Class in akka.cluster
-
- ClusterHeartbeatSender.HeartbeatTick$ - Class in akka.cluster
-
- ClusterHeartbeatSenderState - Class in akka.cluster
-
- ClusterHeartbeatSenderState(HeartbeatNodeRing, Set<UniqueAddress>, FailureDetectorRegistry<Address>) - Constructor for class akka.cluster.ClusterHeartbeatSenderState
-
- ClusterHeartbeatSenderState$ - Class in akka.cluster
-
- ClusterHeartbeatSenderState$() - Constructor for class akka.cluster.ClusterHeartbeatSenderState$
-
- ClusterJmx - Class in akka.cluster
-
INTERNAL API
- ClusterJmx(Cluster, LoggingAdapter) - Constructor for class akka.cluster.ClusterJmx
-
- ClusterMessage - Interface in akka.cluster
-
Base trait for all cluster messages.
- ClusterMessages - Class in akka.cluster.protobuf.msg
-
- ClusterMessages.Address - Class in akka.cluster.protobuf.msg
-
Protobuf type Address
- ClusterMessages.Address.Builder - Class in akka.cluster.protobuf.msg
-
Protobuf type Address
- ClusterMessages.AddressOrBuilder - Interface in akka.cluster.protobuf.msg
-
- ClusterMessages.Empty - Class in akka.cluster.protobuf.msg
-
Protobuf type Empty
- ClusterMessages.Empty.Builder - Class in akka.cluster.protobuf.msg
-
Protobuf type Empty
- ClusterMessages.EmptyOrBuilder - Interface in akka.cluster.protobuf.msg
-
- ClusterMessages.Gossip - Class in akka.cluster.protobuf.msg
-
Protobuf type Gossip
- ClusterMessages.Gossip.Builder - Class in akka.cluster.protobuf.msg
-
Protobuf type Gossip
- ClusterMessages.GossipEnvelope - Class in akka.cluster.protobuf.msg
-
Protobuf type GossipEnvelope
- ClusterMessages.GossipEnvelope.Builder - Class in akka.cluster.protobuf.msg
-
Protobuf type GossipEnvelope
- ClusterMessages.GossipEnvelopeOrBuilder - Interface in akka.cluster.protobuf.msg
-
- ClusterMessages.GossipOrBuilder - Interface in akka.cluster.protobuf.msg
-
- ClusterMessages.GossipOverview - Class in akka.cluster.protobuf.msg
-
Protobuf type GossipOverview
- ClusterMessages.GossipOverview.Builder - Class in akka.cluster.protobuf.msg
-
Protobuf type GossipOverview
- ClusterMessages.GossipOverviewOrBuilder - Interface in akka.cluster.protobuf.msg
-
- ClusterMessages.GossipStatus - Class in akka.cluster.protobuf.msg
-
Protobuf type GossipStatus
- ClusterMessages.GossipStatus.Builder - Class in akka.cluster.protobuf.msg
-
Protobuf type GossipStatus
- ClusterMessages.GossipStatusOrBuilder - Interface in akka.cluster.protobuf.msg
-
- ClusterMessages.Join - Class in akka.cluster.protobuf.msg
-
Protobuf type Join
- ClusterMessages.Join.Builder - Class in akka.cluster.protobuf.msg
-
Protobuf type Join
- ClusterMessages.JoinOrBuilder - Interface in akka.cluster.protobuf.msg
-
- ClusterMessages.Member - Class in akka.cluster.protobuf.msg
-
Protobuf type Member
- ClusterMessages.Member.Builder - Class in akka.cluster.protobuf.msg
-
Protobuf type Member
- ClusterMessages.MemberOrBuilder - Interface in akka.cluster.protobuf.msg
-
- ClusterMessages.MemberStatus - Enum in akka.cluster.protobuf.msg
-
Protobuf enum MemberStatus
- ClusterMessages.MetricsGossip - Class in akka.cluster.protobuf.msg
-
Protobuf type MetricsGossip
- ClusterMessages.MetricsGossip.Builder - Class in akka.cluster.protobuf.msg
-
Protobuf type MetricsGossip
- ClusterMessages.MetricsGossipEnvelope - Class in akka.cluster.protobuf.msg
-
Protobuf type MetricsGossipEnvelope
- ClusterMessages.MetricsGossipEnvelope.Builder - Class in akka.cluster.protobuf.msg
-
Protobuf type MetricsGossipEnvelope
- ClusterMessages.MetricsGossipEnvelopeOrBuilder - Interface in akka.cluster.protobuf.msg
-
- ClusterMessages.MetricsGossipOrBuilder - Interface in akka.cluster.protobuf.msg
-
- ClusterMessages.NodeMetrics - Class in akka.cluster.protobuf.msg
-
Protobuf type NodeMetrics
- ClusterMessages.NodeMetrics.Builder - Class in akka.cluster.protobuf.msg
-
Protobuf type NodeMetrics
- ClusterMessages.NodeMetrics.EWMA - Class in akka.cluster.protobuf.msg
-
Protobuf type NodeMetrics.EWMA
- ClusterMessages.NodeMetrics.EWMA.Builder - Class in akka.cluster.protobuf.msg
-
Protobuf type NodeMetrics.EWMA
- ClusterMessages.NodeMetrics.EWMAOrBuilder - Interface in akka.cluster.protobuf.msg
-
- ClusterMessages.NodeMetrics.Metric - Class in akka.cluster.protobuf.msg
-
Protobuf type NodeMetrics.Metric
- ClusterMessages.NodeMetrics.Metric.Builder - Class in akka.cluster.protobuf.msg
-
Protobuf type NodeMetrics.Metric
- ClusterMessages.NodeMetrics.MetricOrBuilder - Interface in akka.cluster.protobuf.msg
-
- ClusterMessages.NodeMetrics.Number - Class in akka.cluster.protobuf.msg
-
Protobuf type NodeMetrics.Number
- ClusterMessages.NodeMetrics.Number.Builder - Class in akka.cluster.protobuf.msg
-
Protobuf type NodeMetrics.Number
- ClusterMessages.NodeMetrics.NumberOrBuilder - Interface in akka.cluster.protobuf.msg
-
- ClusterMessages.NodeMetrics.NumberType - Enum in akka.cluster.protobuf.msg
-
Protobuf enum NodeMetrics.NumberType
- ClusterMessages.NodeMetricsOrBuilder - Interface in akka.cluster.protobuf.msg
-
- ClusterMessages.ObserverReachability - Class in akka.cluster.protobuf.msg
-
Protobuf type ObserverReachability
- ClusterMessages.ObserverReachability.Builder - Class in akka.cluster.protobuf.msg
-
Protobuf type ObserverReachability
- ClusterMessages.ObserverReachabilityOrBuilder - Interface in akka.cluster.protobuf.msg
-
- ClusterMessages.ReachabilityStatus - Enum in akka.cluster.protobuf.msg
-
Protobuf enum ReachabilityStatus
- ClusterMessages.SubjectReachability - Class in akka.cluster.protobuf.msg
-
Protobuf type SubjectReachability
- ClusterMessages.SubjectReachability.Builder - Class in akka.cluster.protobuf.msg
-
Protobuf type SubjectReachability
- ClusterMessages.SubjectReachabilityOrBuilder - Interface in akka.cluster.protobuf.msg
-
- ClusterMessages.UniqueAddress - Class in akka.cluster.protobuf.msg
-
Protobuf type UniqueAddress
- ClusterMessages.UniqueAddress.Builder - Class in akka.cluster.protobuf.msg
-
Protobuf type UniqueAddress
- ClusterMessages.UniqueAddressOrBuilder - Interface in akka.cluster.protobuf.msg
-
- ClusterMessages.VectorClock - Class in akka.cluster.protobuf.msg
-
Protobuf type VectorClock
- ClusterMessages.VectorClock.Builder - Class in akka.cluster.protobuf.msg
-
Protobuf type VectorClock
- ClusterMessages.VectorClock.Version - Class in akka.cluster.protobuf.msg
-
Protobuf type VectorClock.Version
- ClusterMessages.VectorClock.Version.Builder - Class in akka.cluster.protobuf.msg
-
Protobuf type VectorClock.Version
- ClusterMessages.VectorClock.VersionOrBuilder - Interface in akka.cluster.protobuf.msg
-
- ClusterMessages.VectorClockOrBuilder - Interface in akka.cluster.protobuf.msg
-
- ClusterMessages.Welcome - Class in akka.cluster.protobuf.msg
-
Protobuf type Welcome
- ClusterMessages.Welcome.Builder - Class in akka.cluster.protobuf.msg
-
Protobuf type Welcome
- ClusterMessages.WelcomeOrBuilder - Interface in akka.cluster.protobuf.msg
-
- ClusterMessageSerializer - Class in akka.cluster.protobuf
-
Protobuf serializer of cluster messages.
- ClusterMessageSerializer(ExtendedActorSystem) - Constructor for class akka.cluster.protobuf.ClusterMessageSerializer
-
- ClusterMessageSerializer() - Constructor for class akka.cluster.protobuf.ClusterMessageSerializer
-
- clusterMetrics() - Method in class akka.cluster.ClusterReadView
-
Current cluster metrics.
- ClusterMetricsChanged(Set<NodeMetrics>) - Constructor for class akka.cluster.ClusterEvent.ClusterMetricsChanged
-
Deprecated.
- ClusterMetricsChanged - Class in akka.cluster.metrics
-
Current snapshot of cluster node metrics.
- ClusterMetricsChanged(Set<NodeMetrics>) - Constructor for class akka.cluster.metrics.ClusterMetricsChanged
-
- ClusterMetricsChanged$() - Constructor for class akka.cluster.ClusterEvent.ClusterMetricsChanged$
-
Deprecated.
- ClusterMetricsChanged$ - Class in akka.cluster.metrics
-
- ClusterMetricsChanged$() - Constructor for class akka.cluster.metrics.ClusterMetricsChanged$
-
- ClusterMetricsCollector - Class in akka.cluster
-
INTERNAL API.
- ClusterMetricsCollector(ActorRef) - Constructor for class akka.cluster.ClusterMetricsCollector
-
- ClusterMetricsCollector - Class in akka.cluster.metrics
-
INTERNAL API.
- ClusterMetricsCollector() - Constructor for class akka.cluster.metrics.ClusterMetricsCollector
-
- ClusterMetricsEvent - Interface in akka.cluster.metrics
-
Local cluster metrics extension events.
- ClusterMetricsExtension - Class in akka.cluster.metrics
-
Cluster metrics extension.
- ClusterMetricsExtension(ExtendedActorSystem) - Constructor for class akka.cluster.metrics.ClusterMetricsExtension
-
- ClusterMetricsExtension$ - Class in akka.cluster.metrics
-
Cluster metrics extension provider.
- ClusterMetricsExtension$() - Constructor for class akka.cluster.metrics.ClusterMetricsExtension$
-
- ClusterMetricsMessage - Interface in akka.cluster.metrics
-
INTERNAL API.
- ClusterMetricsMessages - Class in akka.cluster.metrics.protobuf.msg
-
- ClusterMetricsMessages.Address - Class in akka.cluster.metrics.protobuf.msg
-
Protobuf type Address
- ClusterMetricsMessages.Address.Builder - Class in akka.cluster.metrics.protobuf.msg
-
Protobuf type Address
- ClusterMetricsMessages.AddressOrBuilder - Interface in akka.cluster.metrics.protobuf.msg
-
- ClusterMetricsMessages.MetricsGossip - Class in akka.cluster.metrics.protobuf.msg
-
Protobuf type MetricsGossip
- ClusterMetricsMessages.MetricsGossip.Builder - Class in akka.cluster.metrics.protobuf.msg
-
Protobuf type MetricsGossip
- ClusterMetricsMessages.MetricsGossipEnvelope - Class in akka.cluster.metrics.protobuf.msg
-
Protobuf type MetricsGossipEnvelope
- ClusterMetricsMessages.MetricsGossipEnvelope.Builder - Class in akka.cluster.metrics.protobuf.msg
-
Protobuf type MetricsGossipEnvelope
- ClusterMetricsMessages.MetricsGossipEnvelopeOrBuilder - Interface in akka.cluster.metrics.protobuf.msg
-
- ClusterMetricsMessages.MetricsGossipOrBuilder - Interface in akka.cluster.metrics.protobuf.msg
-
- ClusterMetricsMessages.NodeMetrics - Class in akka.cluster.metrics.protobuf.msg
-
Protobuf type NodeMetrics
- ClusterMetricsMessages.NodeMetrics.Builder - Class in akka.cluster.metrics.protobuf.msg
-
Protobuf type NodeMetrics
- ClusterMetricsMessages.NodeMetrics.EWMA - Class in akka.cluster.metrics.protobuf.msg
-
Protobuf type NodeMetrics.EWMA
- ClusterMetricsMessages.NodeMetrics.EWMA.Builder - Class in akka.cluster.metrics.protobuf.msg
-
Protobuf type NodeMetrics.EWMA
- ClusterMetricsMessages.NodeMetrics.EWMAOrBuilder - Interface in akka.cluster.metrics.protobuf.msg
-
- ClusterMetricsMessages.NodeMetrics.Metric - Class in akka.cluster.metrics.protobuf.msg
-
Protobuf type NodeMetrics.Metric
- ClusterMetricsMessages.NodeMetrics.Metric.Builder - Class in akka.cluster.metrics.protobuf.msg
-
Protobuf type NodeMetrics.Metric
- ClusterMetricsMessages.NodeMetrics.MetricOrBuilder - Interface in akka.cluster.metrics.protobuf.msg
-
- ClusterMetricsMessages.NodeMetrics.Number - Class in akka.cluster.metrics.protobuf.msg
-
Protobuf type NodeMetrics.Number
- ClusterMetricsMessages.NodeMetrics.Number.Builder - Class in akka.cluster.metrics.protobuf.msg
-
Protobuf type NodeMetrics.Number
- ClusterMetricsMessages.NodeMetrics.NumberOrBuilder - Interface in akka.cluster.metrics.protobuf.msg
-
- ClusterMetricsMessages.NodeMetrics.NumberType - Enum in akka.cluster.metrics.protobuf.msg
-
Protobuf enum NodeMetrics.NumberType
- ClusterMetricsMessages.NodeMetricsOrBuilder - Interface in akka.cluster.metrics.protobuf.msg
-
- ClusterMetricsSettings - Class in akka.cluster.metrics
-
Metrics extension settings.
- ClusterMetricsSettings(Config) - Constructor for class akka.cluster.metrics.ClusterMetricsSettings
-
- ClusterMetricsSettings$ - Class in akka.cluster.metrics
-
- ClusterMetricsSettings$() - Constructor for class akka.cluster.metrics.ClusterMetricsSettings$
-
- ClusterMetricsStrategy - Class in akka.cluster.metrics
-
- ClusterMetricsStrategy(Config) - Constructor for class akka.cluster.metrics.ClusterMetricsStrategy
-
- ClusterMetricsStrategy$ - Class in akka.cluster.metrics
-
Provide custom metrics strategy resources.
- ClusterMetricsStrategy$() - Constructor for class akka.cluster.metrics.ClusterMetricsStrategy$
-
- ClusterMetricsSupervisor - Class in akka.cluster.metrics
-
INTERNAL API.
- ClusterMetricsSupervisor() - Constructor for class akka.cluster.metrics.ClusterMetricsSupervisor
-
- ClusterNodeMBean - Interface in akka.cluster
-
Interface for the cluster JMX MBean.
- clusterNodes() - Method in class akka.cluster.ClusterRemoteWatcher
-
- ClusterReadView - Class in akka.cluster
-
INTERNAL API
- ClusterReadView(Cluster) - Constructor for class akka.cluster.ClusterReadView
-
- clusterReceive() - Method in interface akka.cluster.routing.ClusterRouterActor
-
- ClusterReceptionist - Class in akka.cluster.client
-
- ClusterReceptionist(ActorRef, ClusterReceptionistSettings) - Constructor for class akka.cluster.client.ClusterReceptionist
-
- ClusterReceptionist$ - Class in akka.cluster.client
-
- ClusterReceptionist$() - Constructor for class akka.cluster.client.ClusterReceptionist$
-
- ClusterReceptionist.Internal$ - Class in akka.cluster.client
-
INTERNAL API
- ClusterReceptionist.Internal$.CheckDeadlines - Class in akka.cluster.client
-
- ClusterReceptionist.Internal$.ClientResponseTunnel - Class in akka.cluster.client
-
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 akka.cluster.client
-
- ClusterReceptionist.Internal$.GetContacts - Class in akka.cluster.client
-
- ClusterReceptionist.Internal$.Heartbeat - Class in akka.cluster.client
-
- ClusterReceptionist.Internal$.HeartbeatRsp - Class in akka.cluster.client
-
- ClusterReceptionist.Internal$.Ping - Class in akka.cluster.client
-
- ClusterReceptionistSettings - Class in akka.cluster.client
-
param: role Start the receptionist on members tagged with this role.
- ClusterReceptionistSettings(Option<String>, int, FiniteDuration) - Constructor for class akka.cluster.client.ClusterReceptionistSettings
-
- ClusterReceptionistSettings(Option<String>, int, FiniteDuration, FiniteDuration, FiniteDuration, FiniteDuration) - Constructor for class akka.cluster.client.ClusterReceptionistSettings
-
- ClusterReceptionistSettings$ - Class in akka.cluster.client
-
- ClusterReceptionistSettings$() - Constructor for class akka.cluster.client.ClusterReceptionistSettings$
-
- ClusterRemoteWatcher - Class in akka.cluster
-
INTERNAL API
- ClusterRemoteWatcher(FailureDetectorRegistry<Address>, FiniteDuration, FiniteDuration, FiniteDuration) - Constructor for class akka.cluster.ClusterRemoteWatcher
-
- ClusterRemoteWatcher$ - Class in akka.cluster
-
INTERNAL API
- ClusterRemoteWatcher$() - Constructor for class akka.cluster.ClusterRemoteWatcher$
-
- ClusterRouterActor - Interface in akka.cluster.routing
-
INTERNAL API
The router actor, subscribes to cluster events and
adjusts the routees.
- ClusterRouterConfigBase - Interface in akka.cluster.routing
-
INTERNAL API
- ClusterRouterGroup - Class in akka.cluster.routing
-
RouterConfig implementation for deployment on cluster nodes.
- ClusterRouterGroup(Group, ClusterRouterGroupSettings) - Constructor for class akka.cluster.routing.ClusterRouterGroup
-
- ClusterRouterGroup$ - Class in akka.cluster.routing
-
- ClusterRouterGroup$() - Constructor for class akka.cluster.routing.ClusterRouterGroup$
-
- ClusterRouterGroupActor - Class in akka.cluster.routing
-
INTERNAL API
- ClusterRouterGroupActor(ClusterRouterGroupSettings) - Constructor for class akka.cluster.routing.ClusterRouterGroupActor
-
- ClusterRouterGroupSettings - Class in akka.cluster.routing
-
- ClusterRouterGroupSettings(int, Seq<String>, boolean, Option<String>) - Constructor for class akka.cluster.routing.ClusterRouterGroupSettings
-
- ClusterRouterGroupSettings(int, Iterable<String>, boolean, String) - Constructor for class akka.cluster.routing.ClusterRouterGroupSettings
-
Java API
- ClusterRouterGroupSettings$ - Class in akka.cluster.routing
-
- ClusterRouterGroupSettings$() - Constructor for class akka.cluster.routing.ClusterRouterGroupSettings$
-
- ClusterRouterPool - Class in akka.cluster.routing
-
RouterConfig implementation for deployment on cluster nodes.
- ClusterRouterPool(Pool, ClusterRouterPoolSettings) - Constructor for class akka.cluster.routing.ClusterRouterPool
-
- ClusterRouterPool$ - Class in akka.cluster.routing
-
- ClusterRouterPool$() - Constructor for class akka.cluster.routing.ClusterRouterPool$
-
- ClusterRouterPoolActor - Class in akka.cluster.routing
-
INTERNAL API
- ClusterRouterPoolActor(SupervisorStrategy, ClusterRouterPoolSettings) - Constructor for class akka.cluster.routing.ClusterRouterPoolActor
-
- ClusterRouterPoolSettings - Class in akka.cluster.routing
-
- ClusterRouterPoolSettings(int, int, boolean, Option<String>) - Constructor for class akka.cluster.routing.ClusterRouterPoolSettings
-
- ClusterRouterPoolSettings(int, int, boolean, String) - Constructor for class akka.cluster.routing.ClusterRouterPoolSettings
-
Java API
- ClusterRouterPoolSettings$ - Class in akka.cluster.routing
-
- ClusterRouterPoolSettings$() - Constructor for class akka.cluster.routing.ClusterRouterPoolSettings$
-
- ClusterRouterSettingsBase - Interface in akka.cluster.routing
-
INTERNAL API
- ClusterRouterSettingsBase$ - Class in akka.cluster.routing
-
INTERNAL API
- ClusterRouterSettingsBase$() - Constructor for class akka.cluster.routing.ClusterRouterSettingsBase$
-
- ClusterScope - Class in akka.cluster
-
- ClusterScope() - Constructor for class akka.cluster.ClusterScope
-
- ClusterScope$ - Class in akka.cluster
-
Cluster aware scope of a
Deploy
- ClusterScope$() - Constructor for class akka.cluster.ClusterScope$
-
- ClusterSettings - Class in akka.cluster
-
- ClusterSettings(Config, String) - Constructor for class akka.cluster.ClusterSettings
-
- ClusterSettings.Debug - Class in akka.cluster
-
- ClusterSharding - Class in akka.cluster.sharding
-
- ClusterSharding(ExtendedActorSystem) - Constructor for class akka.cluster.sharding.ClusterSharding
-
- ClusterSharding$ - Class in akka.cluster.sharding
-
This extension provides sharding functionality of actors in a cluster.
- ClusterSharding$() - Constructor for class akka.cluster.sharding.ClusterSharding$
-
- ClusterShardingGuardian - Class in akka.cluster.sharding
-
INTERNAL API.
- ClusterShardingGuardian() - Constructor for class akka.cluster.sharding.ClusterShardingGuardian
-
- ClusterShardingGuardian$ - Class in akka.cluster.sharding
-
INTERNAL API.
- ClusterShardingGuardian$() - Constructor for class akka.cluster.sharding.ClusterShardingGuardian$
-
- ClusterShardingGuardian.Start - Class in akka.cluster.sharding
-
- ClusterShardingGuardian.Start$ - Class in akka.cluster.sharding
-
- ClusterShardingGuardian.Started - Class in akka.cluster.sharding
-
- ClusterShardingGuardian.Started$ - Class in akka.cluster.sharding
-
- ClusterShardingGuardian.StartProxy - Class in akka.cluster.sharding
-
- ClusterShardingGuardian.StartProxy$ - Class in akka.cluster.sharding
-
- ClusterShardingMessages - Class in akka.cluster.sharding.protobuf.msg
-
- ClusterShardingMessages.ActorRefMessage - Class in akka.cluster.sharding.protobuf.msg
-
Protobuf type ActorRefMessage
- ClusterShardingMessages.ActorRefMessage.Builder - Class in akka.cluster.sharding.protobuf.msg
-
Protobuf type ActorRefMessage
- ClusterShardingMessages.ActorRefMessageOrBuilder - Interface in akka.cluster.sharding.protobuf.msg
-
- ClusterShardingMessages.CoordinatorState - Class in akka.cluster.sharding.protobuf.msg
-
Protobuf type CoordinatorState
- ClusterShardingMessages.CoordinatorState.Builder - Class in akka.cluster.sharding.protobuf.msg
-
Protobuf type CoordinatorState
- ClusterShardingMessages.CoordinatorState.ShardEntry - Class in akka.cluster.sharding.protobuf.msg
-
Protobuf type CoordinatorState.ShardEntry
- ClusterShardingMessages.CoordinatorState.ShardEntry.Builder - Class in akka.cluster.sharding.protobuf.msg
-
Protobuf type CoordinatorState.ShardEntry
- ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder - Interface in akka.cluster.sharding.protobuf.msg
-
- ClusterShardingMessages.CoordinatorStateOrBuilder - Interface in akka.cluster.sharding.protobuf.msg
-
- ClusterShardingMessages.EntityStarted - Class in akka.cluster.sharding.protobuf.msg
-
Protobuf type EntityStarted
- ClusterShardingMessages.EntityStarted.Builder - Class in akka.cluster.sharding.protobuf.msg
-
Protobuf type EntityStarted
- ClusterShardingMessages.EntityStartedOrBuilder - Interface in akka.cluster.sharding.protobuf.msg
-
- ClusterShardingMessages.EntityState - Class in akka.cluster.sharding.protobuf.msg
-
Protobuf type EntityState
- ClusterShardingMessages.EntityState.Builder - Class in akka.cluster.sharding.protobuf.msg
-
Protobuf type EntityState
- ClusterShardingMessages.EntityStateOrBuilder - Interface in akka.cluster.sharding.protobuf.msg
-
- ClusterShardingMessages.EntityStopped - Class in akka.cluster.sharding.protobuf.msg
-
Protobuf type EntityStopped
- ClusterShardingMessages.EntityStopped.Builder - Class in akka.cluster.sharding.protobuf.msg
-
Protobuf type EntityStopped
- ClusterShardingMessages.EntityStoppedOrBuilder - Interface in akka.cluster.sharding.protobuf.msg
-
- ClusterShardingMessages.ShardHome - Class in akka.cluster.sharding.protobuf.msg
-
Protobuf type ShardHome
- ClusterShardingMessages.ShardHome.Builder - Class in akka.cluster.sharding.protobuf.msg
-
Protobuf type ShardHome
- ClusterShardingMessages.ShardHomeAllocated - Class in akka.cluster.sharding.protobuf.msg
-
Protobuf type ShardHomeAllocated
- ClusterShardingMessages.ShardHomeAllocated.Builder - Class in akka.cluster.sharding.protobuf.msg
-
Protobuf type ShardHomeAllocated
- ClusterShardingMessages.ShardHomeAllocatedOrBuilder - Interface in akka.cluster.sharding.protobuf.msg
-
- ClusterShardingMessages.ShardHomeOrBuilder - Interface in akka.cluster.sharding.protobuf.msg
-
- ClusterShardingMessages.ShardIdMessage - Class in akka.cluster.sharding.protobuf.msg
-
Protobuf type ShardIdMessage
- ClusterShardingMessages.ShardIdMessage.Builder - Class in akka.cluster.sharding.protobuf.msg
-
Protobuf type ShardIdMessage
- ClusterShardingMessages.ShardIdMessageOrBuilder - Interface in akka.cluster.sharding.protobuf.msg
-
- ClusterShardingMessages.ShardStats - Class in akka.cluster.sharding.protobuf.msg
-
Protobuf type ShardStats
- ClusterShardingMessages.ShardStats.Builder - Class in akka.cluster.sharding.protobuf.msg
-
Protobuf type ShardStats
- ClusterShardingMessages.ShardStatsOrBuilder - Interface in akka.cluster.sharding.protobuf.msg
-
- ClusterShardingMessageSerializer - Class in akka.cluster.sharding.protobuf
-
INTERNAL API: Protobuf serializer of ClusterSharding messages.
- ClusterShardingMessageSerializer(ExtendedActorSystem) - Constructor for class akka.cluster.sharding.protobuf.ClusterShardingMessageSerializer
-
- ClusterShardingSerializable - Interface in akka.cluster.sharding
-
Marker trait for remote messages and persistent events/snapshots with special serializer.
- ClusterShardingSettings - Class in akka.cluster.sharding
-
param: role specifies that this entity type requires cluster nodes with a specific role.
- ClusterShardingSettings(Option<String>, boolean, String, String, String, ClusterShardingSettings.TuningParameters, ClusterSingletonManagerSettings) - Constructor for class akka.cluster.sharding.ClusterShardingSettings
-
- ClusterShardingSettings$ - Class in akka.cluster.sharding
-
- ClusterShardingSettings$() - Constructor for class akka.cluster.sharding.ClusterShardingSettings$
-
- ClusterShardingSettings.TuningParameters - Class in akka.cluster.sharding
-
- ClusterShardingStats(Map<Address, ShardRegion.ShardRegionStats>) - Constructor for class akka.cluster.sharding.ShardRegion.ClusterShardingStats
-
- ClusterShardingStats$() - Constructor for class akka.cluster.sharding.ShardRegion.ClusterShardingStats$
-
- ClusterShuttingDown$() - Constructor for class akka.cluster.ClusterEvent.ClusterShuttingDown$
-
- ClusterSingletonManager - Class in akka.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 akka.cluster.singleton.ClusterSingletonManager
-
- ClusterSingletonManager$ - Class in akka.cluster.singleton
-
- ClusterSingletonManager$() - Constructor for class akka.cluster.singleton.ClusterSingletonManager$
-
- ClusterSingletonManager.Data - Interface in akka.cluster.singleton
-
INTERNAL API
public due to the with FSM type parameters
- ClusterSingletonManager.Internal$ - Class in akka.cluster.singleton
-
INTERNAL API
- ClusterSingletonManager.Internal$.BecomingOldest - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.BecomingOldestData - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.Cleanup - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.DelayedMemberRemoved - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.End - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.EndData - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.HandingOver - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.HandingOverData - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.HandOverDone - Class in akka.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 akka.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 akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.HandOverToMe - Class in akka.cluster.singleton
-
Sent from new oldest to previous oldest to initiate the
hand-over process.
- ClusterSingletonManager.Internal$.Oldest - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.OldestChangedBuffer - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.OldestChangedBuffer.GetNext - Class in akka.cluster.singleton
-
Request to deliver one more event.
- ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState - Class in akka.cluster.singleton
-
The first event, corresponding to CurrentClusterState.
- ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.OldestData - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.Start - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.StartOldestChangedBuffer - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.Stopping - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.StoppingData - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.TakeOver - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.TakeOverFromMe - Class in akka.cluster.singleton
-
Sent from from previous oldest to new oldest to
initiate the normal hand-over process.
- ClusterSingletonManager.Internal$.TakeOverRetry - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.Uninitialized - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.WasOldest - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.WasOldestData - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.Younger - Class in akka.cluster.singleton
-
- ClusterSingletonManager.Internal$.YoungerData - Class in akka.cluster.singleton
-
- ClusterSingletonManager.State - Interface in akka.cluster.singleton
-
INTERNAL API
public due to the with FSM type parameters
- ClusterSingletonManagerIsStuck - Exception in akka.cluster.singleton
-
Thrown when a consistent state can't be determined within the
defined retry limits.
- ClusterSingletonManagerIsStuck(String) - Constructor for exception akka.cluster.singleton.ClusterSingletonManagerIsStuck
-
- ClusterSingletonManagerSettings - Class in akka.cluster.singleton
-
param: singletonName The actor name of the child singleton actor.
- ClusterSingletonManagerSettings(String, Option<String>, FiniteDuration, FiniteDuration) - Constructor for class akka.cluster.singleton.ClusterSingletonManagerSettings
-
- ClusterSingletonManagerSettings$ - Class in akka.cluster.singleton
-
- ClusterSingletonManagerSettings$() - Constructor for class akka.cluster.singleton.ClusterSingletonManagerSettings$
-
- ClusterSingletonMessage - Interface in akka.cluster.singleton
-
Marker trait for remote messages with special serializer.
- ClusterSingletonMessageSerializer - Class in akka.cluster.singleton.protobuf
-
INTERNAL API: Serializer of ClusterSingleton messages.
- ClusterSingletonMessageSerializer(ExtendedActorSystem) - Constructor for class akka.cluster.singleton.protobuf.ClusterSingletonMessageSerializer
-
- ClusterSingletonProxy - Class in akka.cluster.singleton
-
The
ClusterSingletonProxy works together with the
ClusterSingletonManager to provide a
distributed proxy to the singleton actor.
- ClusterSingletonProxy(String, ClusterSingletonProxySettings) - Constructor for class akka.cluster.singleton.ClusterSingletonProxy
-
- ClusterSingletonProxy$ - Class in akka.cluster.singleton
-
- ClusterSingletonProxy$() - Constructor for class akka.cluster.singleton.ClusterSingletonProxy$
-
- ClusterSingletonProxySettings - Class in akka.cluster.singleton
-
- ClusterSingletonProxySettings(String, Option<String>, FiniteDuration, int) - Constructor for class akka.cluster.singleton.ClusterSingletonProxySettings
-
- ClusterSingletonProxySettings$ - Class in akka.cluster.singleton
-
- ClusterSingletonProxySettings$() - Constructor for class akka.cluster.singleton.ClusterSingletonProxySettings$
-
- ClusterUserAction - Class in akka.cluster
-
INTERNAL API
Cluster commands sent by the USER via
Cluster extension
or JMX.
- ClusterUserAction() - Constructor for class akka.cluster.ClusterUserAction
-
- ClusterUserAction$ - Class in akka.cluster
-
INTERNAL API
Cluster commands sent by the USER via
Cluster extension
or JMX.
- ClusterUserAction$() - Constructor for class akka.cluster.ClusterUserAction$
-
- ClusterUserAction.Down - Class in akka.cluster
-
Command to mark node as temporary down.
- ClusterUserAction.Down$ - Class in akka.cluster
-
- ClusterUserAction.JoinTo - Class in akka.cluster
-
Command to initiate join another node (represented by address).
- ClusterUserAction.JoinTo$ - Class in akka.cluster
-
- ClusterUserAction.Leave - Class in akka.cluster
-
Command to leave the cluster.
- ClusterUserAction.Leave$ - Class in akka.cluster
-
- cmd() - Method in class akka.io.Tcp.CommandFailed
-
- cmd() - Method in class akka.io.Udp.CommandFailed
-
- cmd() - Method in class akka.io.UdpConnected.CommandFailed
-
- Cmd(String, int) - Constructor for class akka.persistence.journal.JournalPerfSpec.Cmd
-
- cmd() - Method in class akka.remote.EndpointManager.ManagementCommand
-
- Cmd$() - Constructor for class akka.persistence.journal.JournalPerfSpec.Cmd$
-
- cmp() - Method in class akka.dispatch.BoundedPriorityMailbox
-
- cmp() - Method in class akka.dispatch.BoundedStablePriorityMailbox
-
- cmp() - Method in class akka.dispatch.UnboundedPriorityMailbox
-
- cmp() - Method in class akka.dispatch.UnboundedStablePriorityMailbox
-
- cmp() - Method in class akka.util.PriorityQueueStabilizer.WrappedElementComparator
-
- code() - Method in class akka.remote.artery.FlightRecorderReader.CompactEntry
-
- code() - Method in class akka.remote.artery.FlightRecorderReader.RichEntry
-
- codec() - Method in class akka.remote.EndpointActor
-
- codec() - Static method in class akka.remote.EndpointReader
-
- codec() - Static method in class akka.remote.EndpointWriter
-
- codec() - Method in class akka.remote.ReliableDeliverySupervisor
-
- collect() - Method in class akka.cluster.ClusterMetricsCollector
-
Samples the latest metrics for the node, updates metrics statistics in
MetricsGossip, and publishes the change to the event bus.
- Collect<In,Out> - Class in akka.stream.impl.fusing
-
- Collect(PartialFunction<In, Out>) - Constructor for class akka.stream.impl.fusing.Collect
-
- collect() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- collect(PartialFunction<Out, T>) - Static method in class akka.stream.impl.SubFlowImpl
-
- collect(PartialFunction<Out, T>) - Method in class akka.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 akka.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 akka.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 akka.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>) - Static method in class akka.stream.scaladsl.Flow
-
- collect(PartialFunction<Out, T>) - Method in interface akka.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.
- collect(PartialFunction<Out, T>) - Static method in class akka.stream.scaladsl.Source
-
- collect(PartialFunction<A, B>) - Static method in class akka.util.ByteIterator
-
- collect(PartialFunction<A, B>, CanBuildFrom<Repr, B, That>) - Static method in class akka.util.ByteString
-
- collect(PartialFunction<A, B>, CanBuildFrom<Repr, B, That>) - Static method in class akka.util.CompactByteString
-
- Collect$ - Class in akka.stream.impl.fusing
-
- Collect$() - Constructor for class akka.stream.impl.fusing.Collect$
-
- collectDelta(Map<Address, Object>) - Method in class akka.cluster.pubsub.DistributedPubSubMediator
-
- collectFirst(PartialFunction<A, B>) - Static method in class akka.util.ByteIterator
-
- collectFirst(PartialFunction<A, B>) - Static method in class akka.util.ByteString
-
- collectFirst(PartialFunction<A, B>) - Static method in class akka.util.CompactByteString
-
- CollectionControlMessage - Class in akka.cluster.metrics
-
Runtime collection management commands.
- CollectionControlMessage() - Constructor for class akka.cluster.metrics.CollectionControlMessage
-
- Collections - Class in akka.util
-
INTERNAL API
- Collections() - Constructor for class akka.util.Collections
-
- Collections$ - Class in akka.util
-
INTERNAL API
- Collections$() - Constructor for class akka.util.Collections$
-
- Collections.EmptyImmutableSeq$ - Class in akka.util
-
- Collections.PartialImmutableValuesIterable<From,To> - Class in akka.util
-
- CollectionStartMessage - Class in akka.cluster.metrics
-
- CollectionStartMessage() - Constructor for class akka.cluster.metrics.CollectionStartMessage
-
- CollectionStartMessage$ - Class in akka.cluster.metrics
-
- CollectionStartMessage$() - Constructor for class akka.cluster.metrics.CollectionStartMessage$
-
- CollectionStopMessage - Class in akka.cluster.metrics
-
- CollectionStopMessage() - Constructor for class akka.cluster.metrics.CollectionStopMessage
-
- CollectionStopMessage$ - Class in akka.cluster.metrics
-
- CollectionStopMessage$() - Constructor for class akka.cluster.metrics.CollectionStopMessage$
-
- collector() - Method in class akka.cluster.ClusterMetricsCollector
-
The metrics collector that samples data on the node.
- collector() - Method in class akka.cluster.metrics.ClusterMetricsCollector
-
The metrics collector that samples data on the node.
- collector() - Method in class akka.stream.impl.CollectorState
-
INTERNAL API
- collector() - Method in class akka.stream.impl.ReducerState
-
INTERNAL API
- CollectorEnabled() - Method in class akka.cluster.metrics.ClusterMetricsSettings
-
- CollectorFallback() - Method in class akka.cluster.metrics.ClusterMetricsSettings
-
- CollectorGossipInterval() - Method in class akka.cluster.metrics.ClusterMetricsSettings
-
- collectorInstance() - Method in class akka.cluster.metrics.ClusterMetricsSupervisor
-
- CollectorMovingAverageHalfLife() - Method in class akka.cluster.metrics.ClusterMetricsSettings
-
- collectorName() - Method in class akka.cluster.metrics.ClusterMetricsSupervisor
-
- CollectorProvider() - Method in class akka.cluster.metrics.ClusterMetricsSettings
-
- CollectorSampleInterval() - Method in class akka.cluster.metrics.ClusterMetricsSettings
-
- CollectorState<T,R> - Class in akka.stream.impl
-
- CollectorState(Collector<T, Object, R>) - Constructor for class akka.stream.impl.CollectorState
-
- com.typesafe.sslconfig.akka - package com.typesafe.sslconfig.akka
-
- com.typesafe.sslconfig.akka.util - package com.typesafe.sslconfig.akka.util
-
- combinations(int) - Static method in class akka.util.ByteString
-
- combinations(int) - Static method in class akka.util.CompactByteString
-
- Combine(Function2<Object, Object, Object>, StreamLayout.MaterializedValueNode, StreamLayout.MaterializedValueNode) - Constructor for class akka.stream.impl.StreamLayout.Combine
-
- combine(Sink<U, ?>, Sink<U, ?>, List<Sink<U, ?>>, Function<Integer, Graph<UniformFanOutShape<T, U>, NotUsed>>) - Method in class akka.stream.javadsl.Sink$
-
Combine several sinks with fan-out strategy like Broadcast or Balance and returns Sink.
- combine(Sink<U, ?>, Sink<U, ?>, List<Sink<U, ?>>, Function<Integer, Graph<UniformFanOutShape<T, U>, NotUsed>>) - Static method in class akka.stream.javadsl.Sink
-
Combine several sinks with fan-out strategy like Broadcast or Balance and returns Sink.
- combine(Source<T, ?>, Source<T, ?>, List<Source<T, ?>>, Function<Integer, ? extends Graph<UniformFanInShape<T, U>, NotUsed>>) - Method in class akka.stream.javadsl.Source$
-
Combines several sources with fan-in strategy like Merge or Concat and returns Source.
- combine(Source<T, ?>, Source<T, ?>, List<Source<T, ?>>, Function<Integer, ? extends Graph<UniformFanInShape<T, U>, NotUsed>>) - Static method in class akka.stream.javadsl.Source
-
Combines several sources with fan-in strategy like Merge or Concat and returns Source.
- combine(Sink<U, ?>, Sink<U, ?>, Seq<Sink<U, ?>>, Function1<Object, Graph<UniformFanOutShape<T, U>, NotUsed>>) - Method in class akka.stream.scaladsl.Sink$
-
Combine several sinks with fan-out strategy like Broadcast or Balance and returns Sink.
- combine(Sink<U, ?>, Sink<U, ?>, Seq<Sink<U, ?>>, Function1<Object, Graph<UniformFanOutShape<T, U>, NotUsed>>) - Static method in class akka.stream.scaladsl.Sink
-
Combine several sinks with fan-out strategy like Broadcast or Balance and returns Sink.
- combine(Source<T, ?>, Source<T, ?>, Seq<Source<T, ?>>, Function1<Object, Graph<UniformFanInShape<T, U>, NotUsed>>) - Method in class akka.stream.scaladsl.Source$
-
Combines several sources with fun-in strategy like Merge or Concat and returns Source.
- combine(Source<T, ?>, Source<T, ?>, Seq<Source<T, ?>>, Function1<Object, Graph<UniformFanInShape<T, U>, NotUsed>>) - Method in class akka.stream.scaladsl.Source
-
Combines several sources with fun-in strategy like Merge or Concat and returns Source.
- Combine$() - Constructor for class akka.stream.impl.StreamLayout.Combine$
-
- combinedDecorator() - Method in interface akka.contrib.pattern.ReceivePipeline
-
- CombinedReadEventAdapter(Seq<EventAdapter>) - Constructor for class akka.persistence.journal.EventAdapters.CombinedReadEventAdapter
-
- CombinedReadEventAdapter$() - Constructor for class akka.persistence.journal.EventAdapters.CombinedReadEventAdapter$
-
- combineKeyLength(byte, int) - Method in class akka.remote.artery.RemoteInstruments$
-
- combineKeyLength(byte, int) - Static method in class akka.remote.artery.RemoteInstruments
-
- Comma() - Method in class akka.stream.impl.JsonObjectParser$
-
- Comma() - Static method in class akka.stream.impl.JsonObjectParser
-
- command() - Method in class akka.io.SelectionHandler.Retry
-
- command(TaskRunner.Command) - Method in class akka.remote.artery.TaskRunner
-
- command() - Method in class akka.stream.impl.fusing.SubSink.CommandScheduledBeforeMaterialization
-
- CommandAckTimeout() - Method in class akka.remote.RemoteSettings
-
- commander() - Method in class akka.io.SelectionHandler.WorkerForCommand
-
- commander() - Method in class akka.io.TcpConnection.EmptyPendingWrite$
-
- commander() - Method in class akka.io.TcpConnection.PendingBufferWrite
-
- commander() - Method in class akka.io.TcpConnection.PendingWrite
-
- commander() - Method in class akka.io.TcpConnection.PendingWriteFile
-
- CommandFailed(Tcp.Command) - Constructor for class akka.io.Tcp.CommandFailed
-
- CommandFailed(Udp.Command) - Constructor for class akka.io.Udp.CommandFailed
-
- CommandFailed(UdpConnected.Command) - Constructor for class akka.io.UdpConnected.CommandFailed
-
- CommandFailed$() - Constructor for class akka.io.Tcp.CommandFailed$
-
- CommandFailed$() - Constructor for class akka.io.Udp.CommandFailed$
-
- CommandFailed$() - Constructor for class akka.io.UdpConnected.CommandFailed$
-
- CommandOp - Interface in akka.remote.testconductor
-
- CommandQueue() - Constructor for class akka.remote.artery.TaskRunner.CommandQueue
-
- CommandScheduledBeforeMaterialization(SubSink.Command) - Constructor for class akka.stream.impl.fusing.SubSink.CommandScheduledBeforeMaterialization
-
- COMMANDTYPE_FIELD_NUMBER - Static variable in class akka.remote.WireFormats.AkkaControlMessage
-
- CommitEntrySize() - Method in class akka.remote.artery.RollingEventLogSection$
-
- CommitEntrySize() - Static method in class akka.remote.artery.RollingEventLogSection
-
- committed() - Method in class akka.cluster.metrics.StandardMetrics.HeapMemory
-
- committed() - Method in class akka.cluster.StandardMetrics.HeapMemory
-
Deprecated.
- Committed() - Method in class akka.remote.artery.RollingEventLogSection$
-
- Committed() - Static method in class akka.remote.artery.RollingEventLogSection
-
- common() - Method in class akka.persistence.Eventsourced.ProcessingState
-
- commonConfig(Config) - Method in class akka.remote.testkit.MultiNodeConfig
-
Register a common base config for all test participants, if so desired.
- CommonHandlers - Interface in akka.remote.transport.netty
-
INTERNAL API
- commonStateHandling() - Method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- compact() - Method in class akka.util.ByteString.ByteString1
-
- compact() - Method in class akka.util.ByteString.ByteStrings
-
- compact() - Method in class akka.util.ByteString
-
Create a new ByteString with all contents compacted into a single,
full byte array.
- compact() - Method in class akka.util.CompactByteString
-
- CompactByteString - Class in akka.util
-
A compact ByteString.
- CompactByteString() - Constructor for class akka.util.CompactByteString
-
- CompactByteString$ - Class in akka.util
-
- CompactByteString$() - Constructor for class akka.util.CompactByteString$
-
- compactEntries() - Method in class akka.remote.artery.FlightRecorderReader.Log
-
- CompactEntry(Instant, boolean, long, long) - Constructor for class akka.remote.artery.FlightRecorderReader.CompactEntry
-
- CompactEntry$() - Constructor for class akka.remote.artery.FlightRecorderReader.CompactEntry$
-
- CompactionThreshold() - Method in class akka.stream.impl.io.ByteStringParser$
-
- CompactionThreshold() - Static method in class akka.stream.impl.io.ByteStringParser
-
- companion() - Static method in class akka.util.ByteString
-
- companion() - Static method in class akka.util.CompactByteString
-
- Companion$() - Constructor for class akka.util.ByteString.Companion$
-
- compare(ReplicatorMessages.OtherMessage, ReplicatorMessages.OtherMessage) - Method in class akka.cluster.ddata.protobuf.OtherMessageComparator$
-
- compare(ReplicatorMessages.OtherMessage, ReplicatorMessages.OtherMessage) - Static method in class akka.cluster.ddata.protobuf.OtherMessageComparator
-
- compare(UniqueAddress) - Method in class akka.cluster.UniqueAddress
-
- compare(int, int) - Method in class akka.contrib.pattern.ReliableProxy$
-
Wrap-around aware comparison of integers: differences limited to 2**31-1
in magnitude will work correctly.
- compare(int, int) - Static method in class akka.contrib.pattern.ReliableProxy
-
Wrap-around aware comparison of integers: differences limited to 2**31-1
in magnitude will work correctly.
- compare(Envelope, Envelope) - Method in class akka.dispatch.PriorityGenerator
-
- compare(Sequence) - Method in class akka.persistence.query.Sequence
-
- compare(TimeBasedUUID) - Method in class akka.persistence.query.TimeBasedUUID
-
- compare(SeqNo) - Method in class akka.remote.SeqNo
-
- compare(UniqueAddress) - Method in class akka.remote.UniqueAddress
-
- compare(ByteString, ByteString) - Method in class akka.util.ByteString.ByteStrings$
-
- compare(PriorityQueueStabilizer.WrappedElement<E>, PriorityQueueStabilizer.WrappedElement<E>) - Method in class akka.util.PriorityQueueStabilizer.WrappedElementComparator
-
- compareAndSet(V, V) - Static method in class akka.remote.artery.FlightRecorder
-
- compareAndSet(V, V) - Static method in class akka.stream.impl.VirtualProcessor
-
- compareAndSet(V, V) - Static method in class akka.util.SerializedSuspendableExecutionContext
-
- compareAndSetForkJoinTaskTag(short, short) - Static method in class akka.dispatch.Mailbox
-
- CompareBy2ndValue() - Method in class akka.remote.artery.compress.CompressionTable$
-
- compareBy2ndValue() - Method in class akka.remote.artery.compress.CompressionTable$
-
- CompareBy2ndValue() - Static method in class akka.remote.artery.compress.CompressionTable
-
- compareBy2ndValue() - Static method in class akka.remote.artery.compress.CompressionTable
-
- compareClassifiers(C, C) - Method in class akka.event.japi.ScanningEventBus
-
Provides a total ordering of Classifiers (think java.util.Comparator.compare)
- compareClassifiers(ScanningClassification, ScanningClassification) - Method in interface akka.event.ScanningClassification
-
Provides a total ordering of Classifiers (think java.util.Comparator.compare)
- compareIdentityHash(Object, Object) - Method in class akka.util.Helpers$
-
- compareIdentityHash(Object, Object) - Static method in class akka.util.Helpers
-
- compareSubscribers(ActorRef, ActorRef) - Method in interface akka.event.ActorEventBus
-
- compareSubscribers(ActorRef, ActorRef) - Static method in class akka.event.EventStream
-
- compareSubscribers(S, S) - Method in class akka.event.japi.LookupEventBus
-
Provides a total ordering of Subscribers (think java.util.Comparator.compare)
- compareSubscribers(S, S) - Method in class akka.event.japi.ScanningEventBus
-
Provides a total ordering of Subscribers (think java.util.Comparator.compare)
- compareSubscribers(LookupClassification, LookupClassification) - Method in interface akka.event.LookupClassification
-
Provides a total ordering of Subscribers (think java.util.Comparator.compare)
- compareSubscribers(ScanningClassification, ScanningClassification) - Method in interface akka.event.ScanningClassification
-
Provides a total ordering of Subscribers (think java.util.Comparator.compare)
- compareTo(ActorRef) - Method in class akka.actor.ActorRef
-
Comparison takes path and the unique id of the actor cell into account.
- compareTo(ActorPath) - Method in class akka.actor.ChildActorPath
-
- compareTo(ActorRef) - Static method in class akka.actor.DeadLetterActorRef
-
- compareTo(ActorRef) - Static method in class akka.actor.Nobody
-
- compareTo(ActorPath) - Method in class akka.actor.RootActorPath
-
- compareTo(VersionVector) - Static method in class akka.cluster.ddata.ManyVersionVector
-
- compareTo(VersionVector) - Static method in class akka.cluster.ddata.OneVersionVector
-
- compareTo(VersionVector) - Method in class akka.cluster.ddata.VersionVector
-
Compare two version vectors.
- compareTo(A) - Static method in class akka.cluster.UniqueAddress
-
- compareTo(VectorClock) - Method in class akka.cluster.VectorClock
-
Compare two vector clocks.
- compareTo(ActorRef) - Static method in class akka.pattern.PromiseActorRef
-
- compareTo(A) - Static method in class akka.persistence.query.Sequence
-
- compareTo(A) - Static method in class akka.persistence.query.TimeBasedUUID
-
- compareTo(A) - Static method in class akka.remote.SeqNo
-
- compareTo(A) - Static method in class akka.remote.UniqueAddress
-
- compareTo(ActorRef) - Static method in class akka.testkit.TestActorRef
-
- compareTo(ActorRef) - Static method in class akka.testkit.TestFSMRef
-
- compareTo(ActorRef<Nothing$>) - Method in class akka.typed.ActorRef
-
Comparison takes path and the unique id of the actor cell into account.
- compareTo(ActorRef<Nothing$>) - Static method in class akka.typed.adapter.ActorRefAdapter
-
- compareTo(ActorRef<Nothing$>) - Static method in class akka.typed.adapter.ActorSystemAdapter
-
- compareTo(ActorRef<Nothing$>) - Static method in class akka.typed.internal.ActorSystemImpl
-
- compareTo(ActorRef<Nothing$>) - Static method in class akka.typed.internal.BlackholeActorRef
-
- compareTo(ActorRef<Nothing$>) - Static method in class akka.typed.internal.FutureRef
-
- compareTo(ActorRef<Nothing$>) - Static method in class akka.typed.internal.WatchableRef
-
- compile() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- compile() - Static method in class akka.persistence.journal.JournalSpec
-
- compile() - Method in class akka.persistence.PluginSpec
-
- compile() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- complete(V) - Static method in class akka.dispatch.Mailbox
-
- complete() - Method in class akka.stream.impl.FanOut.OutputBunch
-
- complete(int) - Method in class akka.stream.impl.FanOut.OutputBunch
-
- complete() - Method in class akka.stream.impl.FanoutOutputs
-
- complete(GraphInterpreter.Connection) - Method in class akka.stream.impl.fusing.GraphInterpreter
-
- complete() - Method in interface akka.stream.impl.Outputs
-
- complete() - Method in class akka.stream.impl.SimpleOutputs
-
- complete() - Method in class akka.stream.impl.SourceQueueAdapter
-
- complete() - Method in interface akka.stream.javadsl.SourceQueueWithComplete
-
Complete the stream normally.
- complete() - Method in interface akka.stream.scaladsl.SourceQueueWithComplete
-
Complete the stream normally.
- complete(Outlet<T>) - Method in class akka.stream.stage.GraphStageLogic
-
Signals that there will be no more elements emitted on the given port.
- complete() - Method in class akka.stream.stage.GraphStageLogic.SubSourceOutlet
-
Complete this output port.
- complete() - Static method in class akka.testkit.CustomEventFilter
-
- complete() - Static method in class akka.testkit.DeadLettersFilter
-
- complete() - Method in class akka.testkit.DebugFilter
-
- complete() - Method in class akka.testkit.ErrorFilter
-
- complete() - Method in class akka.testkit.EventFilter
-
- complete() - Method in class akka.testkit.InfoFilter
-
- complete() - Method in class akka.testkit.WarningFilter
-
- completeConnect(ChannelRegistration, ActorRef, Traversable<Inet.SocketOption>) - Method in class akka.io.TcpConnection
-
used in subclasses to start the common machinery above once a channel is connected
- completeConnect(ChannelRegistration, ActorRef, Traversable<Inet.SocketOption>) - Static method in class akka.io.TcpOutgoingConnection
-
- completed() - Method in class akka.remote.artery.ArteryTransport.InboundStreamMatValues
-
- completed() - Method in class akka.remote.artery.Association.OutboundStreamMatValues
-
- Completed() - Constructor for class akka.stream.actor.ActorPublisher.Internal$.Completed
-
- completed() - Method in class akka.stream.impl.BatchingInputBuffer
-
- Completed - Class in akka.stream.impl
-
INTERNAL API
- Completed() - Constructor for class akka.stream.impl.Completed
-
- Completed() - Method in class akka.stream.impl.FanIn$
-
- Completed() - Static method in class akka.stream.impl.FanIn
-
- Completed$ - Class in akka.stream.impl
-
INTERNAL API
- Completed$() - Constructor for class akka.stream.impl.Completed$
-
- Completed$() - Constructor for class akka.stream.impl.SubscriberManagement.Completed$
-
- completeDownstream() - Method in interface akka.stream.impl.SubscriberManagement
-
this method must be called by the implementing class whenever
it has been determined that no more elements will be produced
- completedPhase() - Method in class akka.stream.impl.ActorProcessorImpl
-
- completedPhase() - Method in class akka.stream.impl.FanIn
-
- completedPhase() - Method in class akka.stream.impl.FanOut
-
- completedPhase() - Static method in class akka.stream.impl.FanoutProcessorImpl
-
- completedPhase() - Method in class akka.stream.impl.io.TLSActor
-
- completedPhase() - Method in interface akka.stream.impl.Pump
-
- completedPhase() - Static method in class akka.stream.impl.Unzip
-
- CompletedSubscription(Subscriber<T>) - Constructor for class akka.stream.testkit.StreamTestKit.CompletedSubscription
-
- CompletedSubscription$() - Constructor for class akka.stream.testkit.StreamTestKit.CompletedSubscription$
-
- completeExceptionally(Throwable) - Static method in class akka.dispatch.Mailbox
-
- completeHandshake(UniqueAddress) - Method in class akka.remote.artery.ArteryTransport
-
- completeHandshake(UniqueAddress) - Method in class akka.remote.artery.Association
-
- completeHandshake(UniqueAddress) - Method in interface akka.remote.artery.InboundContext
-
- completeOrFlush() - Method in class akka.stream.impl.io.TLSActor
-
- completeStage() - Method in class akka.stream.stage.GraphStageLogic
-
Automatically invokes cancel() or complete() on all the input or output ports that have been called,
then marks the stage as stopped.
- completeSubstream() - Method in class akka.stream.impl.fusing.SubSource
-
- CompleteThenStop() - Constructor for class akka.stream.actor.ActorPublisher.Internal$.CompleteThenStop
-
- completion() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- Completion(FiniteDuration) - Constructor for class akka.stream.impl.Timers.Completion
-
- Completion$() - Constructor for class akka.stream.impl.QueueSource.Completion$
-
- completionTimeout(FiniteDuration) - Static method in class akka.stream.impl.SubFlowImpl
-
- completionTimeout(FiniteDuration) - Method in class akka.stream.javadsl.Flow
-
If the completion of the stream does not happen until the provided timeout, the stream is failed
with a TimeoutException.
- completionTimeout(FiniteDuration) - Method in class akka.stream.javadsl.Source
-
If the completion of the stream does not happen until the provided timeout, the stream is failed
with a TimeoutException.
- completionTimeout(FiniteDuration) - Method in class akka.stream.javadsl.SubFlow
-
If the completion of the stream does not happen until the provided timeout, the stream is failed
with a TimeoutException.
- completionTimeout(FiniteDuration) - Method in class akka.stream.javadsl.SubSource
-
If the completion of the stream does not happen until the provided timeout, the stream is failed
with a TimeoutException.
- completionTimeout(FiniteDuration) - Static method in class akka.stream.scaladsl.Flow
-
- completionTimeout(FiniteDuration) - Method in interface akka.stream.scaladsl.FlowOps
-
If the completion of the stream does not happen until the provided timeout, the stream is failed
with a scala.concurrent.TimeoutException.
- completionTimeout(FiniteDuration) - Static method in class akka.stream.scaladsl.Source
-
- compose(Function1<A, T1>) - Static method in class akka.event.LoggingReceive
-
- compose(Function1<A, T1>) - Static method in class akka.japi.JavaPartialFunction
-
- compose(Function1<A, T1>) - Static method in class akka.japi.pf.CaseStatement
-
- compose(StreamLayout.Module) - Static method in class akka.stream.impl.fusing.GraphModule
-
- compose(StreamLayout.Module, Function2<A, B, C>) - Static method in class akka.stream.impl.fusing.GraphModule
-
- compose(StreamLayout.Module) - Static method in class akka.stream.impl.fusing.GraphStageModule
-
- compose(StreamLayout.Module, Function2<A, B, C>) - Static method in class akka.stream.impl.fusing.GraphStageModule
-
- compose(StreamLayout.Module) - Static method in class akka.stream.impl.io.TlsModule
-
- compose(StreamLayout.Module, Function2<A, B, C>) - Static method in class akka.stream.impl.io.TlsModule
-
- compose(StreamLayout.Module) - Static method in class akka.stream.impl.ProcessorModule
-
- compose(StreamLayout.Module, Function2<A, B, C>) - Static method in class akka.stream.impl.ProcessorModule
-
- compose(StreamLayout.Module) - Method in class akka.stream.impl.StreamLayout.EmptyModule$
-
- compose(StreamLayout.Module, Function2<A, B, C>) - Method in class akka.stream.impl.StreamLayout.EmptyModule$
-
- compose(StreamLayout.Module) - Method in interface akka.stream.impl.StreamLayout.Module
-
Creates a new Module which is this Module composed with that Module.
- compose(StreamLayout.Module, Function2<A, B, C>) - Method in interface akka.stream.impl.StreamLayout.Module
-
Creates a new Module which is this Module composed with that Module,
using the given function f to compose the materialized value of this with
the materialized value of that.
- compose(Function1<A, T1>) - Static method in class akka.util.ByteString
-
- compose(Function1<A, T1>) - Static method in class akka.util.CompactByteString
-
- composeNoMat(StreamLayout.Module) - Static method in class akka.stream.impl.fusing.GraphModule
-
- composeNoMat(StreamLayout.Module) - Static method in class akka.stream.impl.fusing.GraphStageModule
-
- composeNoMat(StreamLayout.Module) - Static method in class akka.stream.impl.io.TlsModule
-
- composeNoMat(StreamLayout.Module) - Static method in class akka.stream.impl.ProcessorModule
-
- composeNoMat(StreamLayout.Module) - Method in interface akka.stream.impl.StreamLayout.Module
-
Creates a new Module which is this Module composed with that Module.
- CompositeModule(Set<StreamLayout.Module>, Shape, Map<OutPort, InPort>, Map<InPort, OutPort>, StreamLayout.MaterializedValueNode, Attributes) - Constructor for class akka.stream.impl.StreamLayout.CompositeModule
-
- CompositeModule$() - Constructor for class akka.stream.impl.StreamLayout.CompositeModule$
-
- CompoundWrite(Tcp.SimpleWriteCommand, Tcp.WriteCommand) - Constructor for class akka.io.Tcp.CompoundWrite
-
- CompoundWrite$() - Constructor for class akka.io.Tcp.CompoundWrite$
-
- compress(MessageLite) - Static method in class akka.cluster.ddata.protobuf.ReplicatorMessageSerializer
-
- compress(MessageLite) - Method in interface akka.cluster.ddata.protobuf.SerializationSupport
-
- compress(MessageLite) - Method in class akka.cluster.metrics.protobuf.MessageSerializer
-
- compress(MessageLite) - Method in class akka.cluster.protobuf.ClusterMessageSerializer
-
- compress(T) - Method in class akka.remote.artery.compress.CompressionTable
-
- compress(ByteString) - Method in class akka.stream.impl.io.compression.Compressor
-
Compresses the given input and returns compressed data.
- compress(ByteString) - Method in class akka.stream.impl.io.compression.DeflateCompressor
-
- compressAndFinish(ByteString) - Method in class akka.stream.impl.io.compression.Compressor
-
Combines `compress` + `finish`
- compressAndFinish(ByteString) - Method in class akka.stream.impl.io.compression.DeflateCompressor
-
- compressAndFlush(ByteString) - Method in class akka.stream.impl.io.compression.Compressor
-
Combines `compress` + `flush`
- compressAndFlush(ByteString) - Method in class akka.stream.impl.io.compression.DeflateCompressor
-
- Compression() - Method in class akka.remote.artery.ArterySettings.Advanced$
-
- Compression(Config) - Constructor for class akka.remote.artery.ArterySettings.Compression
-
- Compression - Class in akka.stream.javadsl
-
- Compression() - Constructor for class akka.stream.javadsl.Compression
-
- Compression - Class in akka.stream.scaladsl
-
- Compression() - Constructor for class akka.stream.scaladsl.Compression
-
- Compression$() - Constructor for class akka.remote.artery.ArterySettings.Compression$
-
- Compression$ - Class in akka.stream.javadsl
-
- Compression$() - Constructor for class akka.stream.javadsl.Compression$
-
- Compression$ - Class in akka.stream.scaladsl
-
- Compression$() - Constructor for class akka.stream.scaladsl.Compression$
-
- Compression_AllocatedActorRefCompressionId() - Method in class akka.remote.artery.FlightRecorderEvents$
-
- Compression_AllocatedActorRefCompressionId() - Static method in class akka.remote.artery.FlightRecorderEvents
-
- Compression_AllocatedManifestCompressionId() - Method in class akka.remote.artery.FlightRecorderEvents$
-
- Compression_AllocatedManifestCompressionId() - Static method in class akka.remote.artery.FlightRecorderEvents
-
- Compression_CompressedActorRef() - Method in class akka.remote.artery.FlightRecorderEvents$
-
- Compression_CompressedActorRef() - Static method in class akka.remote.artery.FlightRecorderEvents
-
- Compression_CompressedManifest() - Method in class akka.remote.artery.FlightRecorderEvents$
-
- Compression_CompressedManifest() - Static method in class akka.remote.artery.FlightRecorderEvents
-
- Compression_Inbound_RunActorRefAdvertisement() - Method in class akka.remote.artery.FlightRecorderEvents$
-
- Compression_Inbound_RunActorRefAdvertisement() - Static method in class akka.remote.artery.FlightRecorderEvents
-
- Compression_Inbound_RunClassManifestAdvertisement() - Method in class akka.remote.artery.FlightRecorderEvents$
-
- Compression_Inbound_RunClassManifestAdvertisement() - Static method in class akka.remote.artery.FlightRecorderEvents
-
- CompressionProtocol - Class in akka.remote.artery.compress
-
INTERNAL API
- CompressionProtocol() - Constructor for class akka.remote.artery.compress.CompressionProtocol
-
- CompressionProtocol$ - Class in akka.remote.artery.compress
-
INTERNAL API
- CompressionProtocol$() - Constructor for class akka.remote.artery.compress.CompressionProtocol$
-
- CompressionProtocol.ActorRefCompressionAdvertisement - Class in akka.remote.artery.compress
-
INTERNAL API
Sent by the "receiving" node after allocating a compression id to a given
ActorRef
- CompressionProtocol.ActorRefCompressionAdvertisement$ - Class in akka.remote.artery.compress
-
- CompressionProtocol.ActorRefCompressionAdvertisementAck - Class in akka.remote.artery.compress
-
INTERNAL API
Sent by the "sending" node after receiving
CompressionProtocol.ActorRefCompressionAdvertisement
The advertisement is also confirmed by the first message using that table version,
but we need separate ack in case the sender is not using any of the refs in the advertised
table.
- CompressionProtocol.ActorRefCompressionAdvertisementAck$ - Class in akka.remote.artery.compress
-
- CompressionProtocol.ClassManifestCompressionAdvertisement - Class in akka.remote.artery.compress
-
INTERNAL API
Sent by the "receiving" node after allocating a compression id to a given class manifest
- CompressionProtocol.ClassManifestCompressionAdvertisement$ - Class in akka.remote.artery.compress
-
- CompressionProtocol.ClassManifestCompressionAdvertisementAck - Class in akka.remote.artery.compress
-
INTERNAL API
Sent by the "sending" node after receiving
CompressionProtocol.ClassManifestCompressionAdvertisement
The advertisement is also confirmed by the first message using that table version,
but we need separate ack in case the sender is not using any of the refs in the advertised
table.
- CompressionProtocol.ClassManifestCompressionAdvertisementAck$ - Class in akka.remote.artery.compress
-
- CompressionProtocol.CompressionAckMessage - Interface in akka.remote.artery.compress
-
INTERNAL API
- CompressionProtocol.CompressionAdvertisement<T> - Interface in akka.remote.artery.compress
-
INTERNAL API
- CompressionProtocol.CompressionMessage - Interface in akka.remote.artery.compress
-
INTERNAL API
- CompressionProtocol.Events$ - Class in akka.remote.artery.compress
-
INTERNAL API
- CompressionProtocol.Events$.Event - Interface in akka.remote.artery.compress
-
INTERNAL API
- CompressionProtocol.Events$.HeavyHitterDetected - Class in akka.remote.artery.compress
-
INTERNAL API
- CompressionProtocol.Events$.ReceivedActorRefCompressionTable - Class in akka.remote.artery.compress
-
INTERNAL API
- CompressionProtocol.Events$.ReceivedClassManifestCompressionTable - Class in akka.remote.artery.compress
-
INTERNAL API
- compressions() - Method in interface akka.remote.artery.Decoder.InboundCompressionAccessImpl
-
- CompressionTable<T> - Class in akka.remote.artery.compress
-
INTERNAL API: Versioned compression table to be advertised between systems
- CompressionTable(long, byte, Map<T, Object>) - Constructor for class akka.remote.artery.compress.CompressionTable
-
- CompressionTable$ - Class in akka.remote.artery.compress
-
INTERNAL API
- CompressionTable$() - Constructor for class akka.remote.artery.compress.CompressionTable$
-
- CompressionUtils - Class in akka.stream.impl.io.compression
-
INTERNAL API
- CompressionUtils() - Constructor for class akka.stream.impl.io.compression.CompressionUtils
-
- CompressionUtils$ - Class in akka.stream.impl.io.compression
-
INTERNAL API
- CompressionUtils$() - Constructor for class akka.stream.impl.io.compression.CompressionUtils$
-
- Compressor - Class in akka.stream.impl.io.compression
-
INTERNAL API
- Compressor() - Constructor for class akka.stream.impl.io.compression.Compressor
-
- compressorFlow(Function0<Compressor>) - Method in class akka.stream.impl.io.compression.CompressionUtils$
-
Creates a flow from a compressor constructor.
- compressorFlow(Function0<Compressor>) - Static method in class akka.stream.impl.io.compression.CompressionUtils
-
Creates a flow from a compressor constructor.
- compressWithBuffer(ByteString, byte[]) - Method in class akka.stream.impl.io.compression.DeflateCompressor
-
- compressWithBuffer(ByteString, byte[]) - Method in class akka.stream.impl.io.compression.GzipCompressor
-
- computation() - Method in class akka.stream.impl.fusing.GraphStages.MaterializedValueSource
-
- compute(String) - Method in class akka.remote.artery.ActorRefResolveCacheWithAddress
-
- compute(K) - Method in class akka.remote.artery.LruBoundedCache
-
- compute(ActorRef) - Method in class akka.remote.artery.SerializationFormatCache
-
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Static method in class akka.remote.security.provider.AkkaProvider
-
- compute(String) - Method in class akka.remote.serialization.ActorRefResolveCache
-
- computeIfAbsent(K, Function<? super K, ? extends V>) - Static method in class akka.remote.security.provider.AkkaProvider
-
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Static method in class akka.remote.security.provider.AkkaProvider
-
- concat() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- concat(Graph<SourceShape<U>, Mat2>) - Static method in class akka.stream.impl.SubFlowImpl
-
- Concat - Class in akka.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() - Constructor for class akka.stream.javadsl.Concat
-
- concat(Graph<SourceShape<T>, M>) - Method in class akka.stream.javadsl.Flow
-
Concatenate the given
Source to this
Flow, meaning that once this
Flow’s input is exhausted and all result elements have been generated,
the Source’s elements will be produced.
- concat(Graph<SourceShape<T>, M>) - Method in class akka.stream.javadsl.Source
-
Concatenate this
Source with 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<T>, M>) - Method in class akka.stream.javadsl.SubFlow
-
Concatenate the given
Source to this
Flow, meaning that once this
Flow’s input is exhausted and all result elements have been generated,
the Source’s elements will be produced.
- concat(Graph<SourceShape<T>, M>) - Method in class akka.stream.javadsl.SubSource
-
Concatenate the given
Source to this
Flow, meaning that once this
Flow’s input is exhausted and all result elements have been generated,
the Source’s elements will be produced.
- Concat<T> - Class in akka.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(int) - Constructor for class akka.stream.scaladsl.Concat
-
- concat(Graph<SourceShape<U>, Mat2>) - Static method in class akka.stream.scaladsl.Flow
-
- concat(Graph<SourceShape<U>, Mat2>) - Method in interface akka.stream.scaladsl.FlowOps
-
Concatenate the given
Source to this
Flow, meaning that once this
Flow’s input is exhausted and all result elements have been generated,
the Source’s elements will be produced.
- concat(Graph<SourceShape<U>, Mat2>) - Static method in class akka.stream.scaladsl.Source
-
- concat(ByteString) - Method in class akka.util.ByteString
-
Java API: efficiently concatenate another ByteString.
- concat(ByteString) - Static method in class akka.util.CompactByteString
-
- Concat$ - Class in akka.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$() - Constructor for class akka.stream.javadsl.Concat$
-
- Concat$ - Class in akka.stream.scaladsl
-
- Concat$() - Constructor for class akka.stream.scaladsl.Concat$
-
- concatAll() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- concatGraph(Graph<SourceShape<U>, Mat2>) - Static method in class akka.stream.impl.SubFlowImpl
-
- concatGraph(Graph<SourceShape<U>, Mat2>) - Static method in class akka.stream.scaladsl.Flow
-
- concatGraph(Graph<SourceShape<U>, Mat2>) - Method in interface akka.stream.scaladsl.FlowOps
-
- concatGraph(Graph<SourceShape<U>, Mat2>) - Static method in class akka.stream.scaladsl.Source
-
- concatMat(Graph<SourceShape<T>, M>, Function2<Mat, M, M2>) - Method in class akka.stream.javadsl.Flow
-
Concatenate the given
Source to this
Flow, meaning that once this
Flow’s input is exhausted and all result elements have been generated,
the Source’s elements will be produced.
- concatMat(Graph<SourceShape<T>, M>, Function2<Mat, M, M2>) - Method in class akka.stream.javadsl.Source
-
Concatenate this
Source with 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>) - Static method in class akka.stream.scaladsl.Flow
-
- concatMat(Graph<SourceShape<U>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in interface akka.stream.scaladsl.FlowOpsMat
-
Concatenate the given
Source to this
Flow, meaning that once this
Flow’s input is exhausted and all result elements have been generated,
the Source’s elements will be produced.
- concatMat(Graph<SourceShape<U>, Mat2>, Function2<Mat, Mat2, Mat3>) - Static method in class akka.stream.scaladsl.Source
-
- concatMatSource() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- concatSource() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- concatSubstreams() - Static method in class akka.stream.impl.SubFlowImpl
-
- concatSubstreams() - Method in class akka.stream.javadsl.SubFlow
-
Flatten the sub-flows back into the super-flow by concatenating them.
- concatSubstreams() - Method in class akka.stream.javadsl.SubSource
-
Flatten the sub-flows back into the super-source by concatenating them.
- concatSubstreams() - Method in interface akka.stream.scaladsl.SubFlow
-
Flatten the sub-flows back into the super-flow by concatenating them.
- Concurrent$() - Constructor for class akka.cluster.ddata.VersionVector.Concurrent$
-
- Concurrent$() - Constructor for class akka.cluster.VectorClock.Concurrent$
-
- ConcurrentInstance() - Method in class akka.cluster.ddata.VersionVector$
-
Java API: The VersionVector.Concurrent instance
- ConcurrentInstance() - Static method in class akka.cluster.ddata.VersionVector
-
Java API: The VersionVector.Concurrent instance
- ConcurrentMultiMap<K,V> - Class in akka.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 akka.util.ConcurrentMultiMap
-
- cond() - Method in class akka.testkit.JavaTestKit.AwaitCond
-
- conditionalTerminateInput(Function0<Object>) - Method in class akka.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 akka.stream.stage.GraphStageLogic.ConditionalTerminateInput
-
- conditionalTerminateOutput(Function0<Object>) - Method in class akka.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 akka.stream.stage.GraphStageLogic.ConditionalTerminateOutput
-
- Conductor - Interface in akka.remote.testconductor
-
The conductor is the one orchestrating the test: it governs the
Controller’s port to which all
Players connect, it issues commands to their
akka.remote.testconductor.NetworkFailureInjector and provides support
for barriers using the
BarrierCoordinator.
- ConductorHandler - Class in akka.remote.testconductor
-
This handler is installed at the end of the controller’s netty pipeline.
- ConductorHandler(Timeout, ActorRef, LoggingAdapter) - Constructor for class akka.remote.testconductor.ConductorHandler
-
- confidence() - Method in class akka.remote.artery.compress.CountMinSketch
-
- config() - Method in class akka.actor.ActorDSL.Extension
-
- config() - Method in class akka.actor.ActorSystem.Settings
-
The backing Config of this ActorSystem's Settings
- config() - Method in class akka.actor.BootstrapSetup
-
- config() - Method in class akka.actor.Deploy
-
- config() - Method in class akka.camel.internal.CamelSupervisor.Register
-
- config() - Method in class akka.cluster.ClusterSettings
-
- config() - Method in class akka.cluster.metrics.ClusterMetricsSettings
-
- config() - Static method in class akka.dispatch.BalancingDispatcherConfigurator
-
- config() - Method in interface akka.dispatch.CachingConfig.PathEntry
-
- config() - Method in class akka.dispatch.CachingConfig.StringPathEntry
-
- config() - Method in class akka.dispatch.CachingConfig.ValuePathEntry
-
- config(String) - Method in class akka.dispatch.Dispatchers
-
INTERNAL API
- config(String, Config) - Method in class akka.dispatch.Dispatchers
-
INTERNAL API
- config() - Method in class akka.dispatch.MessageDispatcherConfigurator
-
- config() - Method in class akka.dispatch.ThreadPoolConfigBuilder
-
- config() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- config() - Method in class akka.persistence.journal.JournalSpec$
-
- config() - Static method in class akka.persistence.journal.JournalSpec
-
- config() - Method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- config() - Method in interface akka.persistence.journal.leveldb.LeveldbStore
-
- config() - Method in class akka.persistence.journal.leveldb.SharedLeveldbStore
-
- config() - Method in class akka.persistence.Persistence.PluginHolder
-
- config() - Method in class akka.persistence.PluginSpec
-
- config() - Method in class akka.persistence.snapshot.SnapshotStoreSpec$
-
- config() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- config() - Method in class akka.remote.artery.ArterySettings.Advanced$
-
- config() - Method in class akka.remote.artery.ArterySettings.Bind$
-
- config() - Method in class akka.remote.artery.ArterySettings.Canonical$
-
- config() - Method in class akka.remote.artery.ArterySettings.Compression.ActorRefs$
-
- config() - Method in class akka.remote.artery.ArterySettings.Compression.Manifests$
-
- config() - Method in class akka.remote.RemoteSettings
-
- config() - Method in class akka.remote.testconductor.TestConductorExt.Settings
-
- config() - Method in class akka.remote.testkit.MultiNodeConfig
-
- config() - Method in class akka.serialization.Serialization.Settings
-
- config() - Method in class akka.testkit.TestKitSettings
-
- config(String) - Method in class akka.typed.internal.DispatchersImpl
-
INTERNAL API
- config() - Method in class akka.typed.internal.MessageDispatcherConfigurator
-
- config() - Method in class akka.typed.Settings
-
- config() - Method in class akka.util.Helpers.ConfigOps
-
- config() - Method in class com.typesafe.sslconfig.akka.AkkaSSLConfig
-
- CONFIG_FIELD_NUMBER - Static variable in class akka.remote.WireFormats.DeployData
-
- configFor(ActorRef) - Method in class akka.persistence.Persistence
-
INTERNAL API
Looks up the plugin config by plugin's ActorRef.
- ConfigOps(Config) - Constructor for class akka.util.Helpers.ConfigOps
-
- ConfigOps$() - Constructor for class akka.util.Helpers.ConfigOps$
-
- ConfigurationException - Exception in akka
-
This exception is thrown when Akka detects a problem with the provided configuration
- ConfigurationException(String, Throwable) - Constructor for exception akka.ConfigurationException
-
- ConfigurationException(String) - Constructor for exception akka.ConfigurationException
-
- configurator() - Method in class akka.dispatch.MessageDispatcher
-
- configurator() - Static method in class akka.testkit.CallingThreadDispatcher
-
- configure() - Method in class akka.camel.internal.ConsumerActorRouteBuilder
-
- configure(Seq<Option<Function1<ThreadPoolConfigBuilder, ThreadPoolConfigBuilder>>>) - Method in class akka.dispatch.ThreadPoolConfigBuilder
-
- configure(BundleContext, ActorSystem) - Method in class akka.osgi.ActorSystemActivator
-
Implement this method to add your own actors to the ActorSystem.
- configure(SSLEngine, SSLContext) - Method in class com.typesafe.sslconfig.akka.DefaultSSLEngineConfigurator
-
- configure(SSLEngine, SSLContext) - Method in interface com.typesafe.sslconfig.akka.SSLEngineConfigurator
-
- configureCipherSuites(String[], SSLConfigSettings) - Method in class com.typesafe.sslconfig.akka.AkkaSSLConfig
-
- configureDispatcher(Props) - Method in class akka.remote.RARP
-
- configureDispatcher(Props) - Method in class akka.remote.RemoteSettings
-
- configureExecutor() - Static method in class akka.dispatch.BalancingDispatcherConfigurator
-
- configureExecutor() - Method in class akka.dispatch.MessageDispatcherConfigurator
-
- configureExecutor() - Method in class akka.typed.internal.MessageDispatcherConfigurator
-
- configureProtocols(String[], SSLConfigSettings) - Method in class com.typesafe.sslconfig.akka.AkkaSSLConfig
-
- ConfigVersion() - Method in class akka.actor.ActorSystem.Settings
-
- confirmActorRefCompressionAdvertisement(long, byte) - Method in interface akka.remote.artery.compress.InboundCompressions
-
- confirmActorRefCompressionAdvertisement(long, byte) - Method in class akka.remote.artery.compress.InboundCompressionsImpl
-
- confirmActorRefCompressionAdvertisement(long, byte) - Method in class akka.remote.artery.compress.NoInboundCompressions$
-
- confirmActorRefCompressionAdvertisement(long, byte) - Static method in class akka.remote.artery.compress.NoInboundCompressions
-
- confirmActorRefCompressionAdvertisementAck(CompressionProtocol.ActorRefCompressionAdvertisementAck) - Method in interface akka.remote.artery.Decoder.InboundCompressionAccess
-
- confirmActorRefCompressionAdvertisementAck(CompressionProtocol.ActorRefCompressionAdvertisementAck) - Method in interface akka.remote.artery.Decoder.InboundCompressionAccessImpl
-
External call from ChangeInboundCompression materialized value
- confirmAdvertisement(byte) - Method in class akka.remote.artery.compress.InboundCompression
-
- confirmClassManifestCompressionAdvertisement(long, byte) - Method in interface akka.remote.artery.compress.InboundCompressions
-
- confirmClassManifestCompressionAdvertisement(long, byte) - Method in class akka.remote.artery.compress.InboundCompressionsImpl
-
- confirmClassManifestCompressionAdvertisement(long, byte) - Method in class akka.remote.artery.compress.NoInboundCompressions$
-
- confirmClassManifestCompressionAdvertisement(long, byte) - Static method in class akka.remote.artery.compress.NoInboundCompressions
-
- confirmClassManifestCompressionAdvertisementAck(CompressionProtocol.ClassManifestCompressionAdvertisementAck) - Method in interface akka.remote.artery.Decoder.InboundCompressionAccess
-
- confirmClassManifestCompressionAdvertisementAck(CompressionProtocol.ClassManifestCompressionAdvertisementAck) - Method in interface akka.remote.artery.Decoder.InboundCompressionAccessImpl
-
External call from ChangeInboundCompression materialized value
- confirmDelivery(long) - Method in interface akka.persistence.AtLeastOnceDeliveryLike
-
Call this method when a message has been confirmed by the destination,
or to abort re-sending.
- ConfirmedClientOp - Interface in akka.remote.testconductor
-
- confirmedClose() - Method in class akka.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() - Static method in class akka.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 akka.io.Tcp.ConfirmedClose$
-
- ConfirmedClosed$() - Constructor for class akka.io.Tcp.ConfirmedClosed$
-
- conflate() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- conflate(Function2<O2, O2, O2>) - Static method in class akka.stream.impl.SubFlowImpl
-
- conflate(Function2<O2, O2, O2>) - Method in class akka.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<O2, O2, O2>) - Method in class akka.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<O2, O2, O2>) - Method in class akka.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<O2, O2, O2>) - Method in class akka.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>) - Static method in class akka.stream.scaladsl.Flow
-
- conflate(Function2<O2, O2, O2>) - Method in interface akka.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.
- conflate(Function2<O2, O2, O2>) - Static method in class akka.stream.scaladsl.Source
-
- conflateWithSeed(Function1<Out, S>, Function2<S, Out, S>) - Static method in class akka.stream.impl.SubFlowImpl
-
- conflateWithSeed(Function<Out, S>, Function2<S, Out, S>) - Method in class akka.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 akka.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 akka.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 akka.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>) - Static method in class akka.stream.scaladsl.Flow
-
- conflateWithSeed(Function1<Out, S>, Function2<S, Out, S>) - Method in interface akka.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(Function1<Out, S>, Function2<S, Out, S>) - Static method in class akka.stream.scaladsl.Source
-
- conforms() - Method in class akka.stream.impl.ConstantFun$
-
- conforms() - Static method in class akka.stream.impl.ConstantFun
-
- Connect(InetSocketAddress, Option<InetSocketAddress>, Traversable<Inet.SocketOption>, Option<FiniteDuration>, boolean) - Constructor for class akka.io.Tcp.Connect
-
- connect(InetSocketAddress, InetSocketAddress, Iterable<Inet.SocketOption>, FiniteDuration, boolean) - Method in class akka.io.TcpMessage$
-
The Connect message is sent to the TCP manager actor, which is obtained via
TcpExt.getManager().
- connect(InetSocketAddress) - Method in class akka.io.TcpMessage$
-
Connect to the given remoteAddress without binding to a local address and without
specifying options.
- connect(InetSocketAddress, InetSocketAddress, Iterable<Inet.SocketOption>, FiniteDuration, boolean) - Static method in class akka.io.TcpMessage
-
The Connect message is sent to the TCP manager actor, which is obtained via
TcpExt.getManager().
- connect(InetSocketAddress) - Static method in class akka.io.TcpMessage
-
Connect to the given remoteAddress without binding to a local address and without
specifying options.
- Connect(ActorRef, InetSocketAddress, Option<InetSocketAddress>, Traversable<Inet.SocketOption>) - Constructor for class akka.io.UdpConnected.Connect
-
- connect(ActorRef, InetSocketAddress, InetSocketAddress, Iterable<Inet.SocketOption>) - Method in class akka.io.UdpConnectedMessage$
-
Send this message to the
UdpExt.manager() in order to bind to a local
port (optionally with the chosen
localAddress) and create a UDP socket
which is restricted to sending to and receiving from the given
remoteAddress.
- connect(ActorRef, InetSocketAddress, Iterable<Inet.SocketOption>) - Method in class akka.io.UdpConnectedMessage$
-
Connect without specifying the localAddress.
- connect(ActorRef, InetSocketAddress) - Method in class akka.io.UdpConnectedMessage$
-
Connect without specifying the localAddress or options.
- connect(ActorRef, InetSocketAddress, InetSocketAddress, Iterable<Inet.SocketOption>) - Static method in class akka.io.UdpConnectedMessage
-
Send this message to the
UdpExt.manager() in order to bind to a local
port (optionally with the chosen
localAddress) and create a UDP socket
which is restricted to sending to and receiving from the given
remoteAddress.
- connect(ActorRef, InetSocketAddress, Iterable<Inet.SocketOption>) - Static method in class akka.io.UdpConnectedMessage
-
Connect without specifying the localAddress.
- connect(ActorRef, InetSocketAddress) - Static method in class akka.io.UdpConnectedMessage
-
Connect without specifying the localAddress or options.
- Connect$() - Constructor for class akka.io.Tcp.Connect$
-
- Connect$() - Constructor for class akka.io.UdpConnected.Connect$
-
- connectCmd() - Method in class akka.stream.impl.io.TcpConnectionStage.Outbound
-
- Connected(InetSocketAddress, InetSocketAddress) - Constructor for class akka.io.Tcp.Connected
-
- connected(TcpConnection.ConnectionInfo) - Method in class akka.io.TcpConnection
-
normal connected state
- connected(TcpConnection.ConnectionInfo) - Static method in class akka.io.TcpOutgoingConnection
-
- connected(ChannelRegistration) - Method in class akka.io.UdpConnection
-
- Connected(Channel) - Constructor for class akka.remote.testconductor.ClientFSM.Connected
-
- Connected$() - Constructor for class akka.io.Tcp.Connected$
-
- Connected$() - Constructor for class akka.io.UdpConnected.Connected$
-
- Connected$() - Constructor for class akka.remote.testconductor.ClientFSM.Connected$
-
- connecting(ChannelRegistration, int) - Method in class akka.io.TcpOutgoingConnection
-
- Connecting$() - Constructor for class akka.contrib.pattern.ReliableProxy.Connecting$
-
- Connecting$() - Constructor for class akka.remote.testconductor.ClientFSM.Connecting$
-
- connection() - Method in class akka.remote.testconductor.Controller
-
- Connection(int, int, GraphStageLogic, int, GraphStageLogic, InHandler, OutHandler) - Constructor for class akka.stream.impl.fusing.GraphInterpreter.Connection
-
- connection() - Method in class akka.stream.impl.io.TcpConnectionStage.Inbound
-
- connectionCount() - Method in class akka.stream.impl.fusing.GraphInterpreter.GraphAssembly
-
- ConnectionException - Exception in akka.stream
-
- ConnectionException(String) - Constructor for exception akka.stream.ConnectionException
-
- ConnectionFailure(String) - Constructor for exception akka.remote.testconductor.ClientFSM.ConnectionFailure
-
- ConnectionFailure$() - Constructor for class akka.remote.testconductor.ClientFSM.ConnectionFailure$
-
- ConnectionInfo(ChannelRegistration, ActorRef, boolean, boolean) - Constructor for class akka.io.TcpConnection.ConnectionInfo
-
- ConnectionInfo$() - Constructor for class akka.io.TcpConnection.ConnectionInfo$
-
- connections() - Method in class akka.stream.impl.fusing.GraphInterpreter
-
- ConnectionSourceStage - Class in akka.stream.impl.io
-
INTERNAL API
- ConnectionSourceStage(ActorRef, InetSocketAddress, int, Traversable<Inet.SocketOption>, boolean, Duration, FiniteDuration) - Constructor for class akka.stream.impl.io.ConnectionSourceStage
-
- ConnectionSourceStage$ - Class in akka.stream.impl.io
-
- ConnectionSourceStage$() - Constructor for class akka.stream.impl.io.ConnectionSourceStage$
-
- connectionSupervisorStrategy() - Method in class akka.io.SelectionHandler$
-
Special supervisor strategy for parents of TCP connection and listener actors.
- connectionSupervisorStrategy() - Static method in class akka.io.SelectionHandler
-
Special supervisor strategy for parents of TCP connection and listener actors.
- ConnectionTimeout() - Method in class akka.remote.transport.netty.NettyTransportSettings
-
- ConnectTimeout() - Method in class akka.remote.testconductor.TestConductorExt.Settings
-
- connectTimeoutExpired(Option<FiniteDuration>) - Method in class akka.io.TcpOutgoingConnection$
-
- connectTimeoutExpired(Option<FiniteDuration>) - Static method in class akka.io.TcpOutgoingConnection
-
- consistency() - Method in class akka.cluster.ddata.Replicator.Delete
-
- consistency() - Method in class akka.cluster.ddata.Replicator.Get
-
- CONSISTENCY_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
-
- consistentHash() - Method in class akka.cluster.client.ClusterReceptionist
-
- ConsistentHash<T> - Class in akka.routing
-
Consistent Hashing node ring implementation.
- ConsistentHash$ - Class in akka.routing
-
- ConsistentHash$() - Constructor for class akka.routing.ConsistentHash$
-
- ConsistentHashableEnvelope(Object, Object) - Constructor for class akka.routing.ConsistentHashingRouter.ConsistentHashableEnvelope
-
- ConsistentHashableEnvelope$() - Constructor for class akka.routing.ConsistentHashingRouter.ConsistentHashableEnvelope$
-
- ConsistentHashingGroup - Class in akka.routing
-
A router group that uses consistent hashing to select a routee based on the
sent message.
- ConsistentHashingGroup(Iterable<String>, int, PartialFunction<Object, Object>, String) - Constructor for class akka.routing.ConsistentHashingGroup
-
- ConsistentHashingGroup(Config) - Constructor for class akka.routing.ConsistentHashingGroup
-
- ConsistentHashingGroup(Iterable<String>) - Constructor for class akka.routing.ConsistentHashingGroup
-
Java API
- ConsistentHashingGroup$ - Class in akka.routing
-
- ConsistentHashingGroup$() - Constructor for class akka.routing.ConsistentHashingGroup$
-
- ConsistentHashingPool - Class in akka.routing
-
A router pool that uses consistent hashing to select a routee based on the
sent message.
- ConsistentHashingPool(int, Option<Resizer>, int, PartialFunction<Object, Object>, SupervisorStrategy, String, boolean) - Constructor for class akka.routing.ConsistentHashingPool
-
- ConsistentHashingPool(Config) - Constructor for class akka.routing.ConsistentHashingPool
-
- ConsistentHashingPool(int) - Constructor for class akka.routing.ConsistentHashingPool
-
Java API
- ConsistentHashingPool$ - Class in akka.routing
-
- ConsistentHashingPool$() - Constructor for class akka.routing.ConsistentHashingPool$
-
- ConsistentHashingRouter - Class in akka.routing
-
- ConsistentHashingRouter() - Constructor for class akka.routing.ConsistentHashingRouter
-
- ConsistentHashingRouter$ - Class in akka.routing
-
- ConsistentHashingRouter$() - Constructor for class akka.routing.ConsistentHashingRouter$
-
- ConsistentHashingRouter.ConsistentHashable - Interface in akka.routing
-
If you don't define the
hashMapping when
constructing the
ConsistentHashingRouter
the messages need to implement this interface to define what
data to use for the consistent hash key.
- ConsistentHashingRouter.ConsistentHashableEnvelope - Class in akka.routing
-
- ConsistentHashingRouter.ConsistentHashableEnvelope$ - Class in akka.routing
-
- ConsistentHashingRouter.ConsistentHashMapper - Interface in akka.routing
-
JAVA API
Mapping from message to the data to use for the consistent hash key.
- ConsistentHashingRouter.emptyConsistentHashMapping$ - Class in akka.routing
-
- ConsistentHashingRoutingLogic - Class in akka.routing
-
- ConsistentHashingRoutingLogic(ActorSystem, int, PartialFunction<Object, Object>) - Constructor for class akka.routing.ConsistentHashingRoutingLogic
-
- ConsistentHashingRoutingLogic(ActorSystem) - Constructor for class akka.routing.ConsistentHashingRoutingLogic
-
Java API
- ConsistentHashingRoutingLogic$ - Class in akka.routing
-
- ConsistentHashingRoutingLogic$() - Constructor for class akka.routing.ConsistentHashingRoutingLogic$
-
- consistentHashKey() - Method in class akka.io.Dns.Resolve
-
- consistentHashKey() - Method in interface akka.routing.ConsistentHashingRouter.ConsistentHashable
-
- consistentHashKey() - Method in class akka.routing.ConsistentHashingRouter.ConsistentHashableEnvelope
-
- ConsistentRoutee - Class in akka.routing
-
INTERNAL API
Important to use ActorRef with full address, with host and port, in the hash ring,
so that same ring is produced on different nodes.
- ConsistentRoutee(Routee, Address) - Constructor for class akka.routing.ConsistentRoutee
-
- ConsistentRoutee$ - Class in akka.routing
-
- ConsistentRoutee$() - Constructor for class akka.routing.ConsistentRoutee$
-
- ConstantFun - Class in akka.stream.impl
-
- ConstantFun() - Constructor for class akka.stream.impl.ConstantFun
-
- ConstantFun$ - Class in akka.stream.impl
-
- ConstantFun$() - Constructor for class akka.stream.impl.ConstantFun$
-
- ConstantRateEntityRecoveryStrategy - Class in akka.cluster.sharding
-
- ConstantRateEntityRecoveryStrategy(ActorSystem, FiniteDuration, int) - Constructor for class akka.cluster.sharding.ConstantRateEntityRecoveryStrategy
-
- constantStrategy(ActorSystem, FiniteDuration, int) - Method in class akka.cluster.sharding.EntityRecoveryStrategy$
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape10
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape11
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape12
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape13
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape14
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape15
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape16
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape17
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape18
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape19
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape1N
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape2
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape20
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape21
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape22
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape3
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape4
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape5
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape6
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape7
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape8
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.FanInShape9
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape10
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape11
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape12
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape13
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape14
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape15
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape16
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape17
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape18
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape19
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape2
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape20
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape21
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape22
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape3
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape4
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape5
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape6
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape7
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape8
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.FanOutShape9
-
- construct(FanInShape.Init<T>) - Method in class akka.stream.scaladsl.MergePreferred.MergePreferredShape
-
- construct(FanInShape.Init<O>) - Method in class akka.stream.UniformFanInShape
-
- construct(FanOutShape.Init<I>) - Method in class akka.stream.UniformFanOutShape
-
- constructAssociate(HandshakeInfo) - Method in interface akka.remote.transport.AkkaPduCodec
-
- constructAssociate(HandshakeInfo) - Method in class akka.remote.transport.AkkaPduProtobufCodec$
-
- constructAssociate(HandshakeInfo) - Static method in class akka.remote.transport.AkkaPduProtobufCodec
-
- constructDisassociate(AssociationHandle.DisassociateInfo) - Method in interface akka.remote.transport.AkkaPduCodec
-
- constructDisassociate(AssociationHandle.DisassociateInfo) - Method in class akka.remote.transport.AkkaPduProtobufCodec$
-
- constructDisassociate(AssociationHandle.DisassociateInfo) - Static method in class akka.remote.transport.AkkaPduProtobufCodec
-
- constructHeartbeat() - Method in interface akka.remote.transport.AkkaPduCodec
-
- constructHeartbeat() - Method in class akka.remote.transport.AkkaPduProtobufCodec$
-
- constructHeartbeat() - Static method in class akka.remote.transport.AkkaPduProtobufCodec
-
- constructMessage(Address, ActorRef, WireFormats.SerializedMessage, OptionVal<ActorRef>, Option<SeqNo>, Option<Ack>) - Method in interface akka.remote.transport.AkkaPduCodec
-
- constructMessage(Address, ActorRef, WireFormats.SerializedMessage, OptionVal<ActorRef>, Option<SeqNo>, Option<Ack>) - Method in class akka.remote.transport.AkkaPduProtobufCodec$
-
- constructMessage(Address, ActorRef, WireFormats.SerializedMessage, OptionVal<ActorRef>, Option<SeqNo>, Option<Ack>) - Static method in class akka.remote.transport.AkkaPduProtobufCodec
-
- constructMessage$default$5() - Static method in class akka.remote.transport.AkkaPduProtobufCodec
-
- constructMessage$default$6() - Static method in class akka.remote.transport.AkkaPduProtobufCodec
-
- constructPayload(ByteString) - Method in interface akka.remote.transport.AkkaPduCodec
-
- constructPayload(ByteString) - Method in class akka.remote.transport.AkkaPduProtobufCodec$
-
- constructPayload(ByteString) - Static method in class akka.remote.transport.AkkaPduProtobufCodec
-
- constructPureAck(Ack) - Method in interface akka.remote.transport.AkkaPduCodec
-
- constructPureAck(Ack) - Method in class akka.remote.transport.AkkaPduProtobufCodec$
-
- constructPureAck(Ack) - Static method in class akka.remote.transport.AkkaPduProtobufCodec
-
- Consumer - Interface in akka.camel
-
Mixed in by Actor implementations that consume message from Camel endpoints.
- Consumer$ - Class in akka.camel
-
Internal use only.
- Consumer$() - Constructor for class akka.camel.Consumer$
-
- ConsumerActorRouteBuilder - Class in akka.camel.internal
-
INTERNAL API
Builder of a route to a target which can be an actor.
- ConsumerActorRouteBuilder(String, ActorRef, ConsumerConfig, CamelSettings) - Constructor for class akka.camel.internal.ConsumerActorRouteBuilder
-
- ConsumerConfig - Class in akka.camel
-
INTERNAL API
Captures the configuration of the Consumer.
- ConsumerConfig(FiniteDuration, FiniteDuration, boolean, Function1<RouteDefinition, ProcessorDefinition<?>>) - Constructor for class akka.camel.ConsumerConfig
-
- ConsumerConfig$ - Class in akka.camel
-
- ConsumerConfig$() - Constructor for class akka.camel.ConsumerConfig$
-
- ConsumerRegistrar - Class in akka.camel.internal
-
INTERNAL API
Registers Consumers.
- ConsumerRegistrar(ActorRef) - Constructor for class akka.camel.internal.ConsumerRegistrar
-
- contactPaths() - Method in class akka.cluster.client.ClusterClient
-
- contactPathsPublished() - Method in class akka.cluster.client.ClusterClient
-
- contactPoint() - Method in class akka.cluster.client.ContactPointAdded
-
- contactPoint() - Method in interface akka.cluster.client.ContactPointChange
-
- contactPoint() - Method in class akka.cluster.client.ContactPointRemoved
-
- ContactPointAdded - Class in akka.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 akka.cluster.client.ContactPointAdded
-
- ContactPointAdded$ - Class in akka.cluster.client
-
- ContactPointAdded$() - Constructor for class akka.cluster.client.ContactPointAdded$
-
- ContactPointChange - Interface in akka.cluster.client
-
Declares a super type for all events emitted by the ClusterClient
in relation to contact points being added or removed.
- contactPointMessages() - Method in class akka.cluster.client.ClusterClient
-
- ContactPointRemoved - Class in akka.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 akka.cluster.client.ContactPointRemoved
-
- ContactPointRemoved$ - Class in akka.cluster.client
-
- ContactPointRemoved$() - Constructor for class akka.cluster.client.ContactPointRemoved$
-
- contactPoints() - Method in class akka.cluster.client.ClusterReceptionist.Internal$.Contacts
-
- ContactPoints - Class in akka.cluster.client
-
The reply to GetContactPoints.
- ContactPoints(Set<ActorPath>) - Constructor for class akka.cluster.client.ContactPoints
-
- contactPoints() - Method in class akka.cluster.client.ContactPoints
-
- ContactPoints$ - Class in akka.cluster.client
-
- ContactPoints$() - Constructor for class akka.cluster.client.ContactPoints$
-
- CONTACTPOINTS_FIELD_NUMBER - Static variable in class akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
-
- contacts() - Method in class akka.cluster.client.ClusterClient
-
- Contacts(IndexedSeq<String>) - Constructor for class akka.cluster.client.ClusterReceptionist.Internal$.Contacts
-
- contain() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- contain() - Static method in class akka.persistence.journal.JournalSpec
-
- contain() - Method in class akka.persistence.PluginSpec
-
- contain() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- ContainerFormats - Class in akka.remote
-
- ContainerFormats.ActorIdentity - Class in akka.remote
-
Protobuf type ActorIdentity
- ContainerFormats.ActorIdentity.Builder - Class in akka.remote
-
Protobuf type ActorIdentity
- ContainerFormats.ActorIdentityOrBuilder - Interface in akka.remote
-
- ContainerFormats.ActorInitializationException - Class in akka.remote
-
Protobuf type ActorInitializationException
- ContainerFormats.ActorInitializationException.Builder - Class in akka.remote
-
Protobuf type ActorInitializationException
- ContainerFormats.ActorInitializationExceptionOrBuilder - Interface in akka.remote
-
- ContainerFormats.ActorRef - Class in akka.remote
-
Protobuf type ActorRef
- ContainerFormats.ActorRef.Builder - Class in akka.remote
-
Protobuf type ActorRef
- ContainerFormats.ActorRefOrBuilder - Interface in akka.remote
-
- ContainerFormats.Identify - Class in akka.remote
-
Protobuf type Identify
- ContainerFormats.Identify.Builder - Class in akka.remote
-
Protobuf type Identify
- ContainerFormats.IdentifyOrBuilder - Interface in akka.remote
-
- ContainerFormats.Option - Class in akka.remote
-
Protobuf type Option
- ContainerFormats.Option.Builder - Class in akka.remote
-
Protobuf type Option
- ContainerFormats.OptionOrBuilder - Interface in akka.remote
-
- ContainerFormats.PatternType - Enum in akka.remote
-
Protobuf enum PatternType
- ContainerFormats.Payload - Class in akka.remote
-
Protobuf type Payload
- ContainerFormats.Payload.Builder - Class in akka.remote
-
Protobuf type Payload
- ContainerFormats.PayloadOrBuilder - Interface in akka.remote
-
- ContainerFormats.Selection - Class in akka.remote
-
Protobuf type Selection
- ContainerFormats.Selection.Builder - Class in akka.remote
-
Protobuf type Selection
- ContainerFormats.SelectionEnvelope - Class in akka.remote
-
Protobuf type SelectionEnvelope
- ContainerFormats.SelectionEnvelope.Builder - Class in akka.remote
-
Protobuf type SelectionEnvelope
- ContainerFormats.SelectionEnvelopeOrBuilder - Interface in akka.remote
-
- ContainerFormats.SelectionOrBuilder - Interface in akka.remote
-
- ContainerFormats.StackTraceElement - Class in akka.remote
-
Protobuf type StackTraceElement
- ContainerFormats.StackTraceElement.Builder - Class in akka.remote
-
Protobuf type StackTraceElement
- ContainerFormats.StackTraceElementOrBuilder - Interface in akka.remote
-
- ContainerFormats.Throwable - Class in akka.remote
-
Protobuf type Throwable
- ContainerFormats.Throwable.Builder - Class in akka.remote
-
Protobuf type Throwable
- ContainerFormats.ThrowableOrBuilder - Interface in akka.remote
-
- ContainerFormats.WatcherHeartbeatResponse - Class in akka.remote
-
Protobuf type WatcherHeartbeatResponse
- ContainerFormats.WatcherHeartbeatResponse.Builder - Class in akka.remote
-
Protobuf type WatcherHeartbeatResponse
- ContainerFormats.WatcherHeartbeatResponseOrBuilder - Interface in akka.remote
-
- contains(UniqueAddress) - Method in class akka.cluster.ClusterHeartbeatSenderState
-
- contains(A) - Method in class akka.cluster.ddata.GSet
-
- contains(String) - Method in class akka.cluster.ddata.LWWMap
-
- contains(UniqueAddress) - Method in class akka.cluster.ddata.ManyVersionVector
-
INTERNAL API
- contains(UniqueAddress) - Method in class akka.cluster.ddata.OneVersionVector
-
INTERNAL API
- contains(String) - Method in class akka.cluster.ddata.ORMap
-
- contains(String) - Method in class akka.cluster.ddata.ORMultiMap
-
- contains(A) - Method in class akka.cluster.ddata.ORSet
-
- contains(String) - Method in class akka.cluster.ddata.PNCounterMap
-
- contains(UniqueAddress) - Method in class akka.cluster.ddata.VersionVector
-
INTERNAL API
- contains(long) - Method in class akka.remote.artery.ImmutableLongMap
-
Worst case O(log n), allocation free.
- contains(Object) - Static method in class akka.remote.security.provider.AkkaProvider
-
- contains(Attributes.Attribute) - Method in class akka.stream.Attributes
-
Test whether the given attribute is contained within this attributes list.
- contains(Object) - Method in class akka.util.BoundedBlockingQueue
-
- contains(Object) - Static method in class akka.util.ByteIterator
-
- contains(A1) - Static method in class akka.util.ByteString
-
- contains(A1) - Static method in class akka.util.CompactByteString
-
- contains(I) - Method in class akka.util.MessageBufferMap
-
Check if the buffer map contains an id.
- containsAll(Collection<?>) - Method in class akka.util.BoundedBlockingQueue
-
- containsKey(Object) - Static method in class akka.remote.security.provider.AkkaProvider
-
- containsSlice(GenSeq<B>) - Static method in class akka.util.ByteString
-
- containsSlice(GenSeq<B>) - Static method in class akka.util.CompactByteString
-
- containsValue(Object) - Static method in class akka.remote.security.provider.AkkaProvider
-
- content() - Method in class akka.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
-
- CONTENT_FIELD_NUMBER - Static variable in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
-
- context() - Method in class akka.actor.AbstractActor
-
- context() - Method in class akka.actor.AbstractFSM
-
- context() - Method in interface akka.actor.Actor
-
Stores the context for this actor, including self, and sender.
- context() - Method in class akka.actor.dsl.Inbox.InboxActor
-
- context() - Method in class akka.actor.Props.EmptyActor
-
- context() - Method in interface akka.actor.StashSupport
-
- context() - Method in class akka.actor.TypedActor$
-
Returns the ActorContext (for a TypedActor) when inside a method call in a TypedActor.
- context() - Static method in class akka.actor.TypedActor
-
Returns the ActorContext (for a TypedActor) when inside a method call in a TypedActor.
- context() - Method in class akka.actor.TypedActor.TypedActor
-
- context() - Method in class akka.actor.UntypedActor
-
- context() - Method in interface akka.camel.Camel
-
Underlying camel context.
- context() - Method in class akka.camel.internal.ActivationTracker
-
- context() - Method in class akka.camel.internal.CamelSupervisor
-
- context() - Method in class akka.camel.internal.ConsumerRegistrar
-
- context() - Method in class akka.camel.internal.DefaultCamel
-
- context() - Method in class akka.camel.internal.ProducerRegistrar
-
- context() - Method in class akka.camel.internal.Registry
-
- context() - Method in class akka.camel.ProducerSupport.ProducerChild
-
- context() - Static method in class akka.cluster.AutoDown
-
- context() - Method in class akka.cluster.AutoDownBase
-
- context() - Method in class akka.cluster.client.ClusterClient
-
- context() - Method in class akka.cluster.client.ClusterReceptionist
-
- context() - Method in class akka.cluster.client.ClusterReceptionist.Internal$.ClientResponseTunnel
-
- context() - Method in class akka.cluster.ClusterCoreDaemon
-
- context() - Method in class akka.cluster.ClusterCoreSupervisor
-
- context() - Method in class akka.cluster.ClusterDaemon
-
- context() - Method in class akka.cluster.ClusterDomainEventPublisher
-
- context() - Method in class akka.cluster.ClusterHeartbeatReceiver
-
- context() - Method in class akka.cluster.ClusterHeartbeatSender
-
- context() - Method in class akka.cluster.ClusterMetricsCollector
-
- context() - Static method in class akka.cluster.ClusterRemoteWatcher
-
- context() - Method in class akka.cluster.ddata.LmdbDurableStore
-
- context() - Static method in class akka.cluster.ddata.ReadAggregator
-
- context() - Method in class akka.cluster.ddata.ReadWriteAggregator
-
- context() - Method in class akka.cluster.ddata.Replicator
-
- context() - Static method in class akka.cluster.ddata.WriteAggregator
-
- context() - Method in class akka.cluster.FirstSeedNodeProcess
-
- context() - Method in class akka.cluster.JoinSeedNodeProcess
-
- context() - Method in class akka.cluster.metrics.AdaptiveLoadBalancingMetricsListener
-
- context() - Method in class akka.cluster.metrics.ClusterMetricsCollector
-
- context() - Method in class akka.cluster.metrics.ClusterMetricsSupervisor
-
- context() - Method in class akka.cluster.OnMemberStatusChangedListener
-
- context() - Method in class akka.cluster.pubsub.DistributedPubSubMediator
-
- context() - Method in class akka.cluster.pubsub.DistributedPubSubMediator.Internal$.Group
-
- context() - Method in class akka.cluster.pubsub.DistributedPubSubMediator.Internal$.Topic
-
- context() - Method in class akka.cluster.routing.AdaptiveLoadBalancingMetricsListener
-
- context() - Method in class akka.cluster.sharding.ClusterShardingGuardian
-
- context() - Method in class akka.cluster.sharding.RemoveInternalClusterShardingData
-
- context() - Method in class akka.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId
-
- context() - Method in class akka.cluster.sharding.Shard
-
- context() - Method in class akka.cluster.sharding.ShardCoordinator
-
- context() - Method in class akka.cluster.sharding.ShardCoordinator.RebalanceWorker
-
- context() - Method in class akka.cluster.sharding.ShardRegion
-
- context() - Method in class akka.cluster.sharding.ShardRegion.HandOffStopper
-
- context() - Method in class akka.cluster.singleton.ClusterSingletonManager
-
- context() - Method in class akka.cluster.singleton.ClusterSingletonProxy
-
- context() - Method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- context() - Method in class akka.contrib.jul.JavaLogger
-
- context() - Method in class akka.contrib.pattern.ReliableProxy
-
- context() - Method in class akka.contrib.pattern.ReliableProxy.Receiver
-
- context() - Method in class akka.contrib.throttle.TimerBasedThrottler
-
- context() - Method in class akka.event.ActorClassificationUnsubscriber
-
- context() - Method in class akka.event.DeadLetterListener
-
- context() - Method in class akka.event.EventStreamUnsubscriber
-
- context() - Method in class akka.event.Logging.DefaultLogger
-
- context() - Method in class akka.event.slf4j.Slf4jLogger
-
- context() - Method in class akka.io.InetAddressDnsResolver
-
- context() - Method in class akka.io.SelectionHandler
-
- context() - Method in class akka.io.SelectionHandler.SelectorBasedManager
-
- context() - Method in class akka.io.SimpleDnsManager
-
- context() - Method in class akka.io.TcpConnection
-
- context() - Method in class akka.io.TcpListener
-
- context() - Static method in class akka.io.TcpOutgoingConnection
-
- context() - Method in class akka.io.UdpConnection
-
- context() - Method in class akka.io.UdpListener
-
- context() - Method in class akka.io.UdpSender
-
- context() - Method in class akka.Main.Terminator
-
- context() - Method in class akka.osgi.OsgiActorSystemFactory
-
- context() - Method in class akka.pattern.BackoffOnRestartSupervisor
-
- context() - Method in class akka.pattern.BackoffSupervisor
-
- context() - Method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- context() - Method in class akka.persistence.journal.AsyncWriteJournal.Resequencer
-
- context() - Method in class akka.persistence.journal.inmem.InmemJournal
-
- context() - Method in class akka.persistence.journal.japi.AsyncWriteJournal
-
- context() - Method in class akka.persistence.journal.JournalPerfSpec.BenchActor
-
- context() - Method in class akka.persistence.journal.leveldb.LeveldbJournal
-
- context() - Method in class akka.persistence.journal.leveldb.SharedLeveldbJournal
-
- context() - Method in class akka.persistence.journal.leveldb.SharedLeveldbStore
-
- context() - Method in class akka.persistence.journal.PersistencePluginProxy
-
- context() - Method in class akka.persistence.journal.ReplayFilter
-
- context() - Method in class akka.persistence.journal.ReplayMediator
-
- context() - Method in class akka.persistence.query.journal.leveldb.AbstractEventsByPersistenceIdPublisher
-
- context() - Method in class akka.persistence.query.journal.leveldb.AbstractEventsByTagPublisher
-
- context() - Method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- context() - Method in class akka.persistence.RecoveryPermitter
-
- context() - Method in class akka.persistence.snapshot.japi.SnapshotStore
-
- context() - Method in class akka.persistence.snapshot.local.LocalSnapshotStore
-
- context() - Method in class akka.persistence.snapshot.NoSnapshotStore
-
- context() - Method in class akka.remote.artery.FlushOnShutdown
-
- context() - Method in class akka.remote.EndpointActor
-
- context() - Method in class akka.remote.EndpointManager
-
- context() - Static method in class akka.remote.EndpointReader
-
- context() - Static method in class akka.remote.EndpointWriter
-
- context() - Method in class akka.remote.ReliableDeliverySupervisor
-
- context() - Method in class akka.remote.RemoteDeploymentWatcher
-
- context() - Method in class akka.remote.RemoteWatcher
-
- context() - Method in class akka.remote.Remoting.TransportSupervisor
-
- context() - Method in class akka.remote.testconductor.BarrierCoordinator
-
- context() - Method in class akka.remote.testconductor.ClientFSM
-
- context() - Method in class akka.remote.testconductor.Controller
-
- context() - Method in class akka.remote.testconductor.ServerFSM
-
- context() - Method in class akka.remote.transport.ActorTransportAdapterManager
-
- context() - Method in class akka.remote.transport.ProtocolStateActor
-
- context() - Method in class akka.remote.transport.ThrottledAssociation
-
- context() - Static method in class akka.remote.transport.ThrottlerManager
-
- context() - Static method in class akka.routing.ResizablePoolActor
-
- context() - Method in class akka.routing.RouterActor
-
- context() - Method in class akka.routing.TailChoppingRoutingLogic
-
- context() - Static method in class akka.stream.actor.AbstractActorPublisher
-
- context() - Static method in class akka.stream.actor.AbstractActorSubscriber
-
- context() - Static method in class akka.stream.actor.UntypedActorPublisher
-
- context() - Static method in class akka.stream.actor.UntypedActorSubscriber
-
- context() - Method in class akka.stream.impl.ActorProcessorImpl
-
- context() - Method in class akka.stream.impl.ActorRefSinkActor
-
- context() - Method in class akka.stream.impl.ActorRefSourceActor
-
- context() - Method in class akka.stream.impl.FanIn
-
- context() - Method in class akka.stream.impl.FanOut
-
- context() - Static method in class akka.stream.impl.FanoutProcessorImpl
-
- context() - Method in class akka.stream.impl.fusing.ActorGraphInterpreter
-
- context() - Method in class akka.stream.impl.fusing.GraphInterpreter
-
- context() - Method in class akka.stream.impl.io.FilePublisher
-
- context() - Method in class akka.stream.impl.io.FileSubscriber
-
- context() - Method in class akka.stream.impl.io.InputStreamPublisher
-
- context() - Method in class akka.stream.impl.io.OutputStreamSubscriber
-
- context() - Method in class akka.stream.impl.io.TLSActor
-
- context() - Method in class akka.stream.impl.StreamSupervisor
-
- context() - Static method in class akka.stream.impl.Unzip
-
- Context<Out> - Interface in akka.stream.stage
-
- context() - Method in class akka.testkit.TestActor
-
- context() - Method in class akka.testkit.TestActors.BlackholeActor
-
- context() - Method in class akka.testkit.TestActors.EchoActor
-
- context() - Method in class akka.testkit.TestActors.ForwardActor
-
- context() - Method in class akka.typed.adapter.ActorAdapter
-
- context() - Method in class akka.util.SerializedSuspendableExecutionContext
-
- ContextAware(Function1<ActorContext<T>, Behavior<T>>) - Method in class akka.typed.ScalaDSL$
-
A behavior decorator that extracts the
ActorContext while receiving the
the first signal or message and uses that to construct the real behavior
(which will then also receive that signal or message).
- ContextAware(Function1<ActorContext<T>, Behavior<T>>) - Static method in class akka.typed.ScalaDSL
-
A behavior decorator that extracts the
ActorContext while receiving the
the first signal or message and uses that to construct the real behavior
(which will then also receive that signal or message).
- contextClassLoader() - Method in class akka.dispatch.MonitorableThreadFactory
-
- ContextProvider() - Method in class akka.camel.CamelSettings
-
Configured setting, determine the class used to load/retrieve the instance of the Camel Context
- ContextProvider - Interface in akka.camel
-
Implement this interface in order to inject a specific CamelContext in a system
An instance of this class must be instantiable using a no-arg constructor.
- contextStack() - Method in class akka.actor.ActorCell$
-
- contextStack() - Static method in class akka.actor.ActorCell
-
- ContextualTypedActorFactory - Class in akka.actor
-
ContextualTypedActorFactory allows TypedActors to create children, effectively forming the same Actor Supervision Hierarchies
as normal Actors can.
- ContextualTypedActorFactory(TypedActorExtension, ActorContext) - Constructor for class akka.actor.ContextualTypedActorFactory
-
- ContextualTypedActorFactory$ - Class in akka.actor
-
- ContextualTypedActorFactory$() - Constructor for class akka.actor.ContextualTypedActorFactory$
-
- Continue$() - Constructor for class akka.persistence.query.journal.leveldb.EventsByPersistenceIdPublisher.Continue$
-
- Continue$() - Constructor for class akka.persistence.query.journal.leveldb.EventsByTagPublisher.Continue$
-
- continueGetShardHome(String, ActorRef, ActorRef) - Method in class akka.cluster.sharding.ShardCoordinator
-
- continueRebalance(Set<String>) - Method in class akka.cluster.sharding.ShardCoordinator
-
- contramap(Function<In2, In>) - Method in class akka.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 akka.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 akka.dispatch
-
ControlAwareMessageQueue handles messages that extend
ControlMessage with priority.
- controller() - Method in interface akka.remote.testconductor.Conductor
-
- Controller - Class in akka.remote.testconductor
-
This controls test execution by managing barriers (delegated to
BarrierCoordinator, its child) and allowing
network and other failures to be injected at the test nodes.
- Controller(int, InetSocketAddress) - Constructor for class akka.remote.testconductor.Controller
-
- controller() - Method in class akka.remote.testconductor.ServerFSM
-
- Controller$ - Class in akka.remote.testconductor
-
INTERNAL API.
- Controller$() - Constructor for class akka.remote.testconductor.Controller$
-
- Controller.ClientDisconnected - Class in akka.remote.testconductor
-
- Controller.ClientDisconnected$ - Class in akka.remote.testconductor
-
- Controller.ClientDisconnectedException - Exception in akka.remote.testconductor
-
- Controller.CreateServerFSM - Class in akka.remote.testconductor
-
- Controller.CreateServerFSM$ - Class in akka.remote.testconductor
-
- Controller.GetNodes$ - Class in akka.remote.testconductor
-
- Controller.GetSockAddr$ - Class in akka.remote.testconductor
-
- Controller.NodeInfo - Class in akka.remote.testconductor
-
- Controller.NodeInfo$ - Class in akka.remote.testconductor
-
- controlMaterializer() - Method in class akka.remote.artery.Association
-
- ControlMessage - Interface in akka.dispatch
-
Messages that extend this trait will be handled with priority by control aware mailboxes.
- ControlMessage - Interface in akka.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 akka.dispatch.BoundedControlAwareMailbox.MessageQueue
-
- controlQueue() - Method in interface akka.dispatch.ControlAwareMessageQueueSemantics
-
- controlQueue() - Method in class akka.dispatch.UnboundedControlAwareMailbox.MessageQueue
-
- ControlQueueIndex() - Method in class akka.remote.artery.Association$
-
- ControlQueueIndex() - Static method in class akka.remote.artery.Association
-
- ControlStreamDispatcher() - Method in class akka.remote.artery.ArterySettings.Advanced$
-
- ControlStreamMaterializerSettings() - Method in class akka.remote.artery.ArterySettings.Advanced$
-
- controlSubject() - Method in class akka.remote.artery.Association
-
- controlSubject() - Method in interface akka.remote.artery.OutboundContext
-
An outbound stage can listen to control messages
via this observer subject.
- convergence() - Method in class akka.cluster.ClusterEvent.SeenChanged
-
- convergence(UniqueAddress) - Method in class akka.cluster.Gossip
-
Checks if we have a cluster convergence.
- convergenceSkipUnreachableWithMemberStatus() - Method in class akka.cluster.Gossip$
-
- convergenceSkipUnreachableWithMemberStatus() - Static method in class akka.cluster.Gossip
-
- conversionCheckedConstraint(Equivalence<A>, Function1<B, A>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- conversionCheckedConstraint(Equivalence<A>, Function1<B, A>) - Static method in class akka.persistence.journal.JournalSpec
-
- conversionCheckedConstraint(Equivalence<A>, Function1<B, A>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- Conversions() - Method in class akka.camel.CamelSettings
-
- convertEquivalenceToAToBConstraint(Equivalence<B>, Predef.$less$colon$less<A, B>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- convertEquivalenceToAToBConstraint(Equivalence<B>, Predef.$less$colon$less<A, B>) - Static method in class akka.persistence.journal.JournalSpec
-
- convertEquivalenceToAToBConstraint(Equivalence<B>, Predef.$less$colon$less<A, B>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- convertEquivalenceToAToBConversionConstraint(Equivalence<B>, Function1<A, B>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- convertEquivalenceToAToBConversionConstraint(Equivalence<B>, Function1<A, B>) - Static method in class akka.persistence.journal.JournalSpec
-
- convertEquivalenceToAToBConversionConstraint(Equivalence<B>, Function1<A, B>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- convertEquivalenceToBToAConstraint(Equivalence<A>, Predef.$less$colon$less<B, A>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- convertEquivalenceToBToAConstraint(Equivalence<A>, Predef.$less$colon$less<B, A>) - Static method in class akka.persistence.journal.JournalSpec
-
- convertEquivalenceToBToAConstraint(Equivalence<A>, Predef.$less$colon$less<B, A>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- convertEquivalenceToBToAConversionConstraint(Equivalence<A>, Function1<B, A>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- convertEquivalenceToBToAConversionConstraint(Equivalence<A>, Function1<B, A>) - Static method in class akka.persistence.journal.JournalSpec
-
- convertEquivalenceToBToAConversionConstraint(Equivalence<A>, Function1<B, A>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- convertNumber(Object) - Static method in class akka.cluster.Metric
-
Deprecated.
- convertNumber(Object) - Method in interface akka.cluster.MetricNumericConverter
-
May involve rounding or truncation.
- convertNumber(Object) - Static method in class akka.cluster.metrics.Metric
-
- convertNumber(Object) - Method in interface akka.cluster.metrics.MetricNumericConverter
-
May involve rounding or truncation.
- convertNumericToPlusOrMinusWrapper(T, Numeric<T>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- convertNumericToPlusOrMinusWrapper(T, Numeric<T>) - Static method in class akka.persistence.journal.JournalSpec
-
- convertNumericToPlusOrMinusWrapper(T, Numeric<T>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- convertSettings(Function<SSLConfigSettings, SSLConfigSettings>) - Method in class com.typesafe.sslconfig.akka.AkkaSSLConfig
-
Returns a new
AkkaSSLConfig instance with the settings changed by the given function.
- convertSymbolToHavePropertyMatcherGenerator(Symbol, Prettifier, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- convertSymbolToHavePropertyMatcherGenerator(Symbol, Prettifier, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- convertSymbolToHavePropertyMatcherGenerator(Symbol, Prettifier, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- convertTo(Class<T>, Exchange, Object) - Method in class akka.camel.internal.component.DurationTypeConverter$
-
- convertTo(Class<T>, Exchange, Object) - Static method in class akka.camel.internal.component.DurationTypeConverter
-
- convertToAnyShouldWrapper(T, Position, Prettifier) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- convertToAnyShouldWrapper(T, Position, Prettifier) - Static method in class akka.persistence.journal.JournalSpec
-
- convertToAnyShouldWrapper(T, Position, Prettifier) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- convertToCheckingEqualizer(T) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- convertToCheckingEqualizer(T) - Static method in class akka.persistence.journal.JournalSpec
-
- convertToCheckingEqualizer(T) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- convertToEqualizer(T) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- convertToEqualizer(T) - Static method in class akka.persistence.journal.JournalSpec
-
- convertToEqualizer(T) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- convertToRegexWrapper(Regex) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- convertToRegexWrapper(Regex) - Static method in class akka.persistence.journal.JournalSpec
-
- convertToRegexWrapper(Regex) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- convertToStringCanWrapper(String, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- convertToStringCanWrapper(String, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- convertToStringCanWrapper(String, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- convertToStringMayWrapper(String) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- convertToStringMayWrapper(String) - Static method in class akka.persistence.journal.JournalSpec
-
- convertToStringMayWrapper(String) - Method in interface akka.persistence.scalatest.MayVerb
-
Implicitly converts an object of type String to a StringMayWrapper,
to enable may methods to be invokable on that object.
- convertToStringMustWrapperForVerb(String, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- convertToStringMustWrapperForVerb(String, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- convertToStringMustWrapperForVerb(String, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- convertToStringShouldWrapper(String, Position, Prettifier) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- convertToStringShouldWrapper(String, Position, Prettifier) - Static method in class akka.persistence.journal.JournalSpec
-
- convertToStringShouldWrapper(String, Position, Prettifier) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- convertToStringShouldWrapperForVerb(String, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- convertToStringShouldWrapperForVerb(String, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- convertToStringShouldWrapperForVerb(String, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- convertToWordSpecStringWrapper(String) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- convertToWordSpecStringWrapper(String) - Static method in class akka.persistence.journal.JournalSpec
-
- convertToWordSpecStringWrapper(String) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- cookie() - Method in class akka.remote.transport.HandshakeInfo
-
- COOKIE_FIELD_NUMBER - Static variable in class akka.remote.WireFormats.AkkaHandshakeInfo
-
- coordinator() - Method in class akka.cluster.sharding.ShardCoordinator.Internal$.RegisterAck
-
- coordinator() - Method in class akka.cluster.sharding.ShardRegion
-
- coordinatorFailureBackoff() - Method in class akka.cluster.sharding.ClusterShardingSettings.TuningParameters
-
- coordinatorSelection() - Method in class akka.cluster.sharding.ShardRegion
-
- coordinatorSingletonSettings() - Method in class akka.cluster.sharding.ClusterShardingSettings
-
- CoordinatorStateKey() - Method in class akka.cluster.sharding.DDataShardCoordinator
-
- CopiedModule(Shape, Attributes, StreamLayout.Module) - Constructor for class akka.stream.impl.StreamLayout.CopiedModule
-
- CopiedModule$() - Constructor for class akka.stream.impl.StreamLayout.CopiedModule$
-
- copy(S, D, Option<FiniteDuration>, Option<FSM.Reason>, List<Object>) - Method in class akka.actor.FSM.SilentState
-
- copy(S, D, Option<FiniteDuration>, Option<FSM.Reason>, List<Object>) - Method in class akka.actor.FSM.State
-
- copy(Object, Map<String, Object>) - Method in class akka.camel.CamelMessage
-
- copy(MemberStatus) - Method in class akka.cluster.Member
-
- copy(int, Duration, boolean, PartialFunction<Throwable, SupervisorStrategy.Directive>) - Static method in class akka.cluster.metrics.ClusterMetricsStrategy
-
- copy(Address, int) - Method in class akka.cluster.UniqueAddress
-
- copy(S, D, Option<FiniteDuration>, Option<PersistentFSM.Reason>, List<Object>, boolean, Seq<E>, Function1<D, BoxedUnit>) - Method in class akka.persistence.fsm.PersistentFSM.State
-
Copy object and update values if needed.
- copy() - Method in interface akka.remote.artery.OutboundEnvelope
-
- copy() - Method in class akka.remote.artery.ReusableOutboundEnvelope
-
- copy(Address, int) - Method in class akka.remote.QuarantinedEvent
-
- copy(String) - Method in class akka.stream.impl.SeqActorName
-
- copy(String) - Method in class akka.stream.impl.SeqActorNameImpl
-
- copy$default$1() - Static method in class akka.cluster.metrics.ClusterMetricsStrategy
-
- copy$default$2() - Static method in class akka.cluster.metrics.ClusterMetricsStrategy
-
- copy$default$3() - Static method in class akka.cluster.metrics.ClusterMetricsStrategy
-
- copyContent(CamelMessage, Message) - Method in class akka.camel.CamelMessage$
-
INTERNAL API
copies the content of this CamelMessageWithAttachments to an Apache Camel Message.
- copyContent(CamelMessage, Message) - Static method in class akka.camel.CamelMessage
-
INTERNAL API
copies the content of this CamelMessageWithAttachments to an Apache Camel Message.
- copyFromPorts(Seq<Inlet<?>>, Seq<Outlet<?>>) - Method in class akka.stream.AmorphousShape
-
- copyFromPorts(Seq<Inlet<?>>, Seq<Outlet<?>>) - Method in class akka.stream.BidiShape
-
- copyFromPorts(Seq<Inlet<?>>, Seq<Outlet<?>>) - Method in class akka.stream.ClosedShape$
-
- copyFromPorts(Seq<Inlet<?>>, Seq<Outlet<?>>) - Static method in class akka.stream.ClosedShape
-
- copyFromPorts(Seq<Inlet<?>>, Seq<Outlet<?>>) - Method in class akka.stream.FanInShape
-
- copyFromPorts(Seq<Inlet<?>>, Seq<Outlet<?>>) - Method in class akka.stream.FanOutShape
-
- copyFromPorts(Seq<Inlet<?>>, Seq<Outlet<?>>) - Method in class akka.stream.FlowShape
-
- copyFromPorts(Seq<Inlet<?>>, Seq<Outlet<?>>) - Method in class akka.stream.Shape
-
Create a copy of this Shape object, returning the same type as the
original but containing the ports given within the passed-in Shape.
- copyFromPorts(Seq<Inlet<?>>, Seq<Outlet<?>>) - Method in class akka.stream.SinkShape
-
- copyFromPorts(Seq<Inlet<?>>, Seq<Outlet<?>>) - Method in class akka.stream.SourceShape
-
- copyFromPorts(Seq<Inlet<?>>, Seq<Outlet<?>>) - Static method in class akka.stream.UniformFanInShape
-
- copyFromPorts(Seq<Inlet<?>>, Seq<Outlet<?>>) - Static method in class akka.stream.UniformFanOutShape
-
- copyOf() - Method in class akka.stream.impl.StreamLayout.CopiedModule
-
- copySrc() - Method in class akka.stream.impl.fusing.GraphStages.MaterializedValueSource
-
- copyToArray(Object, int, int) - Method in class akka.util.ByteIterator.ByteArrayIterator
-
- copyToArray(Object, int) - Static method in class akka.util.ByteIterator
-
- copyToArray(Object) - Static method in class akka.util.ByteIterator
-
- copyToArray(Object, int, int) - Static method in class akka.util.ByteIterator
-
- copyToArray(Object, int, int) - Method in class akka.util.ByteIterator.MultiByteArrayIterator
-
- copyToArray(Object, int, int) - Method in class akka.util.ByteString
-
- copyToArray(Object, int) - Static method in class akka.util.CompactByteString
-
- copyToArray(Object) - Static method in class akka.util.CompactByteString
-
- copyToArray(Object, int, int) - Static method in class akka.util.CompactByteString
-
- copyToBuffer(ByteBuffer) - Method in class akka.util.ByteIterator.ByteArrayIterator
-
- copyToBuffer(ByteBuffer) - Method in class akka.util.ByteIterator
-
For performance sensitive code, call take() directly on ByteString (it's optimised there)
- copyToBuffer(ByteBuffer) - Method in class akka.util.ByteIterator.MultiByteArrayIterator
-
For performance sensitive code, call copyToBuffer() directly on ByteString (it's optimised there)
- copyToBuffer(ByteBuffer) - Method in class akka.util.ByteString.ByteString1
-
- copyToBuffer(ByteBuffer) - Method in class akka.util.ByteString.ByteString1C
-
- copyToBuffer(ByteBuffer) - Method in class akka.util.ByteString.ByteStrings
-
- copyToBuffer(ByteBuffer) - Method in class akka.util.ByteString
-
Copy as many bytes as possible to a ByteBuffer, starting from it's
current position.
- copyToBuffer(Buffer<B>) - Static method in class akka.util.CompactByteString
-
- copyToBuffer(ByteBuffer) - Static method in class akka.util.CompactByteString
-
- copyUp(int) - Method in class akka.cluster.Member
-
- coreDaemon() - Method in class akka.cluster.ClusterCoreSupervisor
-
- corePoolSize() - Method in class akka.dispatch.ThreadPoolConfig
-
- coreSupervisor() - Method in class akka.cluster.ClusterDaemon
-
- corkUser() - Method in class akka.stream.impl.io.TLSActor
-
- correlationId() - Method in class akka.actor.ActorIdentity
-
- CORRELATIONID_FIELD_NUMBER - Static variable in class akka.remote.ContainerFormats.ActorIdentity
-
- corresponds(GenTraversableOnce<B>, Function2<A, B, Object>) - Static method in class akka.util.ByteIterator
-
- corresponds(GenSeq<B>, Function2<A, B, Object>) - Static method in class akka.util.ByteString
-
- corresponds(GenSeq<B>, Function2<A, B, Object>) - Static method in class akka.util.CompactByteString
-
- cost() - Method in class akka.stream.impl.Throttle
-
- costCalculation() - Method in class akka.stream.impl.Throttle
-
- costFn() - Method in class akka.stream.impl.fusing.Batch
-
- costFn() - Method in class akka.stream.impl.fusing.LimitWeighted
-
- count() - Method in class akka.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry
-
- count() - Method in class akka.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry
-
- count - Variable in class akka.dispatch.AbstractBoundedNodeQueue.Node
-
- count() - Method in class akka.dispatch.AbstractNodeQueue
-
This method returns an upper bound on the queue size at the time it
starts executing.
- count() - Method in class akka.event.DeadLetterListener
-
- count() - Method in class akka.io.Tcp.WriteFile
-
- count() - Method in class akka.pattern.BackoffSupervisor.RestartCount
-
- count() - Method in class akka.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
-
- count() - Method in class akka.remote.artery.RestartCounter
-
Current number of restarts.
- count() - Method in class akka.remote.artery.RestartCounter.State
-
- count() - Method in class akka.stream.impl.fusing.Drop
-
- count() - Method in class akka.stream.impl.fusing.Take
-
- count(ResizableMultiReaderRingBuffer.Cursor) - Method in class akka.stream.impl.ResizableMultiReaderRingBuffer
-
Returns the number of elements that the buffer currently contains for the given cursor.
- count() - Method in class akka.stream.IOResult
-
- count(Function1<A, Object>) - Static method in class akka.util.ByteIterator
-
- count(Function1<A, Object>) - Static method in class akka.util.ByteString
-
- count(Function1<A, Object>) - Static method in class akka.util.CompactByteString
-
- count() - Static method in class akka.util.SerializedSuspendableExecutionContext
-
- Count$() - Constructor for class akka.cluster.pubsub.DistributedPubSubMediator.Count$
-
- countDown() - Method in class akka.testkit.TestLatch
-
- counter() - Method in class akka.cluster.ddata.VersionVector.Timestamp$
-
- counter() - Method in class akka.dispatch.MonitorableThreadFactory
-
- counter() - Method in class akka.persistence.journal.JournalPerfSpec.BenchActor
-
- counterFromBytes(byte[]) - Method in class akka.persistence.journal.leveldb.Key$
-
- counterFromBytes(byte[]) - Static method in class akka.persistence.journal.leveldb.Key
-
- counterKey(int) - Method in class akka.persistence.journal.leveldb.Key$
-
- counterKey(int) - Static method in class akka.persistence.journal.leveldb.Key
-
- counterToBytes(long) - Method in class akka.persistence.journal.leveldb.Key$
-
- counterToBytes(long) - Static method in class akka.persistence.journal.leveldb.Key
-
- CountMinSketch - Class in akka.remote.artery.compress
-
INTERNAL API: Count-Min Sketch datastructure.
- CountMinSketch(int, int, int) - Constructor for class akka.remote.artery.compress.CountMinSketch
-
- counts(int, int) - Method in class akka.remote.RemoteWatcher.Stats$
-
- CoupledTerminationBidi<I,O> - Class in akka.stream.scaladsl
-
INTERNAL API
- CoupledTerminationBidi() - Constructor for class akka.stream.scaladsl.CoupledTerminationBidi
-
- CoupledTerminationFlow - Class in akka.stream.javadsl
-
Allows coupling termination (cancellation, completion, erroring) of Sinks and Sources while creating a Flow them them.
- CoupledTerminationFlow() - Constructor for class akka.stream.javadsl.CoupledTerminationFlow
-
- CoupledTerminationFlow - Class in akka.stream.scaladsl
-
Allows coupling termination (cancellation, completion, erroring) of Sinks and Sources while creating a Flow them them.
- CoupledTerminationFlow() - Constructor for class akka.stream.scaladsl.CoupledTerminationFlow
-
- CoupledTerminationFlow$ - Class in akka.stream.javadsl
-
Allows coupling termination (cancellation, completion, erroring) of Sinks and Sources while creating a Flow them them.
- CoupledTerminationFlow$() - Constructor for class akka.stream.javadsl.CoupledTerminationFlow$
-
- CoupledTerminationFlow$ - Class in akka.stream.scaladsl
-
Allows coupling termination (cancellation, completion, erroring) of Sinks and Sources while creating a Flow them them.
- CoupledTerminationFlow$() - Constructor for class akka.stream.scaladsl.CoupledTerminationFlow$
-
- Cpu(Address, long, Option<Object>, Option<Object>, Option<Object>, int) - Constructor for class akka.cluster.metrics.StandardMetrics.Cpu
-
- Cpu(Address, long, Option<Object>, Option<Object>, int) - Constructor for class akka.cluster.StandardMetrics.Cpu
-
Deprecated.
- Cpu$() - Constructor for class akka.cluster.metrics.StandardMetrics.Cpu$
-
- Cpu$() - Constructor for class akka.cluster.StandardMetrics.Cpu$
-
Deprecated.
- cpuCombined(CpuPerc) - Method in class akka.cluster.metrics.SigarMetricsCollector
-
(SIGAR) Returns the combined CPU sum of User + Sys + Nice + Wait, in percentage.
- CpuCombined() - Method in class akka.cluster.metrics.StandardMetrics$
-
Sum of User + Sys + Nice + Wait.
- cpuCombined() - Method in class akka.cluster.metrics.StandardMetrics.Cpu
-
- CpuCombined() - Static method in class akka.cluster.metrics.StandardMetrics
-
Sum of User + Sys + Nice + Wait.
- cpuCombined() - Method in class akka.cluster.SigarMetricsCollector
-
Deprecated.
(SIGAR) Returns the combined CPU sum of User + Sys + Nice + Wait, in percentage.
- CpuCombined() - Method in class akka.cluster.StandardMetrics$
-
Deprecated.
- cpuCombined() - Method in class akka.cluster.StandardMetrics.Cpu
-
Deprecated.
- CpuCombined() - Static method in class akka.cluster.StandardMetrics
-
Deprecated.
- cpuIdle(CpuPerc) - Method in class akka.cluster.metrics.SigarMetricsCollector
-
(SIGAR) Returns the idle CPU time.
- CpuIdle() - Method in class akka.cluster.metrics.StandardMetrics$
-
Amount of CPU time left after combined and stolen are removed.
- CpuIdle() - Static method in class akka.cluster.metrics.StandardMetrics
-
Amount of CPU time left after combined and stolen are removed.
- CpuMetricsSelector - Class in akka.cluster.metrics
-
MetricsSelector that uses the combined CPU time metrics and stolen CPU time metrics.
- CpuMetricsSelector() - Constructor for class akka.cluster.metrics.CpuMetricsSelector
-
- CpuMetricsSelector - Class in akka.cluster.routing
-
- CpuMetricsSelector() - Constructor for class akka.cluster.routing.CpuMetricsSelector
-
Deprecated.
- CpuMetricsSelector$ - Class in akka.cluster.metrics
-
MetricsSelector that uses the combined CPU time metrics and stolen CPU time metrics.
- CpuMetricsSelector$() - Constructor for class akka.cluster.metrics.CpuMetricsSelector$
-
- CpuMetricsSelector$ - Class in akka.cluster.routing
-
- CpuMetricsSelector$() - Constructor for class akka.cluster.routing.CpuMetricsSelector$
-
Deprecated.
- cpuStolen(CpuPerc) - Method in class akka.cluster.metrics.SigarMetricsCollector
-
(SIGAR) Returns the stolen CPU time.
- CpuStolen() - Method in class akka.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 akka.cluster.metrics.StandardMetrics.Cpu
-
- CpuStolen() - Static method in class akka.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(Class<?>, Object...) - Method in interface akka.actor.AbstractProps
-
Java API: create a Props given a class and its constructor arguments.
- create(Class<?>, Seq<Object>) - Method in interface akka.actor.AbstractProps
-
Java API: create a Props given a class and its constructor arguments.
- create(Creator<T>) - Method in interface akka.actor.AbstractProps
-
Create new Props from the given
Creator.
- create(Class<T>, Creator<T>) - Method in interface akka.actor.AbstractProps
-
Create new Props from the given
Creator with the type set to the given actorClass.
- create(Option<ActorInitializationException>) - Method in class akka.actor.ActorCell
-
- create() - Method in class akka.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(String) - Method in class akka.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, ActorSystemSetup) - Method in class akka.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, BootstrapSetup) - Method in class akka.actor.ActorSystem$
-
Java API: Shortcut for creating an actor system with custom bootstrap settings.
- create(String, Config) - Method in class akka.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, ClassLoader) - Method in class akka.actor.ActorSystem$
-
Creates a new ActorSystem with the specified name, the specified Config, and specified ClassLoader
- create(String, Config, ClassLoader, ExecutionContext) - Method in class akka.actor.ActorSystem$
-
Creates a new ActorSystem with the specified name, the specified Config, the specified ClassLoader,
and the specified ExecutionContext.
- create() - Static method in class akka.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(String) - Static method in class akka.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, ActorSystemSetup) - Static method in class akka.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, BootstrapSetup) - Static method in class akka.actor.ActorSystem
-
Java API: Shortcut for creating an actor system with custom bootstrap settings.
- create(String, Config) - Static method in class akka.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, ClassLoader) - Static method in class akka.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 akka.actor.ActorSystem
-
Creates a new ActorSystem with the specified name, the specified Config, the specified ClassLoader,
and the specified ExecutionContext.
- create(Optional<ClassLoader>, Optional<Config>, Optional<ExecutionContext>) - Method in class akka.actor.BootstrapSetup$
-
Java API: Create bootstrap settings needed for starting the actor system
- create(Config) - Method in class akka.actor.BootstrapSetup$
-
Java API: Short for using custom config but keeping default classloader and default execution context
- create() - Method in class akka.actor.BootstrapSetup$
-
Java API: Construct a bootstrap settings with default values.
- create(Optional<ClassLoader>, Optional<Config>, Optional<ExecutionContext>) - Static method in class akka.actor.BootstrapSetup
-
Java API: Create bootstrap settings needed for starting the actor system
- create(Config) - Static method in class akka.actor.BootstrapSetup
-
Java API: Short for using custom config but keeping default classloader and default execution context
- create() - Static method in class akka.actor.BootstrapSetup
-
Java API: Construct a bootstrap settings with default values.
- create() - Method in class akka.actor.DefaultSupervisorStrategy
-
- create(ActorSystem) - Method in class akka.actor.Inbox$
-
Create a new Inbox within the given system.
- create(ActorSystem) - Static method in class akka.actor.Inbox
-
Create a new Inbox within the given system.
- create(Setup...) - Method in class akka.actor.setup.ActorSystemSetup$
-
- create(Seq<Setup>) - Method in class akka.actor.setup.ActorSystemSetup$
-
- create(Setup...) - Static method in class akka.actor.setup.ActorSystemSetup
-
- create(Seq<Setup>) - Static method in class akka.actor.setup.ActorSystemSetup
-
- create() - Method in class akka.actor.StoppingSupervisorStrategy
-
- create() - Method in interface akka.actor.SupervisorStrategyConfigurator
-
- create(T, ExecutionContext) - Method in class akka.agent.Agent$
-
Java API: Factory method for creating an Agent.
- create(T, ExecutionContext) - Static method in class akka.agent.Agent
-
Java API: Factory method for creating an Agent.
- create(ActorSystem) - Method in class akka.cluster.client.ClusterClientSettings$
-
Java API: Create settings from the default configuration
akka.cluster.client.
- create(Config) - Method in class akka.cluster.client.ClusterClientSettings$
-
Java API: Create settings from a configuration with the same layout as
the default configuration akka.cluster.client.
- create(ActorSystem) - Static method in class akka.cluster.client.ClusterClientSettings
-
Java API: Create settings from the default configuration
akka.cluster.client.
- create(Config) - Static method in class akka.cluster.client.ClusterClientSettings
-
Java API: Create settings from a configuration with the same layout as
the default configuration akka.cluster.client.
- create(ActorSystem) - Method in class akka.cluster.client.ClusterReceptionistSettings$
-
Java API: Create settings from the default configuration
akka.cluster.client.receptionist.
- create(Config) - Method in class akka.cluster.client.ClusterReceptionistSettings$
-
Java API: Create settings from a configuration with the same layout as
the default configuration akka.cluster.client.receptionist.
- create(ActorSystem) - Static method in class akka.cluster.client.ClusterReceptionistSettings
-
Java API: Create settings from the default configuration
akka.cluster.client.receptionist.
- create(Config) - Static method in class akka.cluster.client.ClusterReceptionistSettings
-
Java API: Create settings from a configuration with the same layout as
the default configuration akka.cluster.client.receptionist.
- create() - Method in class akka.cluster.ddata.Flag$
-
Java API: Flag that is initialized to false.
- create() - Static method in class akka.cluster.ddata.Flag
-
Java API: Flag that is initialized to false.
- create(String) - Method in class akka.cluster.ddata.FlagKey$
-
- create(String) - Static method in class akka.cluster.ddata.FlagKey
-
- create() - Method in class akka.cluster.ddata.GCounter$
-
Java API
- create() - Static method in class akka.cluster.ddata.GCounter
-
Java API
- create(String) - Method in class akka.cluster.ddata.GCounterKey$
-
- create(String) - Static method in class akka.cluster.ddata.GCounterKey
-
- create() - Method in class akka.cluster.ddata.GSet$
-
Java API
- create() - Static method in class akka.cluster.ddata.GSet
-
Java API
- create(String) - Method in class akka.cluster.ddata.GSetKey$
-
- create(String) - Static method in class akka.cluster.ddata.GSetKey
-
- create() - Method in class akka.cluster.ddata.LWWMap$
-
Java API
- create() - Static method in class akka.cluster.ddata.LWWMap
-
Java API
- create(String) - Method in class akka.cluster.ddata.LWWMapKey$
-
- create(String) - Static method in class akka.cluster.ddata.LWWMapKey
-
- create(Cluster, A) - Method in class akka.cluster.ddata.LWWRegister$
-
Java API
- create(Cluster, A, LWWRegister.Clock<A>) - Method in class akka.cluster.ddata.LWWRegister$
-
Java API
- create(Cluster, A) - Static method in class akka.cluster.ddata.LWWRegister
-
Java API
- create(Cluster, A, LWWRegister.Clock<A>) - Static method in class akka.cluster.ddata.LWWRegister
-
Java API
- create(String) - Method in class akka.cluster.ddata.LWWRegisterKey$
-
- create(String) - Static method in class akka.cluster.ddata.LWWRegisterKey
-
- create() - Method in class akka.cluster.ddata.ORMap$
-
Java API
- create() - Static method in class akka.cluster.ddata.ORMap
-
Java API
- create(String) - Method in class akka.cluster.ddata.ORMapKey$
-
- create(String) - Static method in class akka.cluster.ddata.ORMapKey
-
- create() - Method in class akka.cluster.ddata.ORMultiMap$
-
Java API
- create() - Static method in class akka.cluster.ddata.ORMultiMap
-
Java API
- create(String) - Method in class akka.cluster.ddata.ORMultiMapKey$
-
- create(String) - Static method in class akka.cluster.ddata.ORMultiMapKey
-
- create() - Method in class akka.cluster.ddata.ORSet$
-
Java API
- create() - Static method in class akka.cluster.ddata.ORSet
-
Java API
- create(String) - Method in class akka.cluster.ddata.ORSetKey$
-
- create(String) - Static method in class akka.cluster.ddata.ORSetKey
-
- create() - Method in class akka.cluster.ddata.PNCounter$
-
Java API
- create() - Static method in class akka.cluster.ddata.PNCounter
-
Java API
- create(String) - Method in class akka.cluster.ddata.PNCounterKey$
-
- create(String) - Static method in class akka.cluster.ddata.PNCounterKey
-
- create() - Method in class akka.cluster.ddata.PNCounterMap$
-
Java API
- create() - Static method in class akka.cluster.ddata.PNCounterMap
-
Java API
- create(String) - Method in class akka.cluster.ddata.PNCounterMapKey$
-
- create(String) - Static method in class akka.cluster.ddata.PNCounterMapKey
-
- create() - Method in class akka.cluster.ddata.VersionVector$
-
Java API
- create() - Static method in class akka.cluster.ddata.VersionVector
-
Java API
- create(String, Number, Option<Object>) - Method in class akka.cluster.Metric$
-
Deprecated.
Creates a new Metric instance if the value is valid, otherwise None
is returned.
- create(String, Try<Number>, Option<Object>) - Method in class akka.cluster.Metric$
-
Deprecated.
Creates a new Metric instance if the Try is successful and the value is valid,
otherwise None is returned.
- create(String, Number, Option<Object>) - Static method in class akka.cluster.Metric
-
Deprecated.
Creates a new Metric instance if the value is valid, otherwise None
is returned.
- create(String, Try<Number>, Option<Object>) - Static method in class akka.cluster.Metric
-
Deprecated.
Creates a new Metric instance if the Try is successful and the value is valid,
otherwise None is returned.
- create(String, Number, Option<Object>) - Method in class akka.cluster.metrics.Metric$
-
Creates a new Metric instance if the value is valid, otherwise None
is returned.
- create(String, Try<Number>, Option<Object>) - Method in class akka.cluster.metrics.Metric$
-
Creates a new Metric instance if the Try is successful and the value is valid,
otherwise None is returned.
- create(String, Number, Option<Object>) - Static method in class akka.cluster.metrics.Metric
-
Creates a new Metric instance if the value is valid, otherwise None
is returned.
- create(String, Try<Number>, Option<Object>) - Static method in class akka.cluster.metrics.Metric
-
Creates a new Metric instance if the Try is successful and the value is valid,
otherwise None is returned.
- create(ActorSystem) - Method in class akka.cluster.pubsub.DistributedPubSubSettings$
-
Java API: Create settings from the default configuration
akka.cluster.pub-sub.
- create(Config) - Method in class akka.cluster.pubsub.DistributedPubSubSettings$
-
Java API: Create settings from a configuration with the same layout as
the default configuration akka.cluster.pub-sub.
- create(ActorSystem) - Static method in class akka.cluster.pubsub.DistributedPubSubSettings
-
Java API: Create settings from the default configuration
akka.cluster.pub-sub.
- create(Config) - Static method in class akka.cluster.pubsub.DistributedPubSubSettings
-
Java API: Create settings from a configuration with the same layout as
the default configuration akka.cluster.pub-sub.
- create(Seq<Reachability.Record>, Map<UniqueAddress, Object>) - Method in class akka.cluster.Reachability$
-
- create(Seq<Reachability.Record>, Map<UniqueAddress, Object>) - Static method in class akka.cluster.Reachability
-
- create(ActorSystem) - Method in class akka.cluster.sharding.ClusterShardingSettings$
-
Java API: Create settings from the default configuration
akka.cluster.sharding.
- create(Config) - Method in class akka.cluster.sharding.ClusterShardingSettings$
-
Java API: Create settings from a configuration with the same layout as
the default configuration akka.cluster.sharding.
- create(ActorSystem) - Static method in class akka.cluster.sharding.ClusterShardingSettings
-
Java API: Create settings from the default configuration
akka.cluster.sharding.
- create(Config) - Static method in class akka.cluster.sharding.ClusterShardingSettings
-
Java API: Create settings from a configuration with the same layout as
the default configuration akka.cluster.sharding.
- create(ActorSystem) - Method in class akka.cluster.singleton.ClusterSingletonManagerSettings$
-
Java API: Create settings from the default configuration
akka.cluster.singleton.
- create(Config) - Method in class akka.cluster.singleton.ClusterSingletonManagerSettings$
-
Java API: Create settings from a configuration with the same layout as
the default configuration akka.cluster.singleton.
- create(ActorSystem) - Static method in class akka.cluster.singleton.ClusterSingletonManagerSettings
-
Java API: Create settings from the default configuration
akka.cluster.singleton.
- create(Config) - Static method in class akka.cluster.singleton.ClusterSingletonManagerSettings
-
Java API: Create settings from a configuration with the same layout as
the default configuration akka.cluster.singleton.
- create(ActorSystem) - Method in class akka.cluster.singleton.ClusterSingletonProxySettings$
-
Java API: Create settings from the default configuration
akka.cluster.singleton-proxy.
- create(Config) - Method in class akka.cluster.singleton.ClusterSingletonProxySettings$
-
Java API: Create settings from a configuration with the same layout as
the default configuration akka.cluster.singleton-proxy.
- create(ActorSystem) - Static method in class akka.cluster.singleton.ClusterSingletonProxySettings
-
Java API: Create settings from the default configuration
akka.cluster.singleton-proxy.
- create(Config) - Static method in class akka.cluster.singleton.ClusterSingletonProxySettings
-
Java API: Create settings from a configuration with the same layout as
the default configuration akka.cluster.singleton-proxy.
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class akka.contrib.mailbox.PeekMailboxType
-
- create(MailboxType) - Method in class akka.dispatch.BalancingDispatcherConfigurator
-
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class akka.dispatch.BoundedControlAwareMailbox
-
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class akka.dispatch.BoundedDequeBasedMailbox
-
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class akka.dispatch.BoundedMailbox
-
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class akka.dispatch.BoundedPriorityMailbox
-
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class akka.dispatch.BoundedStablePriorityMailbox
-
- create(Option<ActorRef>, Option<ActorSystem>) - Method in interface akka.dispatch.MailboxType
-
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class akka.dispatch.NonBlockingBoundedMailbox
-
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class akka.dispatch.SingleConsumerOnlyUnboundedMailbox
-
- Create - Class in akka.dispatch.sysmsg
-
INTERNAL API
- Create(Option<ActorInitializationException>) - Constructor for class akka.dispatch.sysmsg.Create
-
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class akka.dispatch.UnboundedControlAwareMailbox
-
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class akka.dispatch.UnboundedDequeBasedMailbox
-
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class akka.dispatch.UnboundedMailbox
-
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class akka.dispatch.UnboundedPriorityMailbox
-
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class akka.dispatch.UnboundedStablePriorityMailbox
-
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class akka.event.LoggerMailboxType
-
- create(PartialFunction<Object, BoxedUnit>, ActorContext) - Method in class akka.event.LoggingReceive$
-
Java API: compatible with lambda expressions
This is an EXPERIMENTAL feature and is subject to change until it has received more real world testing.
- create(PartialFunction<Object, BoxedUnit>, ActorContext) - Static method in class akka.event.LoggingReceive
-
Java API: compatible with lambda expressions
This is an EXPERIMENTAL feature and is subject to change until it has received more real world testing.
- create(String) - Method in class akka.event.LogMarker$
-
Java API
- create(String) - Static method in class akka.event.LogMarker
-
Java API
- create() - Method in class akka.io.Inet.DatagramChannelCreator
-
Open and return new DatagramChannel.
- create(Iterable<Tcp.WriteCommand>) - Method in class akka.io.Tcp.WriteCommand$
-
Java API: combines the given number of write commands into one atomic WriteCommand.
- create() - Method in interface akka.japi.Creator
-
This method must return a different instance upon every call.
- create() - Method in interface akka.japi.function.Creator
-
This method must return a different instance upon every call.
- create(A, B) - Method in class akka.japi.Pair$
-
- create(A, B) - Static method in class akka.japi.Pair
-
- create(PFBuilder<F, T>) - Static method in class akka.japi.pf.Match
-
Create a
Match from the builder.
- create() - Static method in class akka.japi.pf.ReceiveBuilder
-
- create(UnitPFBuilder<F>) - Static method in class akka.japi.pf.UnitMatch
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in class akka.japi.tuple.Tuple10$
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Static method in class akka.japi.tuple.Tuple10
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in class akka.japi.tuple.Tuple11$
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Static method in class akka.japi.tuple.Tuple11
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in class akka.japi.tuple.Tuple12$
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Static method in class akka.japi.tuple.Tuple12
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in class akka.japi.tuple.Tuple13$
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Static method in class akka.japi.tuple.Tuple13
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in class akka.japi.tuple.Tuple14$
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Static method in class akka.japi.tuple.Tuple14
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in class akka.japi.tuple.Tuple15$
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Static method in class akka.japi.tuple.Tuple15
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in class akka.japi.tuple.Tuple16$
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Static method in class akka.japi.tuple.Tuple16
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in class akka.japi.tuple.Tuple17$
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Static method in class akka.japi.tuple.Tuple17
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in class akka.japi.tuple.Tuple18$
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Static method in class akka.japi.tuple.Tuple18
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in class akka.japi.tuple.Tuple19$
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Static method in class akka.japi.tuple.Tuple19
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in class akka.japi.tuple.Tuple20$
-
- 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 akka.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) - Method in class akka.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) - Static method in class akka.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) - Method in class akka.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) - Static method in class akka.japi.tuple.Tuple22
-
- create(T1, T2, T3) - Method in class akka.japi.tuple.Tuple3$
-
- create(T1, T2, T3) - Static method in class akka.japi.tuple.Tuple3
-
- create(T1, T2, T3, T4) - Method in class akka.japi.tuple.Tuple4$
-
- create(T1, T2, T3, T4) - Static method in class akka.japi.tuple.Tuple4
-
- create(T1, T2, T3, T4, T5) - Method in class akka.japi.tuple.Tuple5$
-
- create(T1, T2, T3, T4, T5) - Static method in class akka.japi.tuple.Tuple5
-
- create(T1, T2, T3, T4, T5, T6) - Method in class akka.japi.tuple.Tuple6$
-
- create(T1, T2, T3, T4, T5, T6) - Static method in class akka.japi.tuple.Tuple6
-
- create(T1, T2, T3, T4, T5, T6, T7) - Method in class akka.japi.tuple.Tuple7$
-
- create(T1, T2, T3, T4, T5, T6, T7) - Static method in class akka.japi.tuple.Tuple7
-
- create(T1, T2, T3, T4, T5, T6, T7, T8) - Method in class akka.japi.tuple.Tuple8$
-
- create(T1, T2, T3, T4, T5, T6, T7, T8) - Static method in class akka.japi.tuple.Tuple8
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class akka.japi.tuple.Tuple9$
-
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Static method in class akka.japi.tuple.Tuple9
-
- create(Scheduler, int, FiniteDuration, FiniteDuration) - Method in class akka.pattern.CircuitBreaker$
-
Java API: Create a new CircuitBreaker.
- create(Scheduler, int, FiniteDuration, FiniteDuration) - Static method in class akka.pattern.CircuitBreaker
-
Java API: Create a new CircuitBreaker.
- create(boolean) - Method in class akka.persistence.CapabilityFlag$
-
Java DSL
- create(boolean) - Static method in class akka.persistence.CapabilityFlag
-
Java DSL
- create(Config) - Method in class akka.persistence.DiscardConfigurator
-
- create(Object...) - Method in class akka.persistence.journal.EventSeq$
-
Java API
- create(Seq<Object>) - Method in class akka.persistence.journal.EventSeq$
-
Java API
- create(Object...) - Static method in class akka.persistence.journal.EventSeq
-
Java API
- create(Seq<Object>) - Static method in class akka.persistence.journal.EventSeq
-
Java API
- create() - Method in class akka.persistence.PersistentRepr$
-
Java API, Plugin API.
- create() - Method in class akka.persistence.Recovery$
-
Java API
- create(long) - Method in class akka.persistence.Recovery$
-
Java API
- create(SnapshotSelectionCriteria) - Method in class akka.persistence.Recovery$
-
Java API
- create(SnapshotSelectionCriteria, long) - Method in class akka.persistence.Recovery$
-
Java API
- create(SnapshotSelectionCriteria, long, long) - Method in class akka.persistence.Recovery$
-
Java API
- create() - Static method in class akka.persistence.Recovery
-
Java API
- create(long) - Static method in class akka.persistence.Recovery
-
Java API
- create(SnapshotSelectionCriteria) - Static method in class akka.persistence.Recovery
-
Java API
- create(SnapshotSelectionCriteria, long) - Static method in class akka.persistence.Recovery
-
Java API
- create(SnapshotSelectionCriteria, long, long) - Static method in class akka.persistence.Recovery
-
Java API
- create(SnapshotMetadata, Object) - Method in class akka.persistence.SelectedSnapshot$
-
Java API, Plugin API.
- create(SnapshotMetadata, Object) - Static method in class akka.persistence.SelectedSnapshot
-
Java API, Plugin API.
- create(long, long) - Method in class akka.persistence.SnapshotSelectionCriteria$
-
Java API.
- create(long, long, long, long) - Method in class akka.persistence.SnapshotSelectionCriteria$
-
Java API.
- create(long, long) - Static method in class akka.persistence.SnapshotSelectionCriteria
-
Java API.
- create(long, long, long, long) - Static method in class akka.persistence.SnapshotSelectionCriteria
-
Java API.
- create(Config) - Method in interface akka.persistence.StashOverflowStrategyConfigurator
-
- create(Config) - Method in class akka.persistence.ThrowExceptionConfigurator
-
- create() - Method in class akka.persistence.Update$
-
Java API.
- create(boolean) - Method in class akka.persistence.Update$
-
Java API.
- create(boolean, long) - Method in class akka.persistence.Update$
-
Java API.
- create() - Static method in class akka.persistence.Update
-
Java API.
- create(boolean) - Static method in class akka.persistence.Update
-
Java API.
- create(boolean, long) - Static method in class akka.persistence.Update
-
Java API.
- create(ExtendedActorSystem, LoggingAdapter) - Method in class akka.remote.artery.RemoteInstruments$
-
- create(ExtendedActorSystem, LoggingAdapter) - Static method in class akka.remote.artery.RemoteInstruments
-
- create(Transport, ExtendedActorSystem) - Method in class akka.remote.transport.FailureInjectorProvider
-
- create(Transport, ExtendedActorSystem) - Method in class akka.remote.transport.ThrottlerProvider
-
- create(Transport, ExtendedActorSystem) - Method in interface akka.remote.transport.TransportAdapterProvider
-
Create the transport adapter that wraps an underlying transport.
- create(Iterable<T>, int) - Method in class akka.routing.ConsistentHash$
-
Java API: Factory method to create a ConsistentHash
- create(Iterable<T>, int) - Static method in class akka.routing.ConsistentHash
-
Java API: Factory method to create a ConsistentHash
- create(Option<ActorInitializationException>) - Static method in class akka.routing.RoutedActorCell
-
- create(Function<ExtendedActorSystem, List<SerializerDetails>>) - Method in class akka.serialization.SerializationSetup$
-
Java API: Programmatic definition of serializers
- create(Function<ExtendedActorSystem, List<SerializerDetails>>) - Static method in class akka.serialization.SerializationSetup
-
Java API: Programmatic definition of serializers
- create(String, Serializer, List<Class<?>>) - Method in class akka.serialization.SerializerDetails$
-
Java API: factory for details about one programmatically setup serializer
- create(String, Serializer, List<Class<?>>) - Static method in class akka.serialization.SerializerDetails
-
Java API: factory for details about one programmatically setup serializer
- create(ActorRef) - Method in class akka.stream.actor.AbstractActorPublisher$
-
- create(ActorRef) - Static method in class akka.stream.actor.AbstractActorPublisher
-
- create(ActorRef) - Method in class akka.stream.actor.AbstractActorSubscriber$
-
- create(ActorRef) - Static method in class akka.stream.actor.AbstractActorSubscriber
-
- create(ActorRef) - Method in class akka.stream.actor.UntypedActorPublisher$
-
- create(ActorRef) - Static method in class akka.stream.actor.UntypedActorPublisher
-
- create(ActorRef) - Method in class akka.stream.actor.UntypedActorSubscriber$
-
- create(ActorRef) - Static method in class akka.stream.actor.UntypedActorSubscriber
-
- create(ActorRefFactory) - Method in class akka.stream.ActorMaterializer$
-
Java API: Creates an ActorMaterializer which will execute every step of a transformation
pipeline within its own
Actor.
- create(ActorMaterializerSettings, ActorRefFactory) - Method in class akka.stream.ActorMaterializer$
-
Java API: Creates an ActorMaterializer which will execute every step of a transformation
pipeline within its own
Actor.
- create(ActorMaterializerSettings, ActorRefFactory, String) - Method in class akka.stream.ActorMaterializer$
-
Java API: Creates an ActorMaterializer which will execute every step of a transformation
pipeline within its own
Actor.
- create(ActorRefFactory) - Static method in class akka.stream.ActorMaterializer
-
Java API: Creates an ActorMaterializer which will execute every step of a transformation
pipeline within its own
Actor.
- create(ActorMaterializerSettings, ActorRefFactory) - Static method in class akka.stream.ActorMaterializer
-
Java API: Creates an ActorMaterializer which will execute every step of a transformation
pipeline within its own
Actor.
- create(ActorMaterializerSettings, ActorRefFactory, String) - Static method in class akka.stream.ActorMaterializer
-
Java API: Creates an ActorMaterializer which will execute every step of a transformation
pipeline within its own
Actor.
- create(int, int, String, Function1<Throwable, Supervision.Directive>, StreamSubscriptionTimeoutSettings, boolean, int, boolean, boolean, int) - Method in class akka.stream.ActorMaterializerSettings$
-
- create(ActorSystem) - Method in class akka.stream.ActorMaterializerSettings$
-
- create(Config) - Method in class akka.stream.ActorMaterializerSettings$
-
- create(int, int, String, Function1<Throwable, Supervision.Directive>, StreamSubscriptionTimeoutSettings, boolean, int, boolean, boolean, int) - Static method in class akka.stream.ActorMaterializerSettings
-
- create(ActorSystem) - Static method in class akka.stream.ActorMaterializerSettings
-
- create(Config) - Static method in class akka.stream.ActorMaterializerSettings
-
- create(MaterializationContext) - Method in class akka.stream.impl.ActorPublisherSource
-
- create(MaterializationContext) - Method in class akka.stream.impl.ActorRefSink
-
- create(MaterializationContext) - Method in class akka.stream.impl.ActorRefSource
-
- create(MaterializationContext) - Method in class akka.stream.impl.ActorSubscriberSink
-
- create(MaterializationContext) - Method in class akka.stream.impl.CancelSink
-
- create(MaterializationContext) - Method in class akka.stream.impl.FanoutPublisherSink
-
- create(MaterializationContext) - Method in class akka.stream.impl.io.FileSink
-
- create(MaterializationContext) - Method in class akka.stream.impl.io.FileSource
-
- create(MaterializationContext) - Method in class akka.stream.impl.io.InputStreamSource
-
- create(MaterializationContext) - Method in class akka.stream.impl.io.OutputStreamSink
-
- create(MaterializationContext) - Method in class akka.stream.impl.MaybeSource
-
- create(MaterializationContext) - Method in class akka.stream.impl.PublisherSink
-
- create(MaterializationContext) - Method in class akka.stream.impl.PublisherSource
-
- create(MaterializationContext) - Method in class akka.stream.impl.SinkModule
-
Create the Subscriber or VirtualPublisher that consumes the incoming
stream, plus the materialized value.
- create(MaterializationContext) - Method in class akka.stream.impl.SourceModule
-
- create(Attributes) - Method in interface akka.stream.impl.Stages.SymbolicStage
-
- create(MaterializationContext) - Method in class akka.stream.impl.SubscriberSink
-
- create(MaterializationContext) - Method in class akka.stream.impl.SubscriberSource
-
- create(Subscriber<?>) - Method in class akka.stream.impl.VirtualProcessor.Both$
-
- create(String) - Method in class akka.stream.Inlet$
-
JAVA API
- create(String) - Static method in class akka.stream.Inlet
-
JAVA API
- create(int, boolean) - Method in class akka.stream.javadsl.Balance$
-
Create a new Balance stage with the specified input type.
- create(int) - Method in class akka.stream.javadsl.Balance$
-
Create a new Balance stage with the specified input type.
- create(Class<T>, int) - Method in class akka.stream.javadsl.Balance$
-
Create a new Balance stage with the specified input type.
- create(Class<T>, int, boolean) - Method in class akka.stream.javadsl.Balance$
-
Create a new Balance stage with the specified input type.
- create(int, boolean) - Static method in class akka.stream.javadsl.Balance
-
Create a new Balance stage with the specified input type.
- create(int) - Static method in class akka.stream.javadsl.Balance
-
Create a new Balance stage with the specified input type.
- create(Class<T>, int) - Static method in class akka.stream.javadsl.Balance
-
Create a new Balance stage with the specified input type.
- create(Class<T>, int, boolean) - Static method in class akka.stream.javadsl.Balance
-
Create a new Balance stage with the specified input type.
- create(int, boolean) - Method in class akka.stream.javadsl.Broadcast$
-
Create a new Broadcast stage with the specified input type.
- create(int) - Method in class akka.stream.javadsl.Broadcast$
-
Create a new Broadcast stage with the specified input type.
- create(Class<T>, int) - Method in class akka.stream.javadsl.Broadcast$
-
Create a new Broadcast stage with the specified input type.
- create(int, boolean) - Static method in class akka.stream.javadsl.Broadcast
-
Create a new Broadcast stage with the specified input type.
- create(int) - Static method in class akka.stream.javadsl.Broadcast
-
Create a new Broadcast stage with the specified input type.
- create(Class<T>, int) - Static method in class akka.stream.javadsl.Broadcast
-
Create a new Broadcast stage with the specified input type.
- create() - Method in class akka.stream.javadsl.Concat$
-
Create a new anonymous Concat stage with the specified input types.
- create(int) - Method in class akka.stream.javadsl.Concat$
-
Create a new anonymous Concat stage with the specified input types.
- create(Class<T>) - Method in class akka.stream.javadsl.Concat$
-
Create a new anonymous Concat stage with the specified input types.
- create() - Static method in class akka.stream.javadsl.Concat
-
Create a new anonymous Concat stage with the specified input types.
- create(int) - Static method in class akka.stream.javadsl.Concat
-
Create a new anonymous Concat stage with the specified input types.
- create(Class<T>) - Static method in class akka.stream.javadsl.Concat
-
Create a new anonymous Concat stage with the specified input types.
- create() - Method in class akka.stream.javadsl.Flow$
-
Create a `Flow` which can process elements of type `T`.
- create() - Static method in class akka.stream.javadsl.Flow
-
Create a `Flow` which can process elements of type `T`.
- create(Function<GraphDSL.Builder<NotUsed>, S>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph of the given
Shape by passing a
GraphDSL.Builder to the given create function.
- create(Graph<S1, M>, Function2<GraphDSL.Builder<M>, S1, S>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph by importing the given graph
g1 and its
Shape
along with the
GraphDSL.Builder to the given create function.
- create(Graph<S1, M1>, Graph<S2, M2>, Function2<M1, M2, M>, Function3<GraphDSL.Builder<M>, S1, S2, S>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- create(Function<GraphDSL.Builder<NotUsed>, S>) - Static method in class akka.stream.javadsl.GraphDSL
-
- create(Graph<S1, M>, Function2<GraphDSL.Builder<M>, S1, S>) - Static method in class akka.stream.javadsl.GraphDSL
-
- create(Graph<S1, M1>, Graph<S2, M2>, Function2<M1, M2, M>, Function3<GraphDSL.Builder<M>, S1, S2, S>) - Static method in class akka.stream.javadsl.GraphDSL
-
- create(int) - Method in class akka.stream.javadsl.Merge$
-
Create a new Merge stage with the specified output type.
- create(Class<T>, int) - Method in class akka.stream.javadsl.Merge$
-
Create a new Merge stage with the specified output type.
- create(int, boolean) - Method in class akka.stream.javadsl.Merge$
-
Create a new Merge stage with the specified output type.
- create(Class<T>, int, boolean) - Method in class akka.stream.javadsl.Merge$
-
Create a new Merge stage with the specified output type.
- create(int) - Static method in class akka.stream.javadsl.Merge
-
Create a new Merge stage with the specified output type.
- create(Class<T>, int) - Static method in class akka.stream.javadsl.Merge
-
Create a new Merge stage with the specified output type.
- create(int, boolean) - Static method in class akka.stream.javadsl.Merge
-
Create a new Merge stage with the specified output type.
- create(Class<T>, int, boolean) - Static method in class akka.stream.javadsl.Merge
-
Create a new Merge stage with the specified output type.
- create(int) - Method in class akka.stream.javadsl.MergePreferred$
-
Create a new MergePreferred stage with the specified output type.
- create(Class<T>, int) - Method in class akka.stream.javadsl.MergePreferred$
-
Create a new MergePreferred stage with the specified output type.
- create(int, boolean) - Method in class akka.stream.javadsl.MergePreferred$
-
Create a new MergePreferred stage with the specified output type.
- create(Class<T>, int, boolean) - Method in class akka.stream.javadsl.MergePreferred$
-
Create a new MergePreferred stage with the specified output type.
- create(int) - Static method in class akka.stream.javadsl.MergePreferred
-
Create a new MergePreferred stage with the specified output type.
- create(Class<T>, int) - Static method in class akka.stream.javadsl.MergePreferred
-
Create a new MergePreferred stage with the specified output type.
- create(int, boolean) - Static method in class akka.stream.javadsl.MergePreferred
-
Create a new MergePreferred stage with the specified output type.
- create(Class<T>, int, boolean) - Static method in class akka.stream.javadsl.MergePreferred
-
Create a new MergePreferred stage with the specified output type.
- create(int, Function<T, Object>) - Method in class akka.stream.javadsl.Partition$
-
Create a new Partition stage with the specified input type.
- create(Class<T>, int, Function<T, Object>) - Method in class akka.stream.javadsl.Partition$
-
Create a new Partition stage with the specified input type.
- create(int, Function<T, Object>) - Static method in class akka.stream.javadsl.Partition
-
Create a new Partition stage with the specified input type.
- create(Class<T>, int, Function<T, Object>) - Static method in class akka.stream.javadsl.Partition
-
Create a new Partition stage with the specified input type.
- create(SSLContext, Optional<AkkaSSLConfig>, TLSProtocol.NegotiateNewSession, TLSRole) - Method in class akka.stream.javadsl.TLS$
-
Create a StreamTls
BidiFlow in client mode.
- create(SSLContext, TLSProtocol.NegotiateNewSession, TLSRole) - Method in class akka.stream.javadsl.TLS$
-
Create a StreamTls
BidiFlow in client mode.
- create(SSLContext, Optional<AkkaSSLConfig>, TLSProtocol.NegotiateNewSession, TLSRole, Optional<Pair<String, Integer>>, TLSClosing) - Method in class akka.stream.javadsl.TLS$
-
Create a StreamTls
BidiFlow in client mode.
- create(SSLContext, TLSProtocol.NegotiateNewSession, TLSRole, Optional<Pair<String, Integer>>, TLSClosing) - Method in class akka.stream.javadsl.TLS$
-
Create a StreamTls
BidiFlow in client mode.
- create(Supplier<SSLEngine>, Consumer<SSLSession>, TLSClosing) - Method in class akka.stream.javadsl.TLS$
-
- create(Supplier<SSLEngine>, TLSClosing) - Method in class akka.stream.javadsl.TLS$
-
- create(SSLContext, Optional<AkkaSSLConfig>, TLSProtocol.NegotiateNewSession, TLSRole) - Static method in class akka.stream.javadsl.TLS
-
Create a StreamTls
BidiFlow in client mode.
- create(SSLContext, TLSProtocol.NegotiateNewSession, TLSRole) - Static method in class akka.stream.javadsl.TLS
-
Create a StreamTls
BidiFlow in client mode.
- create(SSLContext, Optional<AkkaSSLConfig>, TLSProtocol.NegotiateNewSession, TLSRole, Optional<Pair<String, Integer>>, TLSClosing) - Static method in class akka.stream.javadsl.TLS
-
Create a StreamTls
BidiFlow in client mode.
- create(SSLContext, TLSProtocol.NegotiateNewSession, TLSRole, Optional<Pair<String, Integer>>, TLSClosing) - Static method in class akka.stream.javadsl.TLS
-
Create a StreamTls
BidiFlow in client mode.
- create(Supplier<SSLEngine>, Consumer<SSLSession>, TLSClosing) - Static method in class akka.stream.javadsl.TLS
-
- create(Supplier<SSLEngine>, TLSClosing) - Static method in class akka.stream.javadsl.TLS
-
- create() - Method in class akka.stream.javadsl.Unzip$
-
Creates a new Unzip stage with the specified output types.
- create(Class<A>, Class<B>) - Method in class akka.stream.javadsl.Unzip$
-
Creates a new Unzip stage with the specified output types.
- create() - Static method in class akka.stream.javadsl.Unzip
-
Creates a new Unzip stage with the specified output types.
- create(Class<A>, Class<B>) - Static method in class akka.stream.javadsl.Unzip
-
Creates a new Unzip stage with the specified output types.
- create(Function<In, Pair<A, B>>) - Method in class akka.stream.javadsl.UnzipWith$
-
Create a new UnzipWith vertex with the specified input type and unzipping-function f.
- create(Function<In, Pair<A, B>>) - Static method in class akka.stream.javadsl.UnzipWith
-
Create a new UnzipWith vertex with the specified input type and unzipping-function f.
- create() - Method in class akka.stream.javadsl.Zip$
-
Create a new Zip stage with the specified input types and zipping-function
which creates akka.japi.Pairs.
- create() - Static method in class akka.stream.javadsl.Zip
-
Create a new Zip stage with the specified input types and zipping-function
which creates akka.japi.Pairs.
- create(int) - Method in class akka.stream.javadsl.ZipN$
-
- create(int) - Static method in class akka.stream.javadsl.ZipN
-
- create(Function2<A, B, Out>) - Method in class akka.stream.javadsl.ZipWith$
-
Create a new ZipWith vertex with the specified input types and zipping-function f.
- create(Function2<A, B, Out>) - Static method in class akka.stream.javadsl.ZipWith
-
Create a new ZipWith vertex with the specified input types and zipping-function f.
- create(Function<List<A>, O>, int) - Method in class akka.stream.javadsl.ZipWithN$
-
- create(Function<List<A>, O>, int) - Static method in class akka.stream.javadsl.ZipWithN
-
- create(String) - Method in class akka.stream.Outlet$
-
JAVA API
- create(String) - Static method in class akka.stream.Outlet
-
JAVA API
- create(Function1<GraphDSL.Builder<NotUsed>, S>) - Method in interface akka.stream.scaladsl.GraphApply
-
- create(Graph<Shape, Mat>, Function1<GraphDSL.Builder<Mat>, Function1<Shape, S>>) - Method in interface akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graph
g1 and passing its
Shape
along with the
GraphDSL.Builder to the given create function.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Function2<M1, M2, Mat>, Function1<GraphDSL.Builder<Mat>, Function2<Shape, Shape, S>>) - Method in interface akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.scaladsl.GraphApply
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- create(Function1<<any>, S>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- create(Graph<Shape, Mat>, Function1<<any>, Function1<Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- create(Graph<Shape, M1>, Graph<Shape, M2>, Function2<M1, M2, Mat>, Function1<<any>, Function2<Shape, Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Function3<M1, M2, M3, Mat>, Function1<<any>, Function3<Shape, Shape, Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Graph<Shape, M4>, Function4<M1, M2, M3, M4, Mat>, Function1<<any>, Function4<Shape, Shape, Shape, Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Graph<Shape, M4>, Graph<Shape, M5>, Function5<M1, M2, M3, M4, M5, Mat>, Function1<<any>, Function5<Shape, Shape, Shape, Shape, Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- 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<<any>, Function6<Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- 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<<any>, Function7<Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- 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<<any>, Function8<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- 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<<any>, Function9<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- 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<<any>, Function10<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- 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<<any>, Function11<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- 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<<any>, Function12<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- 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<<any>, Function13<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- 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<<any>, Function14<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- 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<<any>, Function15<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- 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<<any>, Function16<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- 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<<any>, Function17<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- 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<<any>, Function18<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- 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<<any>, Function19<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- 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<<any>, Function20<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- 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<<any>, Function21<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- 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<<any>, Function22<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Static method in class akka.stream.scaladsl.GraphDSL
-
- create(Function1<In, Out>) - Method in interface akka.stream.scaladsl.UnzipWithApply.UnzipWithCreator
-
- create(Function1<In, Tuple10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>>) - Method in interface akka.stream.scaladsl.UnzipWithApply.UnzipWithCreator10
-
- create(Function1<In, Tuple11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11>>) - Method in interface akka.stream.scaladsl.UnzipWithApply.UnzipWithCreator11
-
- create(Function1<In, Tuple12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12>>) - Method in interface akka.stream.scaladsl.UnzipWithApply.UnzipWithCreator12
-
- create(Function1<In, Tuple13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13>>) - Method in interface akka.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 akka.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 akka.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 akka.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 akka.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 akka.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 akka.stream.scaladsl.UnzipWithApply.UnzipWithCreator19
-
- create(Function1<In, Tuple2<A1, A2>>) - Method in interface akka.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 akka.stream.scaladsl.UnzipWithApply.UnzipWithCreator20
-
- create(Function1<In, Tuple3<A1, A2, A3>>) - Method in interface akka.stream.scaladsl.UnzipWithApply.UnzipWithCreator3
-
- create(Function1<In, Tuple4<A1, A2, A3, A4>>) - Method in interface akka.stream.scaladsl.UnzipWithApply.UnzipWithCreator4
-
- create(Function1<In, Tuple5<A1, A2, A3, A4, A5>>) - Method in interface akka.stream.scaladsl.UnzipWithApply.UnzipWithCreator5
-
- create(Function1<In, Tuple6<A1, A2, A3, A4, A5, A6>>) - Method in interface akka.stream.scaladsl.UnzipWithApply.UnzipWithCreator6
-
- create(Function1<In, Tuple7<A1, A2, A3, A4, A5, A6, A7>>) - Method in interface akka.stream.scaladsl.UnzipWithApply.UnzipWithCreator7
-
- create(Function1<In, Tuple8<A1, A2, A3, A4, A5, A6, A7, A8>>) - Method in interface akka.stream.scaladsl.UnzipWithApply.UnzipWithCreator8
-
- create(Function1<In, Tuple9<A1, A2, A3, A4, A5, A6, A7, A8, A9>>) - Method in interface akka.stream.scaladsl.UnzipWithApply.UnzipWithCreator9
-
- create(StreamSubscriptionTimeoutTerminationMode, FiniteDuration) - Method in class akka.stream.StreamSubscriptionTimeoutSettings$
-
Create settings from individual values (Java).
- create(Config) - Method in class akka.stream.StreamSubscriptionTimeoutSettings$
-
Create settings from a Config subsection (Java).
- create(StreamSubscriptionTimeoutTerminationMode, FiniteDuration) - Static method in class akka.stream.StreamSubscriptionTimeoutSettings
-
Create settings from individual values (Java).
- create(Config) - Static method in class akka.stream.StreamSubscriptionTimeoutSettings
-
Create settings from a Config subsection (Java).
- create(MaterializationContext) - Method in class akka.stream.testkit.StreamTestKit.ProbeSink
-
- create(MaterializationContext) - Method in class akka.stream.testkit.StreamTestKit.ProbeSource
-
- create(ActorSystem, Props, ActorRef, String) - Method in class akka.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) - Method in class akka.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, String) - Method in class akka.testkit.TestActorRef$
-
Java API: create a TestActorRef in the given system for the given props,
with the given name.
- create(ActorSystem, Props) - Method in class akka.testkit.TestActorRef$
-
Java API: create a TestActorRef in the given system for the given props,
with a random name.
- create(ActorSystem, Props, ActorRef, String) - Static method in class akka.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) - Static method in class akka.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, String) - Static method in class akka.testkit.TestActorRef
-
Java API: create a TestActorRef in the given system for the given props,
with the given name.
- create(ActorSystem, Props) - Static method in class akka.testkit.TestActorRef
-
Java API: create a TestActorRef in the given system for the given props,
with a random name.
- Create - Class in akka.typed.internal
-
INTERNAL API
- Create() - Constructor for class akka.typed.internal.Create
-
- create() - Method in interface akka.typed.internal.SupervisionMechanics
-
- Create$ - Class in akka.dispatch.sysmsg
-
- Create$() - Constructor for class akka.dispatch.sysmsg.Create$
-
- Create$ - Class in akka.typed.internal
-
- Create$() - Constructor for class akka.typed.internal.Create$
-
- 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>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.javadsl.GraphDSL
-
- create10(Function<In, Tuple10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Method in class akka.stream.javadsl.UnzipWith$
-
Create a new UnzipWith specialized for 10 outputs.
- create10(Function<In, Tuple10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Static method in class akka.stream.javadsl.UnzipWith
-
Create a new UnzipWith specialized for 10 outputs.
- create10(Function10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, Out>) - Method in class akka.stream.javadsl.ZipWith$
-
Create a new ZipWith specialized for 10 inputs.
- create10(Function10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, Out>) - Static method in class akka.stream.javadsl.ZipWith
-
Create a new ZipWith specialized for 10 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>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.javadsl.GraphDSL
-
- create11(Function<In, Tuple11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Method in class akka.stream.javadsl.UnzipWith$
-
Create a new UnzipWith specialized for 11 outputs.
- create11(Function<In, Tuple11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Static method in class akka.stream.javadsl.UnzipWith
-
Create a new UnzipWith specialized for 11 outputs.
- create11(Function11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, Out>) - Method in class akka.stream.javadsl.ZipWith$
-
Create a new ZipWith specialized for 11 inputs.
- create11(Function11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, Out>) - Static method in class akka.stream.javadsl.ZipWith
-
Create a new ZipWith specialized for 11 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>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.javadsl.GraphDSL
-
- create12(Function<In, Tuple12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Method in class akka.stream.javadsl.UnzipWith$
-
Create a new UnzipWith specialized for 12 outputs.
- create12(Function<In, Tuple12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Static method in class akka.stream.javadsl.UnzipWith
-
Create a new UnzipWith specialized for 12 outputs.
- create12(Function12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, Out>) - Method in class akka.stream.javadsl.ZipWith$
-
Create a new ZipWith specialized for 12 inputs.
- create12(Function12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, Out>) - Static method in class akka.stream.javadsl.ZipWith
-
Create a new ZipWith specialized for 12 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>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.javadsl.GraphDSL
-
- create13(Function<In, Tuple13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Method in class akka.stream.javadsl.UnzipWith$
-
Create a new UnzipWith specialized for 13 outputs.
- create13(Function<In, Tuple13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Static method in class akka.stream.javadsl.UnzipWith
-
Create a new UnzipWith specialized for 13 outputs.
- create13(Function13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, Out>) - Method in class akka.stream.javadsl.ZipWith$
-
Create a new ZipWith specialized for 13 inputs.
- create13(Function13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, Out>) - Static method in class akka.stream.javadsl.ZipWith
-
Create a new ZipWith specialized for 13 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>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.javadsl.GraphDSL
-
- create14(Function<In, Tuple14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Method in class akka.stream.javadsl.UnzipWith$
-
Create a new UnzipWith specialized for 14 outputs.
- create14(Function<In, Tuple14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Static method in class akka.stream.javadsl.UnzipWith
-
Create a new UnzipWith specialized for 14 outputs.
- create14(Function14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, Out>) - Method in class akka.stream.javadsl.ZipWith$
-
Create a new ZipWith specialized for 14 inputs.
- create14(Function14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, Out>) - Static method in class akka.stream.javadsl.ZipWith
-
Create a new ZipWith specialized for 14 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>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.javadsl.GraphDSL
-
- create15(Function<In, Tuple15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Method in class akka.stream.javadsl.UnzipWith$
-
Create a new UnzipWith specialized for 15 outputs.
- create15(Function<In, Tuple15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Static method in class akka.stream.javadsl.UnzipWith
-
Create a new UnzipWith specialized for 15 outputs.
- create15(Function15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, Out>) - Method in class akka.stream.javadsl.ZipWith$
-
Create a new ZipWith specialized 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 akka.stream.javadsl.ZipWith
-
Create a new ZipWith specialized for 15 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>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.javadsl.GraphDSL
-
- create16(Function<In, Tuple16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Method in class akka.stream.javadsl.UnzipWith$
-
Create a new UnzipWith specialized for 16 outputs.
- create16(Function<In, Tuple16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Static method in class akka.stream.javadsl.UnzipWith
-
Create a new UnzipWith specialized for 16 outputs.
- create16(Function16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, Out>) - Method in class akka.stream.javadsl.ZipWith$
-
Create a new ZipWith specialized 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 akka.stream.javadsl.ZipWith
-
Create a new ZipWith specialized for 16 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>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.javadsl.GraphDSL
-
- create17(Function<In, Tuple17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Method in class akka.stream.javadsl.UnzipWith$
-
Create a new UnzipWith specialized for 17 outputs.
- 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 akka.stream.javadsl.UnzipWith
-
Create a new UnzipWith specialized for 17 outputs.
- create17(Function17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, Out>) - Method in class akka.stream.javadsl.ZipWith$
-
Create a new ZipWith specialized 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 akka.stream.javadsl.ZipWith
-
Create a new ZipWith specialized for 17 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>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.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>>) - Method in class akka.stream.javadsl.UnzipWith$
-
Create a new UnzipWith specialized 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>>) - Static method in class akka.stream.javadsl.UnzipWith
-
Create a new UnzipWith specialized for 18 outputs.
- create18(Function18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, Out>) - Method in class akka.stream.javadsl.ZipWith$
-
Create a new ZipWith specialized 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 akka.stream.javadsl.ZipWith
-
Create a new ZipWith specialized for 18 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>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.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>>) - Method in class akka.stream.javadsl.UnzipWith$
-
Create a new UnzipWith specialized 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>>) - Static method in class akka.stream.javadsl.UnzipWith
-
Create a new UnzipWith specialized 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>) - Method in class akka.stream.javadsl.ZipWith$
-
Create a new ZipWith specialized 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 akka.stream.javadsl.ZipWith
-
Create a new ZipWith specialized for 19 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>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.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>>) - Method in class akka.stream.javadsl.UnzipWith$
-
Create a new UnzipWith specialized 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>>) - Static method in class akka.stream.javadsl.UnzipWith
-
Create a new UnzipWith specialized 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>) - Method in class akka.stream.javadsl.ZipWith$
-
Create a new ZipWith specialized 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 akka.stream.javadsl.ZipWith
-
Create a new ZipWith specialized for 20 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>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.javadsl.GraphDSL
-
- create3(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Function3<M1, M2, M3, M>, Function4<GraphDSL.Builder<M>, S1, S2, S3, S>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.javadsl.GraphDSL
-
- create3(Function<In, Tuple3<T1, T2, T3>>) - Method in class akka.stream.javadsl.UnzipWith$
-
Create a new UnzipWith specialized for 3 outputs.
- create3(Function<In, Tuple3<T1, T2, T3>>) - Static method in class akka.stream.javadsl.UnzipWith
-
Create a new UnzipWith specialized for 3 outputs.
- create3(Function3<T1, T2, T3, Out>) - Method in class akka.stream.javadsl.ZipWith$
-
Create a new ZipWith specialized for 3 inputs.
- create3(Function3<T1, T2, T3, Out>) - Static method in class akka.stream.javadsl.ZipWith
-
Create a new ZipWith specialized for 3 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>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.javadsl.GraphDSL
-
- create4(Function<In, Tuple4<T1, T2, T3, T4>>) - Method in class akka.stream.javadsl.UnzipWith$
-
Create a new UnzipWith specialized for 4 outputs.
- create4(Function<In, Tuple4<T1, T2, T3, T4>>) - Static method in class akka.stream.javadsl.UnzipWith
-
Create a new UnzipWith specialized for 4 outputs.
- create4(Function4<T1, T2, T3, T4, Out>) - Method in class akka.stream.javadsl.ZipWith$
-
Create a new ZipWith specialized for 4 inputs.
- create4(Function4<T1, T2, T3, T4, Out>) - Static method in class akka.stream.javadsl.ZipWith
-
Create a new ZipWith specialized for 4 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>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.javadsl.GraphDSL
-
- create5(Function<In, Tuple5<T1, T2, T3, T4, T5>>) - Method in class akka.stream.javadsl.UnzipWith$
-
Create a new UnzipWith specialized for 5 outputs.
- create5(Function<In, Tuple5<T1, T2, T3, T4, T5>>) - Static method in class akka.stream.javadsl.UnzipWith
-
Create a new UnzipWith specialized for 5 outputs.
- create5(Function5<T1, T2, T3, T4, T5, Out>) - Method in class akka.stream.javadsl.ZipWith$
-
Create a new ZipWith specialized for 5 inputs.
- create5(Function5<T1, T2, T3, T4, T5, Out>) - Static method in class akka.stream.javadsl.ZipWith
-
Create a new ZipWith specialized for 5 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>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.javadsl.GraphDSL
-
- create6(Function<In, Tuple6<T1, T2, T3, T4, T5, T6>>) - Method in class akka.stream.javadsl.UnzipWith$
-
Create a new UnzipWith specialized for 6 outputs.
- create6(Function<In, Tuple6<T1, T2, T3, T4, T5, T6>>) - Static method in class akka.stream.javadsl.UnzipWith
-
Create a new UnzipWith specialized for 6 outputs.
- create6(Function6<T1, T2, T3, T4, T5, T6, Out>) - Method in class akka.stream.javadsl.ZipWith$
-
Create a new ZipWith specialized for 6 inputs.
- create6(Function6<T1, T2, T3, T4, T5, T6, Out>) - Static method in class akka.stream.javadsl.ZipWith
-
Create a new ZipWith specialized for 6 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>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.javadsl.GraphDSL
-
- create7(Function<In, Tuple7<T1, T2, T3, T4, T5, T6, T7>>) - Method in class akka.stream.javadsl.UnzipWith$
-
Create a new UnzipWith specialized for 7 outputs.
- create7(Function<In, Tuple7<T1, T2, T3, T4, T5, T6, T7>>) - Static method in class akka.stream.javadsl.UnzipWith
-
Create a new UnzipWith specialized for 7 outputs.
- create7(Function7<T1, T2, T3, T4, T5, T6, T7, Out>) - Method in class akka.stream.javadsl.ZipWith$
-
Create a new ZipWith specialized for 7 inputs.
- create7(Function7<T1, T2, T3, T4, T5, T6, T7, Out>) - Static method in class akka.stream.javadsl.ZipWith
-
Create a new ZipWith specialized for 7 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>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.javadsl.GraphDSL
-
- create8(Function<In, Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Method in class akka.stream.javadsl.UnzipWith$
-
Create a new UnzipWith specialized for 8 outputs.
- create8(Function<In, Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Static method in class akka.stream.javadsl.UnzipWith
-
Create a new UnzipWith specialized for 8 outputs.
- create8(Function8<T1, T2, T3, T4, T5, T6, T7, T8, Out>) - Method in class akka.stream.javadsl.ZipWith$
-
Create a new ZipWith specialized for 8 inputs.
- create8(Function8<T1, T2, T3, T4, T5, T6, T7, T8, Out>) - Static method in class akka.stream.javadsl.ZipWith
-
Create a new ZipWith specialized for 8 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>) - Method in class akka.stream.javadsl.GraphCreate
-
Creates a new
Graph by importing the given graphs and passing their
Shapes
along with the
GraphDSL.Builder to the given create function.
- 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 akka.stream.javadsl.GraphDSL
-
- create9(Function<In, Tuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Method in class akka.stream.javadsl.UnzipWith$
-
Create a new UnzipWith specialized for 9 outputs.
- create9(Function<In, Tuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Static method in class akka.stream.javadsl.UnzipWith
-
Create a new UnzipWith specialized for 9 outputs.
- create9(Function9<T1, T2, T3, T4, T5, T6, T7, T8, T9, Out>) - Method in class akka.stream.javadsl.ZipWith$
-
Create a new ZipWith specialized for 9 inputs.
- create9(Function9<T1, T2, T3, T4, T5, T6, T7, T8, T9, Out>) - Static method in class akka.stream.javadsl.ZipWith
-
Create a new ZipWith specialized for 9 inputs.
- CREATE_VALUE - Static variable in enum akka.remote.SystemMessageFormats.SystemMessage.Type
-
CREATE = 0;
- createActorRefProxy(TypedProps<T>, AtomicReference<R>, Function0<ActorRef>) - Method in class akka.actor.TypedActorExtension
-
INTERNAL API
- createActorSystem(String) - Method in class akka.osgi.OsgiActorSystemFactory
-
- createActorSystem(Option<String>) - Method in class akka.osgi.OsgiActorSystemFactory
-
- createAsyncCallback(Procedure<T>) - Method in class akka.stream.stage.GraphStageLogic
-
Java API: Obtain a callback object that can be used asynchronously to re-enter the
current
GraphStage with an asynchronous notification.
- createBuilder() - Method in class akka.util.ByteString$
-
Java API
- createBuilder() - Static method in class akka.util.ByteString
-
Java API
- createCatchReporter(Reporter) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- createCatchReporter(Reporter) - Static method in class akka.persistence.journal.JournalSpec
-
- createCatchReporter(Reporter) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- createChildren() - Method in class akka.cluster.ClusterCoreSupervisor
-
- createChildren() - Method in class akka.cluster.ClusterDaemon
-
- createConsumer(Processor) - Method in class akka.camel.internal.component.ActorEndpoint
-
The ActorEndpoint only supports receiving messages from Camel.
- createDecoder(ArterySettings, InboundCompressions, EnvelopeBufferPool) - Method in class akka.remote.artery.ArteryTransport
-
- createDeployer() - Method in class akka.cluster.ClusterActorRefProvider
-
Factory method to make it possible to override deployer in subclass
Creates a new instance every time
- createDeployer() - Method in class akka.remote.RemoteActorRefProvider
-
Factory method to make it possible to override deployer in subclass
Creates a new instance every time
- createDeserializer(EnvelopeBufferPool) - Method in class akka.remote.artery.ArteryTransport
-
- createDynamicAccess() - Method in class akka.actor.ActorSystemImpl
-
This is an extension point: by overriding this method, subclasses can
control all reflection activities of an actor system.
- createEncoder(EnvelopeBufferPool) - Method in class akka.remote.artery.ArteryTransport
-
- createEndpoint(String, String, Map<String, Object>) - Method in class akka.camel.internal.component.ActorComponent
-
- createEventSink() - Method in class akka.remote.artery.FlightRecorder
-
- createEWMA(double, Option<Object>) - Method in class akka.cluster.metrics.Metric$
-
- createEWMA(double, Option<Object>) - Static method in class akka.cluster.metrics.Metric
-
- createExecutorService() - Method in interface akka.dispatch.ExecutorServiceFactory
-
- createExecutorService() - Method in class akka.dispatch.ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory
-
- createExecutorService() - Method in class akka.dispatch.ThreadPoolConfig.ThreadPoolExecutorServiceFactory
-
- createExecutorServiceFactory(String, ThreadFactory) - Method in class akka.dispatch.DefaultExecutorServiceConfigurator
-
- createExecutorServiceFactory(String, ThreadFactory) - Method in interface akka.dispatch.ExecutorServiceFactoryProvider
-
- createExecutorServiceFactory(String, ThreadFactory) - Method in class akka.dispatch.ForkJoinExecutorConfigurator
-
- createExecutorServiceFactory(String, ThreadFactory) - Method in class akka.dispatch.ThreadPoolConfig
-
- createExecutorServiceFactory(String, ThreadFactory) - Method in class akka.dispatch.ThreadPoolExecutorConfigurator
-
- createExtension(ExtendedActorSystem) - Method in class akka.actor.ActorDSL.Extension$
-
- createExtension(ExtendedActorSystem) - Method in interface akka.actor.ExtensionId
-
Is used by Akka to instantiate the Extension identified by this ExtensionId,
internal use only.
- createExtension(ExtendedActorSystem) - Method in class akka.actor.ExtensionKey
-
- createExtension(ExtendedActorSystem) - Method in class akka.actor.TypedActor$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.actor.TypedActor
-
- createExtension(ExtendedActorSystem) - Method in class akka.camel.CamelExtension$
-
Creates a new instance of Camel and makes sure it gets stopped when the actor system is shutdown.
- createExtension(ExtendedActorSystem) - Static method in class akka.camel.CamelExtension
-
Creates a new instance of Camel and makes sure it gets stopped when the actor system is shutdown.
- createExtension(ExtendedActorSystem) - Method in class akka.cluster.client.ClusterClientReceptionist$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.cluster.client.ClusterClientReceptionist
-
- createExtension(ExtendedActorSystem) - Method in class akka.cluster.Cluster$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.cluster.Cluster
-
- createExtension(ExtendedActorSystem) - Method in class akka.cluster.ddata.DistributedData$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.cluster.ddata.DistributedData
-
- createExtension(ExtendedActorSystem) - Method in class akka.cluster.metrics.ClusterMetricsExtension$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.cluster.metrics.ClusterMetricsExtension
-
- createExtension(ExtendedActorSystem) - Method in class akka.cluster.pubsub.DistributedPubSub$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.cluster.pubsub.DistributedPubSub
-
- createExtension(ExtendedActorSystem) - Method in class akka.cluster.sharding.ClusterSharding$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.cluster.sharding.ClusterSharding
-
- createExtension(ExtendedActorSystem) - Method in class akka.contrib.mailbox.PeekMailboxExtension$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.contrib.mailbox.PeekMailboxExtension
-
- createExtension(ExtendedActorSystem) - Method in class akka.event.AddressTerminatedTopic$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.event.AddressTerminatedTopic
-
- createExtension(ExtendedActorSystem) - Method in class akka.io.Dns$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.io.Dns
-
- createExtension(ExtendedActorSystem) - Method in class akka.io.Tcp$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.io.Tcp
-
- createExtension(ExtendedActorSystem) - Method in class akka.io.Udp$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.io.Udp
-
- createExtension(ExtendedActorSystem) - Method in class akka.io.UdpConnected$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.io.UdpConnected
-
- createExtension(ExtendedActorSystem) - Method in class akka.persistence.journal.PersistencePluginProxyExtension$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.persistence.journal.PersistencePluginProxyExtension
-
- createExtension(ExtendedActorSystem) - Method in class akka.persistence.Persistence$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.persistence.Persistence
-
- createExtension(ExtendedActorSystem) - Method in class akka.persistence.query.PersistenceQuery$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.persistence.query.PersistenceQuery
-
- createExtension(ExtendedActorSystem) - Method in class akka.remote.AddressUidExtension$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.remote.AddressUidExtension
-
- createExtension(ExtendedActorSystem) - Method in class akka.remote.BoundAddressesExtension$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.remote.BoundAddressesExtension
-
- createExtension(ExtendedActorSystem) - Method in class akka.remote.RARP$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.remote.RARP
-
- createExtension(ExtendedActorSystem) - Method in class akka.remote.RemoteMetricsExtension$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.remote.RemoteMetricsExtension
-
- createExtension(ExtendedActorSystem) - Method in class akka.remote.serialization.ActorRefResolveThreadLocalCache$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.remote.serialization.ActorRefResolveThreadLocalCache
-
- createExtension(ExtendedActorSystem) - Method in class akka.remote.testconductor.TestConductor$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.remote.testconductor.TestConductor
-
- createExtension(ExtendedActorSystem) - Method in class akka.remote.transport.TransportAdaptersExtension$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.remote.transport.TransportAdaptersExtension
-
- createExtension(ExtendedActorSystem) - Method in class akka.serialization.SerializationExtension$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.serialization.SerializationExtension
-
- createExtension(ExtendedActorSystem) - Method in class akka.stream.actor.ActorPublisherState$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.stream.actor.ActorPublisherState
-
- createExtension(ExtendedActorSystem) - Method in class akka.stream.actor.ActorSubscriberState$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.stream.actor.ActorSubscriberState
-
- createExtension(ExtendedActorSystem) - Method in class akka.stream.impl.FlowNames$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.stream.impl.FlowNames
-
- createExtension(ExtendedActorSystem) - Method in class akka.stream.javadsl.Tcp$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.stream.javadsl.Tcp
-
- createExtension(ExtendedActorSystem) - Method in class akka.stream.scaladsl.Tcp$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.stream.scaladsl.Tcp
-
- createExtension(ExtendedActorSystem) - Method in class akka.testkit.CallingThreadDispatcherQueues$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.testkit.CallingThreadDispatcherQueues
-
- createExtension(ExtendedActorSystem) - Method in class akka.testkit.TestKitExtension$
-
- createExtension(ExtendedActorSystem) - Static method in class akka.testkit.TestKitExtension
-
- createExtension(ExtendedActorSystem) - Method in class com.typesafe.sslconfig.akka.AkkaSSLConfig$
-
- createExtension(ExtendedActorSystem) - Static method in class com.typesafe.sslconfig.akka.AkkaSSLConfig
-
- createFailed(long, Throwable) - Method in class akka.stream.IOResult$
-
JAVA API: Creates failed IOResult, `count` should be the number of bytes (or other unit, please document in your APIs) processed before failing
- createFailed(long, Throwable) - Static method in class akka.stream.IOResult
-
JAVA API: Creates failed IOResult, `count` should be the number of bytes (or other unit, please document in your APIs) processed before failing
- createFlightRecorderEventSink(boolean) - Method in class akka.remote.artery.ArteryTransport
-
- createFlightRecorderFile(String, FileSystem) - Method in class akka.remote.artery.FlightRecorder$
-
- createFlightRecorderFile(String, FileSystem) - Static method in class akka.remote.artery.FlightRecorder
-
- createHandle(Channel, Address, Address) - Method in interface akka.remote.transport.netty.CommonHandlers
-
- createHandle(Channel, Address, Address) - Method in interface akka.remote.transport.netty.TcpHandlers
-
- createHandle(Channel, Address, Address) - Method in interface akka.remote.transport.netty.UdpHandlers
-
- createIdentifyId(int) - Method in class akka.cluster.singleton.ClusterSingletonProxy
-
- createIdleStrategy(int) - Method in class akka.remote.artery.TaskRunner$
-
- createIdleStrategy(int) - Static method in class akka.remote.artery.TaskRunner
-
- createInstanceFor(Class<?>, Seq<Tuple2<Class<?>, Object>>, ClassTag<T>) - Method in class akka.actor.DynamicAccess
-
Convenience method which given a Class[_] object and a constructor description
will create a new instance of that class.
- createInstanceFor(String, Seq<Tuple2<Class<?>, Object>>, ClassTag<T>) - Method in class akka.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
args argument.
- createInstanceFor(Class<?>, Seq<Tuple2<Class<?>, Object>>, ClassTag<T>) - Method in class akka.actor.ReflectiveDynamicAccess
-
- createInstanceFor(String, Seq<Tuple2<Class<?>, Object>>, ClassTag<T>) - Method in class akka.actor.ReflectiveDynamicAccess
-
- createLogic(Attributes) - Method in class akka.remote.artery.Deserializer
-
- createLogic(Attributes) - Method in class akka.remote.artery.InboundHandshake
-
- createLogic(Attributes) - Method in class akka.remote.artery.InboundQuarantineCheck
-
- createLogic(Attributes) - Method in class akka.remote.artery.InboundTestStage
-
- createLogic(Attributes) - Method in class akka.remote.artery.OutboundHandshake
-
- createLogic(Attributes) - Method in class akka.remote.artery.OutboundTestStage
-
- createLogic(Attributes) - Method in class akka.remote.artery.SystemMessageAcker
-
- createLogic(Attributes) - Method in class akka.remote.artery.SystemMessageDelivery
-
- createLogic(Attributes) - Method in class akka.stream.extra.Timed.StartTimed
-
Deprecated.
- createLogic(Attributes) - Method in class akka.stream.extra.Timed.StopTimed
-
Deprecated.
- createLogic(Attributes) - Method in class akka.stream.extra.Timed.TimedInterval
-
Deprecated.
- createLogic(Attributes) - Method in class akka.stream.impl.ActorRefBackpressureSinkStage
-
- createLogic(Attributes) - Method in class akka.stream.impl.EmptySource$
-
- createLogic(Attributes) - Static method in class akka.stream.impl.EmptySource
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.Batch
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.Buffer
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.Collect
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.Delay
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.Drop
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.DropWhile
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.DropWithin
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.Expand
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.Filter
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.FlattenMerge
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.Fold
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.FoldAsync
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.GraphStages.Detacher
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.GraphStages.FutureSource
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.GraphStages.Identity$
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.GraphStages.MaterializedValueSource
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.GraphStages.SingleSource
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.GroupBy
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.Grouped
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.GroupedWithin
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.Intersperse
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.LimitWeighted
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.Log
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.Map
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.MapAsync
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.MapAsyncUnordered
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.MapError
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.PrefixAndTail
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.Recover
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.RecoverWith
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.Reduce
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.Scan
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.ScanAsync
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.Sliding
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.Split
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.StatefulMapConcat
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.SubSink
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.SubSource
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.Take
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.TakeWhile
-
- createLogic(Attributes) - Method in class akka.stream.impl.fusing.TakeWithin
-
- createLogic(Attributes) - Static method in class akka.stream.impl.io.ByteStringParser
-
- createLogic(Attributes) - Method in class akka.stream.impl.io.compression.DeflateDecompressor
-
- createLogic(Attributes) - Static method in class akka.stream.impl.io.compression.DeflateDecompressorBase
-
- createLogic(Attributes) - Method in class akka.stream.impl.io.compression.GzipDecompressor
-
- createLogic(Attributes) - Method in class akka.stream.impl.io.IncomingConnectionStage
-
- createLogic(Attributes) - Method in class akka.stream.impl.JavaStreamSource
-
- createLogic(Attributes) - Method in class akka.stream.impl.Throttle
-
- createLogic(Attributes) - Method in class akka.stream.impl.Timers.BackpressureTimeout
-
- createLogic(Attributes) - Method in class akka.stream.impl.Timers.Completion
-
- createLogic(Attributes) - Method in class akka.stream.impl.Timers.DelayInitial
-
- createLogic(Attributes) - Method in class akka.stream.impl.Timers.Idle
-
- createLogic(Attributes) - Method in class akka.stream.impl.Timers.IdleInject
-
- createLogic(Attributes) - Method in class akka.stream.impl.Timers.IdleTimeoutBidi
-
- createLogic(Attributes) - Method in class akka.stream.impl.Timers.Initial
-
- createLogic(Attributes) - Method in class akka.stream.impl.Unfold
-
- createLogic(Attributes) - Method in class akka.stream.impl.UnfoldAsync
-
- createLogic(Attributes) - Method in class akka.stream.impl.UnfoldResourceSource
-
- createLogic(Attributes) - Method in class akka.stream.impl.UnfoldResourceSourceAsync
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.Balance
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.Broadcast
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.Concat
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.CoupledTerminationBidi
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.Interleave
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.Merge
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.MergePreferred
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.MergeSorted
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.OrElse
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.Partition
-
- createLogic(Attributes) - Static method in class akka.stream.scaladsl.Unzip
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.UnzipWith10
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.UnzipWith11
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.UnzipWith12
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.UnzipWith13
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.UnzipWith14
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.UnzipWith15
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.UnzipWith16
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.UnzipWith17
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.UnzipWith18
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.UnzipWith19
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.UnzipWith2
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.UnzipWith20
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.UnzipWith3
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.UnzipWith4
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.UnzipWith5
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.UnzipWith6
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.UnzipWith7
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.UnzipWith8
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.UnzipWith9
-
- createLogic(Attributes) - Static method in class akka.stream.scaladsl.Zip
-
- createLogic(Attributes) - Static method in class akka.stream.scaladsl.ZipN
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.ZipWith10
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.ZipWith11
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.ZipWith12
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.ZipWith13
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.ZipWith14
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.ZipWith15
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.ZipWith16
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.ZipWith17
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.ZipWith18
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.ZipWith19
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.ZipWith2
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.ZipWith20
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.ZipWith3
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.ZipWith4
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.ZipWith5
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.ZipWith6
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.ZipWith7
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.ZipWith8
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.ZipWith9
-
- createLogic(Attributes) - Method in class akka.stream.scaladsl.ZipWithN
-
- createLogic(Attributes) - Method in class akka.stream.stage.GraphStage
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.remote.artery.AeronSink
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.remote.artery.AeronSource
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.remote.artery.Decoder
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.remote.artery.Encoder
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.remote.artery.InboundControlJunction
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.remote.artery.OutboundControlJunction
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.remote.artery.OutboundHandshake
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.remote.artery.SendQueue
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.remote.artery.SystemMessageDelivery
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.EmptySource
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.Batch
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.Buffer
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.Collect
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.Drop
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.DropWhile
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.Filter
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.Fold
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.impl.fusing.GraphStages.IgnoreSink$
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.impl.fusing.GraphStages.TickSource
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.Grouped
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.Intersperse
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.LimitWeighted
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.Log
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.Map
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.MapAsync
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.MapAsyncUnordered
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.MapError
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.Recover
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.RecoverWith
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.Scan
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.ScanAsync
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.Sliding
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.Split
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.SubSink
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.SubSource
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.Take
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.fusing.TakeWhile
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.impl.HeadOptionStage
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.io.ByteStringParser
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.io.compression.DeflateDecompressorBase
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.impl.io.compression.GzipDecompressor
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.impl.io.ConnectionSourceStage
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.impl.io.InputStreamSinkStage
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.impl.io.OutgoingConnectionStage
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.impl.io.OutputStreamSourceStage
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.impl.LastOptionStage
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.impl.LazySink
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.impl.LazySource
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.impl.QueueSink
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.impl.QueueSource
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.impl.SeqStage
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.KillSwitches.UniqueBidiKillSwitchStage$
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.KillSwitches.UniqueKillSwitchStage$
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.scaladsl.Balance
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.scaladsl.Broadcast
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.scaladsl.BroadcastHub
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.scaladsl.Concat
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.scaladsl.Interleave
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.scaladsl.Merge
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.scaladsl.MergeHub
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.scaladsl.MergePreferred
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.scaladsl.OrElse
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.scaladsl.Partition
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.scaladsl.Unzip
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.scaladsl.Zip
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.scaladsl.ZipN
-
- createLogicAndMaterializedValue(Attributes) - Static method in class akka.stream.scaladsl.ZipWithN
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.stage.AbstractStage.PushPullGraphStageWithMaterializedValue
-
Deprecated.
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.stage.GraphStage
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.stage.GraphStageWithMaterializedValue
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.testkit.TestSinkStage
-
- createLogicAndMaterializedValue(Attributes) - Method in class akka.stream.testkit.TestSourceStage
-
- createLogLevels(Logging.LogLevel, Logging.LogLevel, Logging.LogLevel) - Method in class akka.stream.ActorAttributes$
-
Java API
- createLogLevels(Logging.LogLevel, Logging.LogLevel, Logging.LogLevel) - Static method in class akka.stream.ActorAttributes
-
Java API
- createLogLevels(Logging.LogLevel, Logging.LogLevel, Logging.LogLevel) - Method in class akka.stream.Attributes$
-
Java API
- createLogLevels(Logging.LogLevel, Logging.LogLevel, Logging.LogLevel) - Static method in class akka.stream.Attributes
-
Java API
- createMailbox(Cell, MailboxType) - Method in class akka.dispatch.BalancingDispatcher
-
Deprecated.
- createMailbox(Cell, MailboxType) - Method in class akka.dispatch.Dispatcher
-
INTERNAL API
- createMailbox(Cell, MailboxType) - Method in class akka.dispatch.MessageDispatcher
-
Creates and returns a mailbox for the given actor.
- createMailbox(Cell, MailboxType) - Method in class akka.testkit.CallingThreadDispatcher
-
- createMBean() - Method in class akka.cluster.ClusterJmx
-
Creates the cluster JMX MBean and registers it in the MBean server.
- createObjectPool(int) - Method in class akka.remote.artery.ReusableInboundEnvelope$
-
- createObjectPool(int) - Static method in class akka.remote.artery.ReusableInboundEnvelope
-
- createObjectPool(int) - Method in class akka.remote.artery.ReusableOutboundEnvelope$
-
- createObjectPool(int) - Static method in class akka.remote.artery.ReusableOutboundEnvelope
-
- createProcessor() - Method in class akka.stream.impl.ProcessorModule
-
- createProducer() - Method in class akka.camel.internal.component.ActorEndpoint
-
Creates a new producer which is used send messages into the endpoint.
- createQueue(int) - Method in class akka.remote.artery.Association
-
- createRemoteDeploymentWatcher(ActorSystemImpl) - Method in class akka.remote.RemoteActorRefProvider
-
- createRemoteWatcher(ActorSystemImpl) - Method in class akka.cluster.ClusterActorRefProvider
-
- createRemoteWatcher(ActorSystemImpl) - Method in class akka.remote.RemoteActorRefProvider
-
- createRemoteWatcherFailureDetector(ExtendedActorSystem) - Method in class akka.remote.RemoteActorRefProvider
-
- createRouter(ActorSystem) - Method in class akka.cluster.metrics.AdaptiveLoadBalancingGroup
-
- createRouter(ActorSystem) - Method in class akka.cluster.metrics.AdaptiveLoadBalancingPool
-
- createRouter(ActorSystem) - Method in class akka.cluster.routing.AdaptiveLoadBalancingGroup
-
Deprecated.
- createRouter(ActorSystem) - Method in class akka.cluster.routing.AdaptiveLoadBalancingPool
-
Deprecated.
- createRouter(ActorSystem) - Method in interface akka.cluster.routing.ClusterRouterConfigBase
-
- createRouter(ActorSystem) - Static method in class akka.cluster.routing.ClusterRouterGroup
-
- createRouter(ActorSystem) - Static method in class akka.cluster.routing.ClusterRouterPool
-
- createRouter(ActorSystem) - Method in class akka.remote.routing.RemoteRouterConfig
-
- createRouter(ActorSystem) - Method in class akka.routing.BalancingPool
-
- createRouter(ActorSystem) - Method in class akka.routing.BroadcastGroup
-
- createRouter(ActorSystem) - Method in class akka.routing.BroadcastPool
-
- createRouter(ActorSystem) - Method in class akka.routing.ConsistentHashingGroup
-
- createRouter(ActorSystem) - Method in class akka.routing.ConsistentHashingPool
-
- createRouter(ActorSystem) - Method in class akka.routing.FromConfig
-
- createRouter(ActorSystem) - Method in class akka.routing.NoRouter$
-
- createRouter(ActorSystem) - Static method in class akka.routing.NoRouter
-
- createRouter(ActorSystem) - Method in class akka.routing.RandomGroup
-
- createRouter(ActorSystem) - Method in class akka.routing.RandomPool
-
- createRouter(ActorSystem) - Method in class akka.routing.RoundRobinGroup
-
- createRouter(ActorSystem) - Method in class akka.routing.RoundRobinPool
-
- createRouter(ActorSystem) - Method in interface akka.routing.RouterConfig
-
Create the actual router, responsible for routing messages to routees.
- createRouter(ActorSystem) - Method in class akka.routing.ScatterGatherFirstCompletedGroup
-
- createRouter(ActorSystem) - Method in class akka.routing.ScatterGatherFirstCompletedPool
-
- createRouter(ActorSystem) - Method in class akka.routing.SmallestMailboxPool
-
- createRouter(ActorSystem) - Method in class akka.routing.TailChoppingGroup
-
- createRouter(ActorSystem) - Method in class akka.routing.TailChoppingPool
-
- createRouterActor() - Static method in class akka.cluster.metrics.AdaptiveLoadBalancingGroup
-
- createRouterActor() - Static method in class akka.cluster.metrics.AdaptiveLoadBalancingPool
-
- createRouterActor() - Static method in class akka.cluster.routing.AdaptiveLoadBalancingGroup
-
Deprecated.
- createRouterActor() - Static method in class akka.cluster.routing.AdaptiveLoadBalancingPool
-
Deprecated.
- createRouterActor() - Method in class akka.cluster.routing.ClusterRouterGroup
-
INTERNAL API
- createRouterActor() - Method in class akka.cluster.routing.ClusterRouterPool
-
INTERNAL API
- createRouterActor() - Method in class akka.remote.routing.RemoteRouterConfig
-
- createRouterActor() - Static method in class akka.routing.BalancingPool
-
- createRouterActor() - Static method in class akka.routing.BroadcastGroup
-
- createRouterActor() - Static method in class akka.routing.BroadcastPool
-
- createRouterActor() - Static method in class akka.routing.ConsistentHashingGroup
-
- createRouterActor() - Static method in class akka.routing.ConsistentHashingPool
-
- createRouterActor() - Method in class akka.routing.CustomRouterConfig
-
INTERNAL API
- createRouterActor() - Method in class akka.routing.FromConfig
-
INTERNAL API
- createRouterActor() - Method in interface akka.routing.Group
-
INTERNAL API
- createRouterActor() - Method in class akka.routing.NoRouter$
-
INTERNAL API
- createRouterActor() - Static method in class akka.routing.NoRouter
-
INTERNAL API
- createRouterActor() - Method in interface akka.routing.Pool
-
INTERNAL API
- createRouterActor() - Static method in class akka.routing.RandomGroup
-
- createRouterActor() - Static method in class akka.routing.RandomPool
-
- createRouterActor() - Static method in class akka.routing.RoundRobinGroup
-
- createRouterActor() - Static method in class akka.routing.RoundRobinPool
-
- createRouterActor() - Method in interface akka.routing.RouterConfig
-
INTERNAL API
The router "head" actor.
- createRouterActor() - Static method in class akka.routing.ScatterGatherFirstCompletedGroup
-
- createRouterActor() - Static method in class akka.routing.ScatterGatherFirstCompletedPool
-
- createRouterActor() - Static method in class akka.routing.SmallestMailboxPool
-
- createRouterActor() - Static method in class akka.routing.TailChoppingGroup
-
- createRouterActor() - Static method in class akka.routing.TailChoppingPool
-
- createRouterConfig(String, String, Config, Config) - Method in class akka.actor.Deployer
-
Factory method for creating RouterConfig
- createScheduler() - Method in class akka.actor.ActorSystemImpl
-
Create the scheduler service.
- createScheduler() - Method in class akka.typed.internal.ActorSystemImpl
-
Create the scheduler service.
- createSecureRandom(MarkerLoggingAdapter) - Method in class akka.remote.transport.netty.SSLSettings
-
- createSerializers() - Method in class akka.serialization.SerializationSetup
-
- CreateServerFSM(Channel) - Constructor for class akka.remote.testconductor.Controller.CreateServerFSM
-
- CreateServerFSM$() - Constructor for class akka.remote.testconductor.Controller.CreateServerFSM$
-
- createSigarInstance() - Static method in class akka.cluster.metrics.DefaultSigarProvider
-
- createSigarInstance() - Method in interface akka.cluster.metrics.SigarProvider
-
Create sigar instance with 2-phase sigar library loading.
- createSSLEngine() - Method in class akka.stream.impl.io.TlsModule
-
- createStash(ActorContext, ActorRef) - Method in interface akka.actor.StashFactory
-
- createSubscription() - Method in class akka.stream.impl.FanOut.FanoutOutputs
-
- createSubscription(Subscriber<? super Object>) - Method in class akka.stream.impl.FanoutOutputs
-
- createSubscription() - Method in class akka.stream.impl.SimpleOutputs
-
- createSubscription(Subscriber<? super T>) - Method in interface akka.stream.impl.SubscriberManagement
-
Use to register a subscriber
- createSuccessful(long) - Method in class akka.stream.IOResult$
-
JAVA API: Creates successful IOResult
- createSuccessful(long) - Static method in class akka.stream.IOResult
-
JAVA API: Creates successful IOResult
- CreateSystemActor(Behavior<T>, String, DeploymentConfig, ActorRef<ActorRef<T>>) - Constructor for class akka.typed.internal.ActorSystemImpl.CreateSystemActor
-
- CreateSystemActor$() - Constructor for class akka.typed.internal.ActorSystemImpl.CreateSystemActor$
-
- createThreadPoolConfigBuilder(Config, DispatcherPrerequisites) - Method in class akka.dispatch.ThreadPoolExecutorConfigurator
-
- createTimeout() - Method in class akka.remote.testconductor.ConductorHandler
-
- createTunnel(ActorRef) - Method in class akka.contrib.pattern.ReliableProxy
-
- Creation() - Constructor for class akka.actor.dungeon.ChildrenContainer.Creation
-
- Creation$() - Constructor for class akka.actor.dungeon.ChildrenContainer.Creation$
-
- CreationTimeout() - Method in class akka.actor.ActorSystem.Settings
-
- creator() - Method in class akka.actor.TypedProps
-
- Creator<T> - Interface in akka.japi
-
A constructor/factory, takes no parameters but creates a new value of type T every call.
- Creator<T> - Interface in akka.japi.function
-
A constructor/factory, takes no parameters but creates a new value of type T every call.
- CreatorConsumer - Class in akka.actor
-
INTERNAL API
- CreatorConsumer(Class<? extends Actor>, Creator<Actor>) - Constructor for class akka.actor.CreatorConsumer
-
- CreatorConsumerClass() - Method in class akka.actor.IndirectActorProducer$
-
- CreatorFunctionConsumer - Class in akka.actor
-
INTERNAL API
- CreatorFunctionConsumer(Function0<Actor>) - Constructor for class akka.actor.CreatorFunctionConsumer
-
- CreatorFunctionConsumerClass() - Method in class akka.actor.IndirectActorProducer$
-
- Creators - Interface in akka.actor.dsl
-
- Creators.Act - Interface in akka.actor.dsl
-
This trait provides a DSL for writing the inner workings of an actor, e.g.
- Creators.ActWithStash - Interface in akka.actor.dsl
-
Use this trait when defining an
Actor with
Stash,
since just using
actor()(new Act with Stash{}) will not be able to see the
Stash component due to type erasure.
- criteria() - Method in class akka.persistence.DeleteSnapshotsFailure
-
- criteria() - Method in class akka.persistence.DeleteSnapshotsSuccess
-
- criteria() - Method in class akka.persistence.SnapshotProtocol.DeleteSnapshots
-
- criteria() - Method in class akka.persistence.SnapshotProtocol.LoadSnapshot
-
- Crypt - Class in akka.util
-
- Crypt() - Constructor for class akka.util.Crypt
-
Deprecated.
- Crypt$ - Class in akka.util
-
- Crypt$() - Constructor for class akka.util.Crypt$
-
Deprecated.
- ctdLock() - Method in class akka.testkit.CallingThreadMailbox
-
- ctx() - Method in class akka.typed.adapter.ActorAdapter
-
- ctx() - Method in class akka.typed.internal.ActorCell
-
- ctx() - Method in interface akka.typed.internal.DeathWatch
-
- ctx() - Method in interface akka.typed.internal.SupervisionMechanics
-
- ctx() - Method in class akka.typed.ScalaDSL.Msg
-
- ctx() - Method in class akka.typed.ScalaDSL.Sig
-
- cumulativeAck() - Method in class akka.remote.Ack
-
- cumulativeAck() - Method in class akka.remote.AckedReceiveBuffer
-
- CUMULATIVEACK_FIELD_NUMBER - Static variable in class akka.remote.WireFormats.AcknowledgementInfo
-
- CurlyBraceEnd() - Method in class akka.stream.impl.JsonObjectParser$
-
- CurlyBraceEnd() - Static method in class akka.stream.impl.JsonObjectParser
-
- CurlyBraceStart() - Method in class akka.stream.impl.JsonObjectParser$
-
- CurlyBraceStart() - Static method in class akka.stream.impl.JsonObjectParser
-
- current() - Method in class akka.pattern.BackoffSupervisor.ResetRestartCount
-
- current() - Method in class akka.stream.stage.StatefulStage
-
Deprecated.
Current state.
- current() - Method in class akka.util.ByteIterator.MultiByteArrayIterator
-
- current() - Method in class akka.Version$
-
- current() - Static method in class akka.Version
-
- currentBehavior() - Method in class akka.typed.EffectfulActorContext
-
- CurrentChild(Option<ActorRef>) - Constructor for class akka.pattern.BackoffSupervisor.CurrentChild
-
- CurrentChild$() - Constructor for class akka.pattern.BackoffSupervisor.CurrentChild$
-
- CurrentClusterState(SortedSet<Member>, Set<Member>, Set<Address>, Option<Address>, Map<String, Option<Address>>) - Constructor for class akka.cluster.ClusterEvent.CurrentClusterState
-
- CurrentClusterState$() - Constructor for class akka.cluster.ClusterEvent.CurrentClusterState$
-
- currentDeadline() - Method in class akka.actor.dsl.Inbox.InboxActor
-
- currentDeliveryId() - Method in class akka.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot
-
- CURRENTDELIVERYID_FIELD_NUMBER - Static variable in class akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
-
- currentEventsByPersistenceId(String, long, long) - Method in interface akka.persistence.query.javadsl.CurrentEventsByPersistenceIdQuery
-
- currentEventsByPersistenceId(String, long, long) - Method in class akka.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal
-
- currentEventsByPersistenceId(String, long, long) - Method in class akka.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
- currentEventsByPersistenceId(String, long, long) - Method in interface akka.persistence.query.scaladsl.CurrentEventsByPersistenceIdQuery
-
- CurrentEventsByPersistenceIdPublisher - Class in akka.persistence.query.journal.leveldb
-
INTERNAL API
- CurrentEventsByPersistenceIdPublisher(String, long, long, int, String) - Constructor for class akka.persistence.query.journal.leveldb.CurrentEventsByPersistenceIdPublisher
-
- CurrentEventsByPersistenceIdQuery - Interface in akka.persistence.query.javadsl
-
A plugin may optionally support this query by implementing this interface.
- CurrentEventsByPersistenceIdQuery - Interface in akka.persistence.query.scaladsl
-
A plugin may optionally support this query by implementing this trait.
- currentEventsByTag(String, long) - Method in interface akka.persistence.query.javadsl.CurrentEventsByTagQuery
-
Deprecated.
- currentEventsByTag(String, Offset) - Method in interface akka.persistence.query.javadsl.CurrentEventsByTagQuery2
-
- currentEventsByTag(String, Offset) - Method in class akka.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal
-
- currentEventsByTag(String, long) - Method in class akka.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal
-
- currentEventsByTag(String, Offset) - Method in class akka.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
- currentEventsByTag(String, long) - Method in class akka.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
- currentEventsByTag(String, long) - Method in interface akka.persistence.query.scaladsl.CurrentEventsByTagQuery
-
Deprecated.
- currentEventsByTag(String, Offset) - Method in interface akka.persistence.query.scaladsl.CurrentEventsByTagQuery2
-
- CurrentEventsByTagPublisher - Class in akka.persistence.query.journal.leveldb
-
INTERNAL API
- CurrentEventsByTagPublisher(String, long, long, int, String) - Constructor for class akka.persistence.query.journal.leveldb.CurrentEventsByTagPublisher
-
- CurrentEventsByTagQuery - Interface in akka.persistence.query.javadsl
-
- CurrentEventsByTagQuery - Interface in akka.persistence.query.scaladsl
-
- CurrentEventsByTagQuery2 - Interface in akka.persistence.query.javadsl
-
A plugin may optionally support this query by implementing this interface.
- CurrentEventsByTagQuery2 - Interface in akka.persistence.query.scaladsl
-
A plugin may optionally support this query by implementing this trait.
- currentFailureCount() - Method in class akka.pattern.CircuitBreaker
-
Retrieves current failure count.
- currentHandle() - Method in class akka.remote.ReliableDeliverySupervisor
-
- CurrentInternalStats(GossipStats, VectorClockStats) - Constructor for class akka.cluster.ClusterEvent.CurrentInternalStats
-
- CurrentInternalStats$() - Constructor for class akka.cluster.ClusterEvent.CurrentInternalStats$
-
- currentInterpreter() - Method in class akka.stream.impl.fusing.GraphInterpreter$
-
INTERNAL API
- currentInterpreter() - Static method in class akka.stream.impl.fusing.GraphInterpreter
-
INTERNAL API
- currentInterpreterOrNull() - Method in class akka.stream.impl.fusing.GraphInterpreter$
-
INTERNAL API
- currentInterpreterOrNull() - Static method in class akka.stream.impl.fusing.GraphInterpreter
-
INTERNAL API
- currentMessage() - Method in class akka.actor.ActorCell
-
- currentMessage() - Static method in class akka.routing.RoutedActorCell
-
- currentMessage_$eq(Envelope) - Static method in class akka.routing.RoutedActorCell
-
- currentMsg() - Method in class akka.actor.dsl.Inbox.InboxActor
-
- currentOffset() - Method in class akka.stream.impl.io.ByteStringParser.ByteReader
-
- CurrentPersistenceIds(Set<String>) - Constructor for class akka.persistence.journal.leveldb.LeveldbJournal.CurrentPersistenceIds
-
- currentPersistenceIds() - Method in interface akka.persistence.query.javadsl.CurrentPersistenceIdsQuery
-
- currentPersistenceIds() - Method in class akka.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal
-
- currentPersistenceIds() - Method in class akka.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
- currentPersistenceIds() - Method in interface akka.persistence.query.scaladsl.CurrentPersistenceIdsQuery
-
- CurrentPersistenceIds$() - Constructor for class akka.persistence.journal.leveldb.LeveldbJournal.CurrentPersistenceIds$
-
- CurrentPersistenceIdsQuery - Interface in akka.persistence.query.javadsl
-
A plugin may optionally support this query by implementing this interface.
- CurrentPersistenceIdsQuery - Interface in akka.persistence.query.scaladsl
-
A plugin may optionally support this query by implementing this trait.
- currentPid() - Method in class akka.cluster.sharding.RemoveInternalClusterShardingData
-
- currentRef() - Method in class akka.cluster.sharding.RemoveInternalClusterShardingData
-
- CurrentRegions(Set<Address>) - Constructor for class akka.cluster.sharding.ShardRegion.CurrentRegions
-
- CurrentRegions$() - Constructor for class akka.cluster.sharding.ShardRegion.CurrentRegions$
-
- currentSelect() - Method in class akka.actor.dsl.Inbox.InboxActor
-
- currentSerial() - Method in class akka.contrib.pattern.ReliableProxy
-
- currentSession() - Method in class akka.stream.impl.io.TLSActor
-
- CurrentShardRegionState(Set<ShardRegion.ShardState>) - Constructor for class akka.cluster.sharding.ShardRegion.CurrentShardRegionState
-
- CurrentShardRegionState$() - Constructor for class akka.cluster.sharding.ShardRegion.CurrentShardRegionState$
-
- CurrentShardState(String, Set<String>) - Constructor for class akka.cluster.sharding.Shard.CurrentShardState
-
- CurrentShardState$() - Constructor for class akka.cluster.sharding.Shard.CurrentShardState$
-
- CurrentState(ActorRef, S) - Constructor for class akka.actor.FSM.CurrentState
-
- currentState() - Method in class akka.actor.FSM.StopEvent
-
- CurrentState(ActorRef, S, Option<FiniteDuration>) - Constructor for class akka.persistence.fsm.PersistentFSM.CurrentState
-
- currentState() - Method in class akka.persistence.fsm.PersistentFSM.StopEvent
-
- CurrentState$() - Constructor for class akka.actor.FSM.CurrentState$
-
- CurrentState$() - Constructor for class akka.persistence.fsm.PersistentFSM.CurrentState$
-
- currentStatus() - Method in class akka.dispatch.Mailbox
-
- currentSystem() - Method in class akka.serialization.JavaSerializer$
-
This holds a reference to the current ActorSystem (the surrounding context)
during serialization and deserialization.
- currentSystem() - Static method in class akka.serialization.JavaSerializer
-
This holds a reference to the current ActorSystem (the surrounding context)
during serialization and deserialization.
- CurrentSystem() - Constructor for class akka.serialization.JavaSerializer.CurrentSystem
-
- currentTarget() - Method in class akka.contrib.pattern.ReliableProxy
-
- currentTime() - Method in class akka.util.NanoTimeTokenBucket
-
- currentTime() - Method in class akka.util.TokenBucket
-
The current time in nanos.
- currentTimeMillisToUTCString(long) - Method in class akka.util.Helpers$
-
Converts a "currentTimeMillis"-obtained timestamp accordingly:
- currentTimeMillisToUTCString(long) - Static method in class akka.util.Helpers
-
Converts a "currentTimeMillis"-obtained timestamp accordingly:
- CurrentTopics(Set<String>) - Constructor for class akka.cluster.pubsub.DistributedPubSubMediator.CurrentTopics
-
- CurrentTopics$() - Constructor for class akka.cluster.pubsub.DistributedPubSubMediator.CurrentTopics$
-
- currentTransportInformation() - Method in class akka.serialization.Serialization$
-
This holds a reference to the current transport serialization information used for
serializing local actor refs.
- currentTransportInformation() - Static method in class akka.serialization.Serialization
-
This holds a reference to the current transport serialization information used for
serializing local actor refs.
- currOffset() - Method in class akka.persistence.query.journal.leveldb.AbstractEventsByTagPublisher
-
- currSeqNo() - Method in class akka.persistence.query.journal.leveldb.AbstractEventsByPersistenceIdPublisher
-
- cursor() - Method in class akka.stream.impl.ActorSubscriptionWithCursor
-
- cursor() - Method in interface akka.stream.impl.ResizableMultiReaderRingBuffer.Cursor
-
- cursor() - Method in interface akka.stream.impl.SubscriptionWithCursor
-
- cursors() - Method in class akka.stream.impl.ResizableMultiReaderRingBuffer
-
- cursors() - Method in interface akka.stream.impl.ResizableMultiReaderRingBuffer.Cursors
-
- cursors() - Method in interface akka.stream.impl.SubscriberManagement
-
- custom(PartialFunction<Logging.LogEvent, Object>, int) - Method in class akka.testkit.EventFilter$
-
Create a custom event filter.
- custom(PartialFunction<Logging.LogEvent, Object>, int) - Static method in class akka.testkit.EventFilter
-
Create a custom event filter.
- CustomEventFilter - Class in akka.testkit
-
Custom event filter when the others do not fit the bill.
- CustomEventFilter(PartialFunction<Logging.LogEvent, Object>, int) - Constructor for class akka.testkit.CustomEventFilter
-
- CustomEventFilter$ - Class in akka.testkit
-
- CustomEventFilter$() - Constructor for class akka.testkit.CustomEventFilter$
-
- CustomRouterConfig - Class in akka.routing
-
If a custom router implementation is not a
Group nor
a
Pool it may extend this base class.
- CustomRouterConfig() - Constructor for class akka.routing.CustomRouterConfig
-
- cycle(Creator<Iterator<O>>) - Method in class akka.stream.javadsl.Source$
-
Helper to create 'cycled'
Source from iterator provider.
- cycle(Creator<Iterator<O>>) - Static method in class akka.stream.javadsl.Source
-
Helper to create 'cycled'
Source from iterator provider.
- cycle(Function0<Iterator<T>>) - Method in class akka.stream.scaladsl.Source$
-
Create
Source that will continually produce given elements in specified order.
- cycle(Function0<Iterator<T>>) - Static method in class akka.stream.scaladsl.Source
-
Create
Source that will continually produce given elements in specified order.
- cycledSource() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- d() - Method in class akka.stream.impl.fusing.Delay
-
- d() - Method in class akka.stream.impl.fusing.GroupedWithin
-
- d() - Method in class akka.typed.Effect.ReceiveTimeoutSet
-
- daemonic() - Method in class akka.dispatch.MonitorableThreadFactory
-
- Daemonicity() - Method in class akka.actor.ActorSystem.Settings
-
- DaemonMsg - Interface in akka.remote
-
INTERNAL API
- DaemonMsgCreate - Class in akka.remote
-
INTERNAL API
- DaemonMsgCreate(Props, Deploy, String, ActorRef) - Constructor for class akka.remote.DaemonMsgCreate
-
- DaemonMsgCreate$ - Class in akka.remote
-
- DaemonMsgCreate$() - Constructor for class akka.remote.DaemonMsgCreate$
-
- DaemonMsgCreateSerializer - Class in akka.remote.serialization
-
Serializes Akka's internal DaemonMsgCreate using protobuf
for the core structure of DaemonMsgCreate, Props and Deploy.
- DaemonMsgCreateSerializer(ExtendedActorSystem) - Constructor for class akka.remote.serialization.DaemonMsgCreateSerializer
-
- data() - Method in class akka.cluster.ddata.DurableStore.DurableDataEnvelope
-
- data() - Method in class akka.cluster.ddata.DurableStore.LoadData
-
- data() - Method in class akka.cluster.ddata.DurableStore.Store
-
- data() - Method in class akka.cluster.ddata.Replicator.Internal$.DataEnvelope
-
- Data(Option<ActorRef>, int, Queue<TimerBasedThrottler.Message>) - Constructor for class akka.contrib.throttle.TimerBasedThrottler.Data
-
- data() - Method in class akka.io.Tcp.Received
-
- data() - Method in class akka.io.Tcp.Write
-
- data() - Method in class akka.io.Udp.Received
-
- data() - Method in class akka.io.UdpConnected.Received
-
- data() - Method in class akka.persistence.fsm.PersistentFSM.PersistentFSMSnapshot
-
- data() - Method in class akka.persistence.serialization.Snapshot
-
- data() - Method in exception akka.remote.testconductor.BarrierCoordinator.BarrierEmpty
-
- data() - Method in exception akka.remote.testconductor.BarrierCoordinator.BarrierTimeout
-
- data() - Method in exception akka.remote.testconductor.BarrierCoordinator.ClientLost
-
- Data(Set<Controller.NodeInfo>, String, List<ActorRef>, Deadline) - Constructor for class akka.remote.testconductor.BarrierCoordinator.Data
-
- data() - Method in exception akka.remote.testconductor.BarrierCoordinator.DuplicateNode
-
- data() - Method in exception akka.remote.testconductor.BarrierCoordinator.FailedBarrier
-
- data() - Method in exception akka.remote.testconductor.BarrierCoordinator.WrongBarrier
-
- Data(Option<Channel>, Option<Tuple2<String, ActorRef>>) - Constructor for class akka.remote.testconductor.ClientFSM.Data
-
- Data(ByteString) - Constructor for class akka.stream.impl.io.InputStreamSinkStage.Data
-
- data() - Method in class akka.stream.impl.io.InputStreamSinkStage.Data
-
- data() - Method in class akka.util.WildcardTree
-
- Data$() - Constructor for class akka.contrib.throttle.TimerBasedThrottler.Data$
-
- Data$() - Constructor for class akka.remote.testconductor.BarrierCoordinator.Data$
-
- Data$() - Constructor for class akka.remote.testconductor.ClientFSM.Data$
-
- Data$() - Constructor for class akka.stream.impl.io.InputStreamSinkStage.Data$
-
- DATA_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
-
- DATA_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
-
- DATA_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
-
- DATA_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
-
- DATA_FIELD_NUMBER - Static variable in class akka.persistence.serialization.MessageFormats.PersistentFSMSnapshot
-
- DataDeleted(Key<A>) - Constructor for exception akka.cluster.ddata.Replicator.DataDeleted
-
- DataDeleted$() - Constructor for class akka.cluster.ddata.Replicator.DataDeleted$
-
- dataEntries() - Method in class akka.cluster.ddata.Replicator
-
- DataEnvelope(ReplicatedData, Map<UniqueAddress, PruningState>) - Constructor for class akka.cluster.ddata.Replicator.Internal$.DataEnvelope
-
- DataEnvelopeManifest() - Method in class akka.cluster.ddata.protobuf.ReplicatorMessageSerializer
-
- DatagramChannelCreator() - Constructor for class akka.io.Inet.DatagramChannelCreator
-
- DatagramChannelCreator$() - Constructor for class akka.io.Inet.DatagramChannelCreator$
-
- dataValue() - Method in class akka.cluster.ddata.Replicator.Changed
-
The data value.
- dataValue() - Method in class akka.cluster.ddata.Replicator.GetSuccess
-
The data value.
- db() - Method in class akka.cluster.ddata.LmdbDurableStore
-
- dbPut(OptionVal<Txn<ByteBuffer>>, String, ReplicatedData) - Method in class akka.cluster.ddata.LmdbDurableStore
-
- DDataShardCoordinator - Class in akka.cluster.sharding
-
Singleton coordinator (with state based on ddata) that decides where to allocate shards.
- DDataShardCoordinator(String, ClusterShardingSettings, ShardCoordinator.ShardAllocationStrategy, ActorRef) - Constructor for class akka.cluster.sharding.DDataShardCoordinator
-
- deactivated() - Method in class akka.camel.internal.ActivationTracker.ActivationStateMachine
-
De-activated state
- deactivationFutureFor(ActorRef, Timeout, ExecutionContext) - Method in interface akka.camel.Activation
-
Produces a Future which will be completed when the given endpoint has been deactivated or
or if it times out, which will happen after the specified Timeout.
- deactivationFutureFor(ActorRef, Timeout, ExecutionContext) - Method in class akka.camel.internal.DefaultCamel
-
Produces a Future which will be completed when the given endpoint has been deactivated or
or if it times out, which will happen after the specified Timeout.
- dead() - Method in exception akka.actor.DeathPactException
-
- DeadLetter - Class in akka.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 akka.actor.DeadLetter
-
- DeadLetter - Class in akka.typed
-
Envelope for dead letters.
- DeadLetter(Object) - Constructor for class akka.typed.DeadLetter
-
- DeadLetter$ - Class in akka.actor
-
- DeadLetter$() - Constructor for class akka.actor.DeadLetter$
-
- DeadLetter$ - Class in akka.typed
-
- DeadLetter$() - Constructor for class akka.typed.DeadLetter$
-
- DeadLetterActorRef - Class in akka.actor
-
Internal implementation of the dead letter destination: will publish any
received message to the eventStream, wrapped as
DeadLetter.
- DeadLetterActorRef(ActorRefProvider, ActorPath, EventStream) - Constructor for class akka.actor.DeadLetterActorRef
-
- DeadLetterActorRef$ - Class in akka.actor
-
- DeadLetterActorRef$() - Constructor for class akka.actor.DeadLetterActorRef$
-
- DeadLetterActorRef.SerializedDeadLetterActorRef - Class in akka.actor
-
- DeadLetterListener - Class in akka.event
-
- DeadLetterListener() - Constructor for class akka.event.DeadLetterListener
-
- deadLetterMailbox() - Method in class akka.dispatch.Mailboxes
-
- deadLetters() - Method in interface akka.actor.ActorRefProvider
-
Dead letter destination for this provider.
- deadLetters() - Method in class akka.actor.ActorSystem
-
Actor reference where messages are re-routed to which were addressed to
stopped or non-existing actors.
- deadLetters() - Method in class akka.actor.ActorSystemImpl
-
- deadLetters() - Method in class akka.actor.LocalActorRefProvider
-
- deadLetters() - Method in class akka.remote.RemoteActorRefProvider
-
- deadLetters() - Method in interface akka.typed.ActorSystem
-
The deadLetter address is a destination that will accept (and discard)
every message sent to it.
- deadLetters() - Method in class akka.typed.adapter.ActorSystemAdapter
-
- deadLetters() - Method in class akka.typed.internal.ActorSystemImpl
-
- DeadLettersCode() - Method in class akka.remote.artery.HeaderBuilder$
-
- DeadLettersFilter - Class in akka.testkit
-
- DeadLettersFilter(Class<?>, int) - Constructor for class akka.testkit.DeadLettersFilter
-
- DeadLettersFilter$ - Class in akka.testkit
-
- DeadLettersFilter$() - Constructor for class akka.testkit.DeadLettersFilter$
-
- DeadLetterSuppression - Interface in akka.actor
-
Use with caution: Messages extending this trait will not be logged by the default dead-letters listener.
- deadline() - Method in class akka.actor.dsl.Inbox.Get
-
- deadline() - Method in interface akka.actor.dsl.Inbox.Query
-
- deadline() - Method in class akka.actor.dsl.Inbox.Select
-
- deadline() - Method in class akka.remote.artery.RestartCounter.State
-
- deadline() - Method in class akka.remote.testconductor.BarrierCoordinator.Data
-
- DeadlineFailureDetector - Class in akka.remote
-
Implementation of failure detector using an absolute timeout of missing heartbeats
to trigger unavailability.
- DeadlineFailureDetector(FiniteDuration, FiniteDuration, FailureDetector.Clock) - Constructor for class akka.remote.DeadlineFailureDetector
-
- DeadlineFailureDetector(Config, EventStream) - Constructor for class akka.remote.DeadlineFailureDetector
-
Constructor that reads parameters from config.
- DeadlineFailureDetector(FiniteDuration, FailureDetector.Clock) - Constructor for class akka.remote.DeadlineFailureDetector
-
- Deafen - Class in akka.routing
-
- Deafen(ActorRef) - Constructor for class akka.routing.Deafen
-
- Deafen$ - Class in akka.routing
-
- Deafen$() - Constructor for class akka.routing.Deafen$
-
- DeathPactException - Exception in akka.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(ActorRef) - Constructor for exception akka.actor.DeathPactException
-
- DeathPactException - Exception in akka.typed
-
Exception that an actor fails with if it does not handle a Terminated message.
- DeathPactException(ActorRef<Nothing$>) - Constructor for exception akka.typed.DeathPactException
-
- DeathPactException$ - Class in akka.actor
-
- DeathPactException$() - Constructor for class akka.actor.DeathPactException$
-
- DeathPactException$ - Class in akka.typed
-
- DeathPactException$() - Constructor for class akka.typed.DeathPactException$
-
- DeathWatch - Interface in akka.actor.dungeon
-
- DeathWatch<T> - Interface in akka.typed.internal
-
- DEATHWATCH_NOTIFICATION_VALUE - Static variable in enum akka.remote.SystemMessageFormats.SystemMessage.Type
-
DEATHWATCH_NOTIFICATION = 9;
- DeathWatchNotification - Class in akka.dispatch.sysmsg
-
- DeathWatchNotification(ActorRef, boolean, boolean) - Constructor for class akka.dispatch.sysmsg.DeathWatchNotification
-
- DeathWatchNotification - Class in akka.typed.internal
-
INTERNAL API
- DeathWatchNotification(ActorRef<Nothing$>, Throwable) - Constructor for class akka.typed.internal.DeathWatchNotification
-
- DeathWatchNotification$ - Class in akka.dispatch.sysmsg
-
- DeathWatchNotification$() - Constructor for class akka.dispatch.sysmsg.DeathWatchNotification$
-
- DeathWatchNotification$ - Class in akka.typed.internal
-
- DeathWatchNotification$() - Constructor for class akka.typed.internal.DeathWatchNotification$
-
- Debug() - Method in class akka.cluster.ClusterSettings
-
- Debug() - Constructor for class akka.cluster.ClusterSettings.Debug
-
- debug() - Method in class akka.contrib.pattern.ReliableProxy
-
- debug() - Method in class akka.contrib.pattern.ReliableProxy.Receiver
-
- debug() - Method in interface akka.contrib.pattern.ReliableProxyDebugLogging
-
- debug() - Method in class akka.dispatch.Mailbox$
-
- debug() - Static method in class akka.dispatch.Mailbox
-
- debug() - Method in class akka.dispatch.MessageDispatcher$
-
- debug() - Static method in class akka.dispatch.MessageDispatcher
-
- Debug(String, Class<?>, Object) - Constructor for class akka.event.Logging.Debug
-
- debug(Logging.Debug) - Method in interface akka.event.Logging.StdOutLogger
-
- debug(String) - Method in interface akka.event.LoggingAdapter
-
- debug(String, Object) - Method in interface akka.event.LoggingAdapter
-
- debug(String, Object, Object) - Method in interface akka.event.LoggingAdapter
-
- debug(String, Object, Object, Object) - Method in interface akka.event.LoggingAdapter
-
- debug(String, Object, Object, Object, Object) - Method in interface akka.event.LoggingAdapter
-
- debug(LogMarker, String) - Method in class akka.event.MarkerLoggingAdapter
-
Log message at debug level.
- debug(LogMarker, String, Object) - Method in class akka.event.MarkerLoggingAdapter
-
Message template with 1 replacement argument.
- debug(LogMarker, String, Object, Object) - Method in class akka.event.MarkerLoggingAdapter
-
Message template with 2 replacement arguments.
- debug(LogMarker, String, Object, Object, Object) - Method in class akka.event.MarkerLoggingAdapter
-
Message template with 3 replacement arguments.
- debug(LogMarker, String, Object, Object, Object, Object) - Method in class akka.event.MarkerLoggingAdapter
-
Message template with 4 replacement arguments.
- debug(String) - Static method in class akka.event.NoLogging
-
- debug(String, Object) - Static method in class akka.event.NoLogging
-
- debug(String, Object, Object) - Static method in class akka.event.NoLogging
-
- debug(String, Object, Object, Object) - Static method in class akka.event.NoLogging
-
- debug(String, Object, Object, Object, Object) - Static method in class akka.event.NoLogging
-
- debug(LogMarker, String) - Method in class akka.event.NoMarkerLogging$
-
- debug(LogMarker, String, Object) - Method in class akka.event.NoMarkerLogging$
-
- debug(LogMarker, String, Object, Object) - Method in class akka.event.NoMarkerLogging$
-
- debug(LogMarker, String, Object, Object, Object) - Method in class akka.event.NoMarkerLogging$
-
- debug(LogMarker, String, Object, Object, Object, Object) - Method in class akka.event.NoMarkerLogging$
-
- debug(LogMarker, String) - Static method in class akka.event.NoMarkerLogging
-
- debug(LogMarker, String, Object) - Static method in class akka.event.NoMarkerLogging
-
- debug(LogMarker, String, Object, Object) - Static method in class akka.event.NoMarkerLogging
-
- debug(LogMarker, String, Object, Object, Object) - Static method in class akka.event.NoMarkerLogging
-
- debug(LogMarker, String, Object, Object, Object, Object) - Static method in class akka.event.NoMarkerLogging
-
- Debug() - Method in class akka.remote.artery.ArterySettings.Compression$
-
- Debug() - Method in class akka.stream.impl.fusing.Fusing$
-
- Debug() - Static method in class akka.stream.impl.fusing.Fusing
-
- Debug() - Method in class akka.stream.impl.fusing.GraphInterpreter$
-
Compile time constant, enable it for debug logging to the console.
- Debug() - Static method in class akka.stream.impl.fusing.GraphInterpreter
-
Compile time constant, enable it for debug logging to the console.
- Debug() - Method in class akka.stream.impl.MaterializerSession$
-
- Debug() - Static method in class akka.stream.impl.MaterializerSession
-
- Debug() - Method in class akka.stream.impl.StreamLayout$
-
- Debug() - Static method in class akka.stream.impl.StreamLayout
-
- debug(String, String, String, String, int) - Method in class akka.testkit.EventFilter$
-
Create a filter for Debug events.
- debug(String, String, String, String, int) - Static method in class akka.testkit.EventFilter
-
Create a filter for Debug events.
- Debug() - Method in class akka.typed.internal.ActorCell$
-
- Debug() - Static method in class akka.typed.internal.ActorCell
-
- debug(String) - Method in class com.typesafe.sslconfig.akka.util.AkkaLoggerBridge
-
- Debug$() - Constructor for class akka.event.Logging.Debug$
-
- Debug2(String, Class<?>, Object, Map<String, Object>) - Constructor for class akka.event.Logging.Debug2
-
- Debug3(String, Class<?>, Object, Map<String, Object>, LogMarker) - Constructor for class akka.event.Logging.Debug3
-
- DebugAutoReceive() - Method in class akka.actor.ActorSystem.Settings
-
- debugConfig(boolean) - Method in class akka.remote.testkit.MultiNodeConfig
-
Include for verbose debug logging
- debugEvent() - Static method in class akka.actor.AbstractFSM
-
- debugEvent() - Method in class akka.actor.AbstractLoggingFSM
-
- debugEvent() - Method in interface akka.actor.FSM
-
- debugEvent() - Method in interface akka.actor.LoggingFSM
-
- debugEvent() - Static method in class akka.cluster.singleton.ClusterSingletonManager
-
- debugEvent() - Static method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- debugEvent() - Method in class akka.contrib.pattern.ReliableProxy
-
- debugEvent() - Static method in class akka.contrib.throttle.TimerBasedThrottler
-
- debugEvent() - Static method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- debugEvent() - Method in class akka.persistence.fsm.AbstractPersistentLoggingFSM
-
- debugEvent() - Method in interface akka.persistence.fsm.LoggingPersistentFSM
-
- debugEvent() - Method in interface akka.persistence.fsm.PersistentFSMBase
-
- debugEvent() - Method in class akka.remote.testconductor.BarrierCoordinator
-
- debugEvent() - Method in class akka.remote.testconductor.ClientFSM
-
- debugEvent() - Method in class akka.remote.testconductor.ServerFSM
-
- debugEvent() - Static method in class akka.remote.transport.ProtocolStateActor
-
- debugEvent() - Method in class akka.remote.transport.ThrottledAssociation
-
- DebugEventStream() - Method in class akka.actor.ActorSystem.Settings
-
- DebugFilter - Class in akka.testkit
-
Filter which matches Debug events, if they satisfy the given criteria:
source, if given, applies a filter on the event’s origin
message applies 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 use Left("").
- DebugFilter(Option<String>, Either<String, Regex>, boolean, int) - Constructor for class akka.testkit.DebugFilter
-
- DebugFilter(String, String, boolean, boolean, int) - Constructor for class akka.testkit.DebugFilter
-
Java API: create a DebugFilter
- DebugFilter$ - Class in akka.testkit
-
- DebugFilter$() - Constructor for class akka.testkit.DebugFilter$
-
- DebugLevel() - Method in class akka.event.Logging$
-
- DebugLevel() - Static method in class akka.event.Logging
-
- DebugLifecycle() - Method in class akka.actor.ActorSystem.Settings
-
- debugLogging() - Method in class akka.stream.ActorMaterializerSettings
-
- DebugRouterMisconfiguration() - Method in class akka.actor.ActorSystem.Settings
-
- DebugUnhandledMessage() - Method in class akka.actor.ActorSystem.Settings
-
- decide(Throwable) - Method in class akka.stream.stage.AbstractStage
-
Deprecated.
- decide(Throwable) - Method in class akka.stream.stage.DetachedStage
-
Deprecated.
- decide(Throwable) - Static method in class akka.stream.stage.StatefulStage
-
Deprecated.
- decided() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- decided() - Static method in class akka.persistence.journal.JournalSpec
-
- decided() - Method in class akka.persistence.PluginSpec
-
- decided() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- decider() - Method in class akka.actor.AllForOneStrategy
-
- decider() - Method in class akka.actor.OneForOneStrategy
-
- decider() - Method in class akka.actor.SupervisorStrategy
-
Returns the Decider that is associated with this SupervisorStrategy.
- decider() - Static method in class akka.cluster.metrics.ClusterMetricsStrategy
-
- decider() - Method in class akka.stream.ActorAttributes.SupervisionStrategy
-
- decider() - Method in class akka.testkit.TestActor.DelegatingSupervisorStrategy
-
- DeciderBuilder - Class in akka.japi.pf
-
- decision() - Method in class akka.stream.impl.fusing.Split
-
- decode(ChannelHandlerContext, Channel, Object) - Method in class akka.remote.testconductor.MsgDecoder
-
- decode(ChannelHandlerContext, Channel, Object) - Method in class akka.remote.testconductor.ProtobufDecoder
-
- decodeMessage(ByteString, RemoteActorRefProvider, Address) - Method in interface akka.remote.transport.AkkaPduCodec
-
- decodeMessage(ByteString, RemoteActorRefProvider, Address) - Method in class akka.remote.transport.AkkaPduProtobufCodec$
-
- decodeMessage(ByteString, RemoteActorRefProvider, Address) - Static method in class akka.remote.transport.AkkaPduProtobufCodec
-
- decodePdu(ByteString) - Method in interface akka.remote.transport.AkkaPduCodec
-
- decodePdu(ByteString) - Method in class akka.remote.transport.AkkaPduProtobufCodec$
-
- decodePdu(ByteString) - Static method in class akka.remote.transport.AkkaPduProtobufCodec
-
- Decoder - Class in akka.remote.artery
-
INTERNAL API
- Decoder(InboundContext, ExtendedActorSystem, UniqueAddress, ArterySettings, EnvelopeBufferPool, InboundCompressions, ObjectPool<ReusableInboundEnvelope>) - Constructor for class akka.remote.artery.Decoder
-
- Decoder$ - Class in akka.remote.artery
-
INTERNAL API
- Decoder$() - Constructor for class akka.remote.artery.Decoder$
-
- Decoder.AccessInboundCompressionFailed - Exception in akka.remote.artery
-
- Decoder.InboundCompressionAccess - Interface in akka.remote.artery
-
Materialized value of
Encoder which allows safely calling into the stage to interfact with compression tables.
- Decoder.InboundCompressionAccessImpl - Interface in akka.remote.artery
-
- decodeString(String) - Method in class akka.util.ByteString.ByteString1
-
- decodeString(Charset) - Method in class akka.util.ByteString.ByteString1
-
- decodeString(String) - Method in class akka.util.ByteString.ByteString1C
-
- decodeString(Charset) - Method in class akka.util.ByteString.ByteString1C
-
- decodeString(String) - Method in class akka.util.ByteString.ByteStrings
-
- decodeString(Charset) - Method in class akka.util.ByteString.ByteStrings
-
- decodeString(String) - Method in class akka.util.ByteString
-
Decodes this ByteString using a charset to produce a String.
- decodeString(Charset) - Method in class akka.util.ByteString
-
Decodes this ByteString using a charset to produce a String.
- decodeString(String) - Static method in class akka.util.CompactByteString
-
- decodeString(Charset) - Static method in class akka.util.CompactByteString
-
- decompress(byte[]) - Static method in class akka.cluster.ddata.protobuf.ReplicatorMessageSerializer
-
- decompress(byte[]) - Method in interface akka.cluster.ddata.protobuf.SerializationSupport
-
- decompress(byte[]) - Method in class akka.cluster.metrics.protobuf.MessageSerializer
-
- decompress(byte[]) - Method in class akka.cluster.protobuf.ClusterMessageSerializer
-
- decompress(byte, int) - Method in class akka.remote.artery.compress.InboundActorRefCompression
-
- decompress(byte, int) - Method in class akka.remote.artery.compress.InboundCompression
-
Override and specialize if needed, for default compression logic delegate to 3-param overload
- decompress(byte, int) - Method in class akka.remote.artery.compress.InboundManifestCompression
-
- decompressActorRef(long, byte, int) - Method in interface akka.remote.artery.compress.InboundCompressions
-
- decompressActorRef(long, byte, int) - Method in class akka.remote.artery.compress.InboundCompressionsImpl
-
- decompressActorRef(long, byte, int) - Method in class akka.remote.artery.compress.NoInboundCompressions$
-
- decompressActorRef(long, byte, int) - Static method in class akka.remote.artery.compress.NoInboundCompressions
-
- decompressClassManifest(long, byte, int) - Method in interface akka.remote.artery.compress.InboundCompressions
-
- decompressClassManifest(long, byte, int) - Method in class akka.remote.artery.compress.InboundCompressionsImpl
-
- decompressClassManifest(long, byte, int) - Method in class akka.remote.artery.compress.NoInboundCompressions$
-
- decompressClassManifest(long, byte, int) - Static method in class akka.remote.artery.compress.NoInboundCompressions
-
- decompressInternal(byte, int, int) - Method in class akka.remote.artery.compress.InboundCompression
-
Decompress given identifier into its original representation.
- DecompressionTable<T> - Class in akka.remote.artery.compress
-
INTERNAL API
- DecompressionTable(long, byte, Object) - Constructor for class akka.remote.artery.compress.DecompressionTable
-
- DecompressionTable$ - Class in akka.remote.artery.compress
-
INTERNAL API
- DecompressionTable$() - Constructor for class akka.remote.artery.compress.DecompressionTable$
-
- DecompressorParsingLogic() - Constructor for class akka.stream.impl.io.compression.DeflateDecompressorBase.DecompressorParsingLogic
-
- decrement(Cluster, long) - Method in class akka.cluster.ddata.PNCounter
-
Decrement the counter with the delta specified.
- decrement(UniqueAddress, long) - Method in class akka.cluster.ddata.PNCounter
-
Decrement the counter with the delta specified.
- decrement(UniqueAddress) - Method in class akka.cluster.ddata.PNCounter
-
- decrement(String, long, Cluster) - Method in class akka.cluster.ddata.PNCounterMap
-
Decrement the counter with the delta specified.
- decrement(Cluster, String, long) - Method in class akka.cluster.ddata.PNCounterMap
-
Decrement the counter with the delta specified.
- decrement(UniqueAddress, String, long) - Method in class akka.cluster.ddata.PNCounterMap
-
INTERNAL API
- decrements() - Method in class akka.cluster.ddata.PNCounter
-
- DECREMENTS_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
-
- deepCopy() - Method in class akka.stream.AmorphousShape
-
- deepCopy() - Method in class akka.stream.BidiShape
-
- deepCopy() - Method in class akka.stream.ClosedShape$
-
- deepCopy() - Static method in class akka.stream.ClosedShape
-
- deepCopy() - Method in class akka.stream.FanInShape
-
- deepCopy() - Method in class akka.stream.FanInShape10
-
- deepCopy() - Method in class akka.stream.FanInShape11
-
- deepCopy() - Method in class akka.stream.FanInShape12
-
- deepCopy() - Method in class akka.stream.FanInShape13
-
- deepCopy() - Method in class akka.stream.FanInShape14
-
- deepCopy() - Method in class akka.stream.FanInShape15
-
- deepCopy() - Method in class akka.stream.FanInShape16
-
- deepCopy() - Method in class akka.stream.FanInShape17
-
- deepCopy() - Method in class akka.stream.FanInShape18
-
- deepCopy() - Method in class akka.stream.FanInShape19
-
- deepCopy() - Method in class akka.stream.FanInShape1N
-
- deepCopy() - Method in class akka.stream.FanInShape2
-
- deepCopy() - Method in class akka.stream.FanInShape20
-
- deepCopy() - Method in class akka.stream.FanInShape21
-
- deepCopy() - Method in class akka.stream.FanInShape22
-
- deepCopy() - Method in class akka.stream.FanInShape3
-
- deepCopy() - Method in class akka.stream.FanInShape4
-
- deepCopy() - Method in class akka.stream.FanInShape5
-
- deepCopy() - Method in class akka.stream.FanInShape6
-
- deepCopy() - Method in class akka.stream.FanInShape7
-
- deepCopy() - Method in class akka.stream.FanInShape8
-
- deepCopy() - Method in class akka.stream.FanInShape9
-
- deepCopy() - Method in class akka.stream.FanOutShape
-
- deepCopy() - Method in class akka.stream.FanOutShape10
-
- deepCopy() - Method in class akka.stream.FanOutShape11
-
- deepCopy() - Method in class akka.stream.FanOutShape12
-
- deepCopy() - Method in class akka.stream.FanOutShape13
-
- deepCopy() - Method in class akka.stream.FanOutShape14
-
- deepCopy() - Method in class akka.stream.FanOutShape15
-
- deepCopy() - Method in class akka.stream.FanOutShape16
-
- deepCopy() - Method in class akka.stream.FanOutShape17
-
- deepCopy() - Method in class akka.stream.FanOutShape18
-
- deepCopy() - Method in class akka.stream.FanOutShape19
-
- deepCopy() - Method in class akka.stream.FanOutShape2
-
- deepCopy() - Method in class akka.stream.FanOutShape20
-
- deepCopy() - Method in class akka.stream.FanOutShape21
-
- deepCopy() - Method in class akka.stream.FanOutShape22
-
- deepCopy() - Method in class akka.stream.FanOutShape3
-
- deepCopy() - Method in class akka.stream.FanOutShape4
-
- deepCopy() - Method in class akka.stream.FanOutShape5
-
- deepCopy() - Method in class akka.stream.FanOutShape6
-
- deepCopy() - Method in class akka.stream.FanOutShape7
-
- deepCopy() - Method in class akka.stream.FanOutShape8
-
- deepCopy() - Method in class akka.stream.FanOutShape9
-
- deepCopy() - Method in class akka.stream.FlowShape
-
- deepCopy() - Method in class akka.stream.scaladsl.MergePreferred.MergePreferredShape
-
- deepCopy() - Method in class akka.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 akka.stream.SinkShape
-
- deepCopy() - Method in class akka.stream.SourceShape
-
- deepCopy() - Method in class akka.stream.UniformFanInShape
-
- deepCopy() - Method in class akka.stream.UniformFanOutShape
-
- defaultAddress() - Method in class akka.remote.artery.ArteryTransport
-
- defaultAddress() - Method in class akka.remote.RemoteTransport
-
The default transport address of the ActorSystem
- defaultAddress() - Method in class akka.remote.Remoting
-
- defaultAddress(ActorSystem) - Method in class akka.routing.ConsistentHashingRoutingLogic$
-
Address to use for the selfAddress parameter
- defaultAddress(ActorSystem) - Static method in class akka.routing.ConsistentHashingRoutingLogic
-
Address to use for the selfAddress parameter
- defaultAllowCoreThreadTimeout() - Method in class akka.dispatch.ThreadPoolConfig$
-
- defaultAllowCoreThreadTimeout() - Static method in class akka.dispatch.ThreadPoolConfig
-
- DefaultAttributes$() - Constructor for class akka.stream.impl.Stages.DefaultAttributes$
-
- DefaultCamel - Class in akka.camel.internal
-
INTERNAL API
Creates an instance of the Camel subsystem.
- DefaultCamel(ExtendedActorSystem) - Constructor for class akka.camel.internal.DefaultCamel
-
- defaultClock() - Method in class akka.cluster.ddata.LWWRegister$
-
The default
LWWRegister.Clock is using max value of
System.currentTimeMillis()
and
currentTimestamp + 1.
- defaultClock() - Static method in class akka.cluster.ddata.LWWRegister
-
The default
LWWRegister.Clock is using max value of
System.currentTimeMillis()
and
currentTimestamp + 1.
- defaultClock() - Method in class akka.remote.FailureDetector$
-
- defaultConnectInterval() - Method in class akka.contrib.pattern.ReliableProxy
-
- DefaultContextProvider - Class in akka.camel
-
Default implementation of
ContextProvider
Provides a new DefaultCamelContext per actor system
- DefaultContextProvider() - Constructor for class akka.camel.DefaultContextProvider
-
- defaultCorePoolSize() - Method in class akka.dispatch.ThreadPoolConfig$
-
- defaultCorePoolSize() - Static method in class akka.dispatch.ThreadPoolConfig
-
- defaultCreator() - Method in class akka.actor.Props$
-
The defaultCreator, simply throws an UnsupportedOperationException when applied, which is used when creating a Props
- defaultCreator() - Static method in class akka.actor.Props
-
The defaultCreator, simply throws an UnsupportedOperationException when applied, which is used when creating a Props
- defaultDecider() - Method in class akka.actor.SupervisorStrategy$
-
When supervisorStrategy is not specified for an actor this
Decider is used by default in the supervisor strategy.
- defaultDecider() - Static method in class akka.actor.SupervisorStrategy
-
When supervisorStrategy is not specified for an actor this
Decider is used by default in the supervisor strategy.
- defaultDeploy() - Method in class akka.actor.Props$
-
The default Deploy instance which is used when creating a Props
- defaultDeploy() - Static method in class akka.actor.Props
-
The default Deploy instance which is used when creating a Props
- defaultDispatcherConfig() - Method in class akka.dispatch.Dispatchers
-
- defaultDispatcherConfig() - Method in class akka.typed.internal.DispatchersImpl
-
- defaultDispatcherId() - Method in class akka.actor.TypedProps$
-
- defaultDispatcherId() - Static method in class akka.actor.TypedProps
-
- DefaultDispatcherId() - Method in class akka.dispatch.Dispatchers$
-
The id of the default dispatcher, also the full key of the
configuration of the default dispatcher.
- DefaultDispatcherId() - Static method in class akka.dispatch.Dispatchers
-
The id of the default dispatcher, also the full key of the
configuration of the default dispatcher.
- DefaultDispatcherId() - Method in class akka.typed.Dispatchers$
-
The id of the default dispatcher, also the full key of the
configuration of the default dispatcher.
- DefaultDispatcherId() - Static method in class akka.typed.Dispatchers
-
The id of the default dispatcher, also the full key of the
configuration of the default dispatcher.
- DefaultDispatcherPrerequisites - Class in akka.dispatch
-
INTERNAL API
- DefaultDispatcherPrerequisites(ThreadFactory, EventStream, Scheduler, DynamicAccess, ActorSystem.Settings, Mailboxes, Option<ExecutionContext>) - Constructor for class akka.dispatch.DefaultDispatcherPrerequisites
-
- DefaultDispatcherPrerequisites$ - Class in akka.dispatch
-
- DefaultDispatcherPrerequisites$() - Constructor for class akka.dispatch.DefaultDispatcherPrerequisites$
-
- defaultEquality() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- defaultEquality() - Static method in class akka.persistence.journal.JournalSpec
-
- defaultEquality() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- defaultExecutionContext() - Method in class akka.actor.BootstrapSetup
-
- defaultExecutionContext() - Method in class akka.dispatch.DefaultDispatcherPrerequisites
-
- defaultExecutionContext() - Method in interface akka.dispatch.DispatcherPrerequisites
-
- DefaultExecutorServiceConfigurator - Class in akka.dispatch
-
- DefaultExecutorServiceConfigurator(Config, DispatcherPrerequisites, ExecutorServiceConfigurator) - Constructor for class akka.dispatch.DefaultExecutorServiceConfigurator
-
- DefaultFailureDetectorRegistry<A> - Class in akka.remote
-
- DefaultFailureDetectorRegistry(Function0<FailureDetector>) - Constructor for class akka.remote.DefaultFailureDetectorRegistry
-
- defaultGlobalDispatcher() - Method in class akka.dispatch.Dispatchers
-
The one and only default dispatcher.
- defaultGlobalDispatcher() - Method in class akka.typed.internal.DispatchersImpl
-
The one and only default dispatcher.
- DefaultInputTransferStates - Interface in akka.stream.impl
-
INTERNAL API
- defaultInternalStashOverflowStrategy() - Method in class akka.persistence.Persistence
-
- defaultLoader() - Method in class akka.actor.TypedProps$
-
- defaultLoader() - Static method in class akka.actor.TypedProps
-
- DefaultLogger() - Constructor for class akka.event.Logging.DefaultLogger
-
- DefaultLogger - Class in akka.typed
-
- DefaultLogger() - Constructor for class akka.typed.DefaultLogger
-
- DefaultLoggingFilter - Class in akka.event
-
- DefaultLoggingFilter(Function0<Logging.LogLevel>) - Constructor for class akka.event.DefaultLoggingFilter
-
- DefaultLoggingFilter(ActorSystem.Settings, EventStream) - Constructor for class akka.event.DefaultLoggingFilter
-
- DefaultLoggingFilter - Class in akka.typed
-
- DefaultLoggingFilter(Settings, EventStream) - Constructor for class akka.typed.DefaultLoggingFilter
-
- DefaultMailboxCapacity() - Method in class akka.typed.Settings
-
- DefaultMailboxId() - Method in class akka.dispatch.Mailboxes$
-
- DefaultMailboxId() - Static method in class akka.dispatch.Mailboxes
-
- defaultMaxPoolSize() - Method in class akka.dispatch.ThreadPoolConfig$
-
- defaultMaxPoolSize() - Static method in class akka.dispatch.ThreadPoolConfig
-
- DefaultMessageDispatcher - Class in akka.remote
-
INTERNAL API
- DefaultMessageDispatcher(ExtendedActorSystem, RemoteActorRefProvider, MarkerLoggingAdapter) - Constructor for class akka.remote.DefaultMessageDispatcher
-
- DefaultOptimalSizeExploringResizer - Class in akka.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 akka.routing.DefaultOptimalSizeExploringResizer
-
- DefaultOptimalSizeExploringResizer$ - Class in akka.routing
-
- DefaultOptimalSizeExploringResizer$() - Constructor for class akka.routing.DefaultOptimalSizeExploringResizer$
-
- DefaultOSGiLogger - Class in akka.osgi
-
Logger for OSGi environment.
- DefaultOSGiLogger() - Constructor for class akka.osgi.DefaultOSGiLogger
-
- DefaultOutputTransferStates - Interface in akka.stream.impl
-
INTERNAL API
- defaultReceive() - Method in interface akka.cluster.pubsub.DistributedPubSubMediator.Internal$.TopicLike
-
- defaultRejectionPolicy() - Method in class akka.dispatch.ThreadPoolConfig$
-
- defaultRejectionPolicy() - Static method in class akka.dispatch.ThreadPoolConfig
-
- DefaultResizer - Class in akka.routing
-
- DefaultResizer(int, int, int, double, double, double, int) - Constructor for class akka.routing.DefaultResizer
-
- DefaultResizer(int, int) - Constructor for class akka.routing.DefaultResizer
-
Java API constructor for default values except bounds.
- DefaultResizer$ - Class in akka.routing
-
- DefaultResizer$() - Constructor for class akka.routing.DefaultResizer$
-
- DefaultReturnTimeout() - Method in class akka.actor.TypedActorExtension
-
Default timeout for typed actor methods with non-void return type
- defaultRoutedProps() - Method in class akka.actor.Props$
-
The defaultRoutedProps is NoRouter which is used when creating a Props
- defaultRoutedProps() - Static method in class akka.actor.Props
-
The defaultRoutedProps is NoRouter which is used when creating a Props
- DefaultSigarProvider - Class in akka.cluster.metrics
-
- DefaultSigarProvider(ClusterMetricsSettings) - Constructor for class akka.cluster.metrics.DefaultSigarProvider
-
- DefaultSigarProvider$ - Class in akka.cluster.metrics
-
- DefaultSigarProvider$() - Constructor for class akka.cluster.metrics.DefaultSigarProvider$
-
- defaultSSLConfigSettings(ActorSystem) - Method in class com.typesafe.sslconfig.akka.AkkaSSLConfig$
-
- defaultSSLConfigSettings(ActorSystem) - Static method in class com.typesafe.sslconfig.akka.AkkaSSLConfig
-
- DefaultSSLEngineConfigurator - Class in com.typesafe.sslconfig.akka
-
- DefaultSSLEngineConfigurator(SSLConfigSettings, String[], String[]) - Constructor for class com.typesafe.sslconfig.akka.DefaultSSLEngineConfigurator
-
- DefaultState() - Method in class akka.actor.ActorCell$
-
- DefaultState() - Static method in class akka.actor.ActorCell
-
- DefaultState() - Method in class akka.typed.internal.ActorCell$
-
- DefaultState() - Static method in class akka.typed.internal.ActorCell
-
- defaultStrategy() - Method in class akka.actor.SupervisorStrategy$
-
When supervisorStrategy is not specified for an actor this
is used by default.
- defaultStrategy() - Static method in class akka.actor.SupervisorStrategy
-
When supervisorStrategy is not specified for an actor this
is used by default.
- DefaultSupervisorStrategy - Class in akka.actor
-
- DefaultSupervisorStrategy() - Constructor for class akka.actor.DefaultSupervisorStrategy
-
- defaultSupervisorStrategy() - Method in class akka.routing.Pool$
-
- DefaultSystemMessageQueue - Interface in akka.dispatch
-
INTERNAL API
- defaultTimeout() - Method in class akka.actor.TypedProps$
-
- defaultTimeout() - Static method in class akka.actor.TypedProps
-
- defaultTimeout() - Method in class akka.dispatch.ThreadPoolConfig$
-
- defaultTimeout() - Static method in class akka.dispatch.ThreadPoolConfig
-
- DefaultTimeout - Interface in akka.testkit
-
- DefaultTimeout() - Method in class akka.testkit.TestBarrier$
-
- DefaultTimeout() - Static method in class akka.testkit.TestBarrier
-
- DefaultTimeout() - Method in class akka.testkit.TestKitSettings
-
- DefaultTimeout() - Method in class akka.testkit.TestLatch$
-
- DefaultTimeout() - Static method in class akka.testkit.TestLatch
-
- DefaultVirtualNodesFactor() - Method in class akka.actor.ActorSystem.Settings
-
- deferAsync(A, Procedure<A>) - Method in class akka.persistence.AbstractPersistentActor
-
Defer the handler execution until all pending handlers have been executed.
- deferAsync(A, Function1<A, BoxedUnit>) - Method in interface akka.persistence.Eventsourced
-
Defer the handler execution until all pending handlers have been executed.
- deferAsync(A, Procedure<A>) - Method in class akka.persistence.UntypedPersistentActor
-
Defer the handler execution until all pending handlers have been executed.
- Deferred(Function0<Behavior<T>>) - Constructor for class akka.typed.ScalaDSL.Deferred
-
- Deferred$() - Constructor for class akka.typed.ScalaDSL.Deferred$
-
- defineClass(byte[], int, int) - Static method in class akka.osgi.BundleDelegatingClassLoader
-
- defineClass(String, byte[], int, int) - Static method in class akka.osgi.BundleDelegatingClassLoader
-
- defineClass(String, byte[], int, int, ProtectionDomain) - Static method in class akka.osgi.BundleDelegatingClassLoader
-
- defineClass(String, ByteBuffer, ProtectionDomain) - Static method in class akka.osgi.BundleDelegatingClassLoader
-
- defined(Number) - Static method in class akka.cluster.Metric
-
Deprecated.
- defined(Number) - Method in interface akka.cluster.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(Number) - Static method in class akka.cluster.metrics.Metric
-
- defined(Number) - Method in interface akka.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 akka.japi.pf.FI.TypedPredicate
-
The predicate to evaluate.
- defined(T, U) - Method in interface akka.japi.pf.FI.TypedPredicate2
-
The predicate to evaluate.
- defined() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- defined() - Static method in class akka.persistence.journal.JournalSpec
-
- defined() - Method in class akka.persistence.PluginSpec
-
- defined() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- definedAt(T) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- definedAt(T) - Static method in class akka.persistence.journal.JournalSpec
-
- definedAt(T) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- definePackage(String, String, String, String, String, String, String, URL) - Static method in class akka.osgi.BundleDelegatingClassLoader
-
- deflate() - Method in class akka.stream.scaladsl.Compression$
-
Creates a flow that deflate-compresses a stream of ByteString.
- deflate() - Static method in class akka.stream.scaladsl.Compression
-
Creates a flow that deflate-compresses a stream of ByteString.
- DeflateCompressor - Class in akka.stream.impl.io.compression
-
INTERNAL API
- DeflateCompressor() - Constructor for class akka.stream.impl.io.compression.DeflateCompressor
-
- DeflateCompressor$ - Class in akka.stream.impl.io.compression
-
INTERNAL API
- DeflateCompressor$() - Constructor for class akka.stream.impl.io.compression.DeflateCompressor$
-
- DeflateDecompressor - Class in akka.stream.impl.io.compression
-
INTERNAL API
- DeflateDecompressor(int) - Constructor for class akka.stream.impl.io.compression.DeflateDecompressor
-
- DeflateDecompressorBase - Class in akka.stream.impl.io.compression
-
INTERNAL API
- DeflateDecompressorBase(int) - Constructor for class akka.stream.impl.io.compression.DeflateDecompressorBase
-
- DeflateDecompressorBase$ - Class in akka.stream.impl.io.compression
-
INTERNAL API
- DeflateDecompressorBase$() - Constructor for class akka.stream.impl.io.compression.DeflateDecompressorBase$
-
- DeflateDecompressorBase.DecompressorParsingLogic - Class in akka.stream.impl.io.compression
-
- DeflateDecompressorBase.DecompressorParsingLogic.Inflate - Class in akka.stream.impl.io.compression
-
- deflater() - Method in class akka.stream.impl.io.compression.DeflateCompressor
-
- deflater() - Method in class akka.stream.impl.io.compression.GzipCompressor
-
- Delay<T> - Class in akka.stream.impl.fusing
-
- Delay(FiniteDuration, DelayOverflowStrategy) - Constructor for class akka.stream.impl.fusing.Delay
-
- delay() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- delay(FiniteDuration, DelayOverflowStrategy) - Static method in class akka.stream.impl.SubFlowImpl
-
- delay() - Method in class akka.stream.impl.Timers.DelayInitial
-
- delay(FiniteDuration, DelayOverflowStrategy) - Method in class akka.stream.javadsl.Flow
-
Shifts elements emission in time by a specified amount.
- delay(FiniteDuration, DelayOverflowStrategy) - Method in class akka.stream.javadsl.Source
-
Shifts elements emission in time by a specified amount.
- delay(FiniteDuration, DelayOverflowStrategy) - Method in class akka.stream.javadsl.SubFlow
-
Shifts elements emission in time by a specified amount.
- delay(FiniteDuration, DelayOverflowStrategy) - Method in class akka.stream.javadsl.SubSource
-
Shifts elements emission in time by a specified amount.
- delay(FiniteDuration, DelayOverflowStrategy) - Static method in class akka.stream.scaladsl.Flow
-
- delay(FiniteDuration, DelayOverflowStrategy) - Method in interface akka.stream.scaladsl.FlowOps
-
Shifts elements emission in time by a specified amount.
- delay(FiniteDuration, DelayOverflowStrategy) - Static method in class akka.stream.scaladsl.Source
-
- delay() - Method in class akka.typed.Effect.Scheduled
-
- delay$default$2() - Static method in class akka.stream.impl.SubFlowImpl
-
- delay$default$2() - Static method in class akka.stream.scaladsl.Flow
-
- delay$default$2() - Static method in class akka.stream.scaladsl.Source
-
- delayedInit(Function0<BoxedUnit>) - Static method in class akka.remote.artery.FlightRecorderDump
-
- DelayedMemberRemoved(Member) - Constructor for class akka.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved
-
- delayedQuarantine(Member, MemberStatus) - Method in class akka.cluster.ClusterRemoteWatcher
-
- delayInitial() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- DelayInitial(FiniteDuration) - Constructor for class akka.stream.impl.Timers.DelayInitial
-
- DelayOverflowStrategy - Class in akka.stream
-
Represents a strategy that decides how to deal with a buffer of time based stage
that is full but is about to receive a new element.
- DelayOverflowStrategy() - Constructor for class akka.stream.DelayOverflowStrategy
-
- DelayOverflowStrategy$ - Class in akka.stream
-
- DelayOverflowStrategy$() - Constructor for class akka.stream.DelayOverflowStrategy$
-
- delegate() - Method in class akka.stream.impl.SubFusingActorMaterializerImpl
-
- DelegatingSupervisorStrategy() - Constructor for class akka.testkit.TestActor.DelegatingSupervisorStrategy
-
- Delete(Key<A>, Replicator.WriteConsistency) - Constructor for class akka.cluster.ddata.Replicator.Delete
-
- delete(String, long) - Method in interface akka.persistence.journal.inmem.InmemMessages
-
- Delete$() - Constructor for class akka.cluster.ddata.Replicator.Delete$
-
- DeleteAeronDirectory() - Method in class akka.remote.artery.ArterySettings.Advanced$
-
- deleteAsync(SnapshotMetadata) - Method in class akka.persistence.snapshot.japi.SnapshotStore
-
- deleteAsync(String, SnapshotSelectionCriteria) - Method in class akka.persistence.snapshot.japi.SnapshotStore
-
- deleteAsync(SnapshotMetadata) - Method in class akka.persistence.snapshot.local.LocalSnapshotStore
-
- deleteAsync(String, SnapshotSelectionCriteria) - Method in class akka.persistence.snapshot.local.LocalSnapshotStore
-
- deleteAsync(SnapshotMetadata) - Method in class akka.persistence.snapshot.NoSnapshotStore
-
- deleteAsync(String, SnapshotSelectionCriteria) - Method in class akka.persistence.snapshot.NoSnapshotStore
-
- deleteAsync(SnapshotMetadata) - Method in interface akka.persistence.snapshot.SnapshotStore
-
Plugin API: deletes the snapshot identified by metadata.
- deleteAsync(String, SnapshotSelectionCriteria) - Method in interface akka.persistence.snapshot.SnapshotStore
-
Plugin API: deletes all snapshots matching criteria.
- deleted() - Method in class akka.persistence.PersistentImpl
-
- deleted() - Method in interface akka.persistence.PersistentRepr
-
Not used in new records stored with Akka v2.4, but
old records from v2.3 may have this as true if
it was a non-permanent delete.
- DELETED_FIELD_NUMBER - Static variable in class akka.persistence.serialization.MessageFormats.PersistentMessage
-
- DeletedData() - Constructor for class akka.cluster.ddata.Replicator.Internal$.DeletedData
-
- DeletedDigest() - Method in class akka.cluster.ddata.Replicator.Internal$
-
- DeletedEnvelope() - Method in class akka.cluster.ddata.Replicator.Internal$
-
- deleteFlightRecorderFile() - Method in interface akka.remote.testkit.FlightRecordingSupport
-
Delete flight the recorder file if it exists
- deleteMessages(long) - Method in interface akka.persistence.Eventsourced
-
Permanently deletes all persistent messages with sequence numbers less than or equal toSequenceNr.
- DeleteMessagesFailure - Class in akka.persistence
-
- DeleteMessagesFailure(Throwable, long) - Constructor for class akka.persistence.DeleteMessagesFailure
-
- DeleteMessagesFailure$ - Class in akka.persistence
-
- DeleteMessagesFailure$() - Constructor for class akka.persistence.DeleteMessagesFailure$
-
- DeleteMessagesSuccess - Class in akka.persistence
-
- DeleteMessagesSuccess(long) - Constructor for class akka.persistence.DeleteMessagesSuccess
-
- DeleteMessagesSuccess$ - Class in akka.persistence
-
- DeleteMessagesSuccess$() - Constructor for class akka.persistence.DeleteMessagesSuccess$
-
- DeleteMessagesTo(String, long) - Constructor for class akka.persistence.journal.AsyncWriteTarget.DeleteMessagesTo
-
- DeleteMessagesTo(String, long, ActorRef) - Constructor for class akka.persistence.JournalProtocol.DeleteMessagesTo
-
- DeleteMessagesTo$() - Constructor for class akka.persistence.journal.AsyncWriteTarget.DeleteMessagesTo$
-
- DeleteMessagesTo$() - Constructor for class akka.persistence.JournalProtocol.DeleteMessagesTo$
-
- DeleteSnapshot(SnapshotMetadata) - Constructor for class akka.persistence.SnapshotProtocol.DeleteSnapshot
-
- deleteSnapshot(long) - Method in interface akka.persistence.Snapshotter
-
Deletes the snapshot identified by sequenceNr.
- DeleteSnapshot$() - Constructor for class akka.persistence.SnapshotProtocol.DeleteSnapshot$
-
- DeleteSnapshotFailure - Class in akka.persistence
-
- DeleteSnapshotFailure(SnapshotMetadata, Throwable) - Constructor for class akka.persistence.DeleteSnapshotFailure
-
- DeleteSnapshotFailure$ - Class in akka.persistence
-
- DeleteSnapshotFailure$() - Constructor for class akka.persistence.DeleteSnapshotFailure$
-
- DeleteSnapshots(String, SnapshotSelectionCriteria) - Constructor for class akka.persistence.SnapshotProtocol.DeleteSnapshots
-
- deleteSnapshots(SnapshotSelectionCriteria) - Method in interface akka.persistence.Snapshotter
-
Deletes all snapshots matching criteria.
- DeleteSnapshots$() - Constructor for class akka.persistence.SnapshotProtocol.DeleteSnapshots$
-
- DeleteSnapshotsFailure - Class in akka.persistence
-
- DeleteSnapshotsFailure(SnapshotSelectionCriteria, Throwable) - Constructor for class akka.persistence.DeleteSnapshotsFailure
-
- DeleteSnapshotsFailure$ - Class in akka.persistence
-
- DeleteSnapshotsFailure$() - Constructor for class akka.persistence.DeleteSnapshotsFailure$
-
- DeleteSnapshotsSuccess - Class in akka.persistence
-
Sent to a
PersistentActor after successful deletion of specified range of snapshots.
- DeleteSnapshotsSuccess(SnapshotSelectionCriteria) - Constructor for class akka.persistence.DeleteSnapshotsSuccess
-
- DeleteSnapshotsSuccess$ - Class in akka.persistence
-
- DeleteSnapshotsSuccess$() - Constructor for class akka.persistence.DeleteSnapshotsSuccess$
-
- DeleteSnapshotSuccess - Class in akka.persistence
-
- DeleteSnapshotSuccess(SnapshotMetadata) - Constructor for class akka.persistence.DeleteSnapshotSuccess
-
- DeleteSnapshotSuccess$ - Class in akka.persistence
-
- DeleteSnapshotSuccess$() - Constructor for class akka.persistence.DeleteSnapshotSuccess$
-
- DeleteSuccess(Key<A>) - Constructor for class akka.cluster.ddata.Replicator.DeleteSuccess
-
- DeleteSuccess$() - Constructor for class akka.cluster.ddata.Replicator.DeleteSuccess$
-
- deletionKey(int, long) - Method in class akka.persistence.journal.leveldb.Key$
-
- deletionKey(int, long) - Static method in class akka.persistence.journal.leveldb.Key
-
- delimiter(ByteString, int) - Method in class akka.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 akka.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) - Static method in class akka.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) - Static method in class akka.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) - Method in class akka.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) - Static method in class akka.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.
- delimiterFraming() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- deliver(ActorPath, Function<Long, Object>) - Method in class akka.persistence.AbstractPersistentActorWithAtLeastOnceDelivery
-
Java API: Send the message created by the deliveryIdToMessage function to
the destination actor.
- deliver(ActorSelection, Function<Long, Object>) - Method in class akka.persistence.AbstractPersistentActorWithAtLeastOnceDelivery
-
Java API: Send the message created by the deliveryIdToMessage function to
the destination actor.
- deliver(ActorPath, Function1<Object, Object>) - Method in interface akka.persistence.AtLeastOnceDeliveryLike
-
Scala API: Send the message created by the deliveryIdToMessage function to
the destination actor.
- deliver(ActorSelection, Function1<Object, Object>) - Method in interface akka.persistence.AtLeastOnceDeliveryLike
-
Scala API: Send the message created by the deliveryIdToMessage function to
the destination actor.
- deliver(ActorPath, Function<Long, Object>) - Method in class akka.persistence.UntypedPersistentActorWithAtLeastOnceDelivery
-
Java API: Send the message created by the deliveryIdToMessage function to
the destination actor.
- deliver(ActorSelection, Function<Long, Object>) - Method in class akka.persistence.UntypedPersistentActorWithAtLeastOnceDelivery
-
Java API: Send the message created by the deliveryIdToMessage function to
the destination actor.
- deliverBuf() - Static method in class akka.persistence.query.journal.leveldb.AllPersistenceIdsPublisher
-
- deliverBuf() - Method in interface akka.persistence.query.journal.leveldb.DeliveryBuffer
-
- deliverBufferedMessages(String, ActorRef) - Method in class akka.cluster.sharding.ShardRegion
-
- deliverMessage(Object, ActorRef) - Method in class akka.cluster.sharding.Shard
-
- deliverMessage(Object, ActorRef) - Method in class akka.cluster.sharding.ShardRegion
-
- deliverSelection(InternalActorRef, ActorRef, ActorSelectionMessage) - Method in class akka.actor.ActorSelection$
-
INTERNAL API
The receive logic for ActorSelectionMessage.
- deliverSelection(InternalActorRef, ActorRef, ActorSelectionMessage) - Static method in class akka.actor.ActorSelection
-
INTERNAL API
The receive logic for ActorSelectionMessage.
- deliverTo(String, Object, Object, ActorRef) - Method in class akka.cluster.sharding.PersistentShard
-
- deliverTo(String, Object, Object, ActorRef) - Method in class akka.cluster.sharding.Shard
-
- Delivery(ActorPath, Object, long, int) - Constructor for class akka.persistence.AtLeastOnceDelivery.Internal$.Delivery
-
- DeliveryBuffer<T> - Interface in akka.persistence.query.journal.leveldb
-
INTERNAL API
- deliveryId() - Method in class akka.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
-
- DELIVERYID_FIELD_NUMBER - Static variable in class akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
-
- Delta(Iterable<akka.cluster.pubsub.DistributedPubSubMediator.Internal.Bucket>) - Constructor for class akka.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta
-
- deltaCount() - Method in class akka.cluster.pubsub.DistributedPubSubMediator
-
- DeltaCount() - Constructor for class akka.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount
-
- demand() - Method in class akka.stream.actor.ActorPublisherState.State
-
- demand() - Method in class akka.stream.impl.FanOut.SubstreamRequestMore
-
- demand() - Method in class akka.stream.impl.fusing.ActorGraphInterpreter.RequestMore
-
- demand() - Method in class akka.stream.impl.RequestMore
-
- demand() - Method in class akka.stream.impl.VirtualProcessor.WrappedSubscription$.Buffering
-
- demand() - Method in class akka.stream.impl.VirtualProcessor.WrappedSubscription$.PassThrough$
-
- demand() - Method in interface akka.stream.impl.VirtualProcessor.WrappedSubscription$.SubscriptionState
-
- demandAvailable() - Method in class akka.stream.impl.FanoutOutputs
-
- demandAvailable() - Method in interface akka.stream.impl.Outputs
-
- demandAvailable() - Method in class akka.stream.impl.SimpleOutputs
-
- demandAvailableFor(int) - Method in class akka.stream.impl.FanOut.OutputBunch
-
- demandCount() - Method in class akka.stream.impl.FanoutOutputs
-
- demandCount() - Method in interface akka.stream.impl.Outputs
-
- demandCount() - Method in class akka.stream.impl.SimpleOutputs
-
- demandOrCancelAvailableFor(int) - Method in class akka.stream.impl.FanOut.OutputBunch
-
- dep() - Method in class akka.stream.impl.StreamLayout.Transform
-
- dep1() - Method in class akka.stream.impl.StreamLayout.Combine
-
- dep2() - Method in class akka.stream.impl.StreamLayout.Combine
-
- Depleted() - Method in class akka.stream.impl.FanIn$
-
- Depleted() - Static method in class akka.stream.impl.FanIn
-
- Deploy - Class in akka.actor
-
- Deploy(String, Config, RouterConfig, Scope, String, String) - Constructor for class akka.actor.Deploy
-
- Deploy(RouterConfig) - Constructor for class akka.actor.Deploy
-
Java API to create a Deploy with the given RouterConfig
- Deploy(RouterConfig, Scope) - Constructor for class akka.actor.Deploy
-
Java API to create a Deploy with the given RouterConfig with Scope
- Deploy(Scope) - Constructor for class akka.actor.Deploy
-
Java API to create a Deploy with the given Scope
- deploy(Deploy) - Method in class akka.actor.Deployer
-
- deploy() - Method in class akka.actor.Props
-
- deploy() - Method in class akka.actor.TypedProps
-
- deploy() - Method in class akka.remote.DaemonMsgCreate
-
- Deploy$ - Class in akka.actor
-
- Deploy$() - Constructor for class akka.actor.Deploy$
-
- DEPLOY_FIELD_NUMBER - Static variable in class akka.remote.WireFormats.DaemonMsgCreateData
-
- DEPLOY_FIELD_NUMBER - Static variable in class akka.remote.WireFormats.PropsData
-
- deployer() - Method in interface akka.actor.ActorRefProvider
-
The Deployer associated with this ActorRefProvider
- Deployer - Class in akka.actor
-
Deployer maps actor paths to actor deployments.
- Deployer(ActorSystem.Settings, DynamicAccess) - Constructor for class akka.actor.Deployer
-
- deployer() - Method in class akka.actor.LocalActorRefProvider
-
- deployer() - Method in class akka.remote.RemoteActorRefProvider
-
- deployment() - Method in class akka.typed.internal.ActorSystemImpl.CreateSystemActor
-
- DeploymentConfig - Class in akka.typed
-
Data structure for describing an actor’s deployment details like which
executor to run it on.
- DeploymentConfig() - Constructor for class akka.typed.DeploymentConfig
-
- deployments(RoleName) - Method in class akka.remote.testkit.MultiNodeConfig
-
- deployOn(RoleName, String) - Method in class akka.remote.testkit.MultiNodeConfig
-
- deployOnAll(String) - Method in class akka.remote.testkit.MultiNodeConfig
-
- depth() - Method in class akka.stream.impl.JsonObjectParser
-
- DequeBasedMessageQueue - Interface in akka.dispatch
-
- DequeBasedMessageQueueSemantics - Interface in akka.dispatch
-
DequeBasedMessageQueue refines QueueBasedMessageQueue to be backed by a java.util.Deque.
- dequeue() - Method in class akka.contrib.mailbox.PeekMailbox
-
- dequeue() - Method in class akka.dispatch.BoundedControlAwareMailbox.MessageQueue
-
- dequeue() - Method in interface akka.dispatch.BoundedDequeBasedMessageQueue
-
- dequeue() - Method in class akka.dispatch.BoundedNodeMessageQueue
-
- dequeue() - Method in interface akka.dispatch.BoundedQueueBasedMessageQueue
-
- dequeue() - Method in interface akka.dispatch.ControlAwareMessageQueueSemantics
-
- dequeue() - Method in class akka.dispatch.Mailbox
-
Try to dequeue the next message from this queue, return null failing that.
- dequeue() - Method in interface akka.dispatch.MessageQueue
-
Try to dequeue the next message from this queue, return null failing that.
- dequeue() - Method in class akka.dispatch.NodeMessageQueue
-
- dequeue() - Method in interface akka.dispatch.UnboundedDequeBasedMessageQueue
-
- dequeue() - Method in interface akka.dispatch.UnboundedQueueBasedMessageQueue
-
- dequeue() - Method in class akka.stream.impl.BoundedBuffer
-
- dequeue() - Method in interface akka.stream.impl.Buffer
-
- dequeue(int) - Method in class akka.stream.impl.FanIn.InputBunch
-
- dequeue() - Method in class akka.stream.impl.FixedSizeBuffer.FixedSizeBuffer
-
- dequeue() - Method in class akka.testkit.CallingThreadMailbox
-
- Dequeue$() - Constructor for class akka.remote.transport.ThrottledAssociation.Dequeue$
-
- dequeueAndYield() - Method in class akka.stream.impl.FanIn.InputBunch
-
- dequeueAndYield(int) - Method in class akka.stream.impl.FanIn.InputBunch
-
- dequeueInputElement() - Method in class akka.stream.impl.BatchingInputBuffer
-
- dequeueInputElement() - Method in interface akka.stream.impl.Inputs
-
- dequeuePreferring(int) - Method in class akka.stream.impl.FanIn.InputBunch
-
- DeRegister(ActorRef) - Constructor for class akka.camel.internal.CamelSupervisor.DeRegister
-
- DeRegister$() - Constructor for class akka.camel.internal.CamelSupervisor.DeRegister$
-
- deregisterAssociation(Tuple2<Address, Address>) - Method in class akka.remote.transport.TestTransport.AssociationRegistry
-
Removes an association.
- descendant(Iterable<String>) - Method in interface akka.actor.ActorPath
-
Java API: Recursively create a descendant’s path by appending all child names.
- descendant(Iterable<String>) - Method in class akka.actor.ActorSystem
-
Java API: Recursively create a descendant’s path by appending all child names.
- descendant(Iterable<String>) - Static method in class akka.actor.RootActorPath
-
- Desequenced(Object, long, ActorRef, ActorRef) - Constructor for class akka.persistence.journal.AsyncWriteJournal.Desequenced
-
- Desequenced$() - Constructor for class akka.persistence.journal.AsyncWriteJournal.Desequenced$
-
- deserialize(InputStream) - Method in class akka.persistence.snapshot.local.LocalSnapshotStore
-
- deserialize(InboundEnvelope) - Method in class akka.remote.artery.RemoteInstruments
-
- deserialize(ExtendedActorSystem, WireFormats.SerializedMessage) - Method in class akka.remote.MessageSerializer$
-
Uses Akka Serialization for the specified ActorSystem to transform the given MessageProtocol to a message
- deserialize(ExtendedActorSystem, WireFormats.SerializedMessage) - Static method in class akka.remote.MessageSerializer
-
Uses Akka Serialization for the specified ActorSystem to transform the given MessageProtocol to a message
- deserialize(byte[], int, Option<Class<? extends T>>) - Method in class akka.serialization.Serialization
-
Deserializes the given array of bytes using the specified serializer id,
using the optional type hint to the Serializer.
- deserialize(byte[], int, String) - Method in class akka.serialization.Serialization
-
Deserializes the given array of bytes using the specified serializer id,
using the optional type hint to the Serializer.
- deserialize(byte[], Class<T>) - Method in class akka.serialization.Serialization
-
Deserializes the given array of bytes using the specified type to look up what Serializer should be used.
- deserializeActorRef(String) - Method in class akka.remote.serialization.ArteryMessageSerializer
-
- deserializeActorRef(ExtendedActorSystem, WireFormats.ActorRefData) - Method in class akka.remote.serialization.ProtobufSerializer$
-
Helper to materialize (lookup) an
ActorRef
from Akka's protobuf representation in the supplied
ActorSystem.
- deserializeActorRef(ExtendedActorSystem, WireFormats.ActorRefData) - Static method in class akka.remote.serialization.ProtobufSerializer
-
Helper to materialize (lookup) an
ActorRef
from Akka's protobuf representation in the supplied
ActorSystem.
- deserializeActorRefCompressionAdvertisement(byte[]) - Method in class akka.remote.serialization.ArteryMessageSerializer
-
- deserializeAddress(ArteryControlFormats.Address) - Method in class akka.remote.serialization.ArteryMessageSerializer
-
- deserializeArteryHeartbeatRsp(byte[], Function1<Object, RemoteWatcher.ArteryHeartbeatRsp>) - Method in class akka.remote.serialization.ArteryMessageSerializer
-
- deserializeByteBuffer(ByteBuffer, int, String) - Method in class akka.serialization.Serialization
-
Deserializes the given ByteBuffer of bytes using the specified serializer id,
using the optional type hint to the Serializer.
- deserializeCompressionAdvertisement(byte[], Function1<String, T>, Function2<UniqueAddress, CompressionTable<T>, U>) - Method in class akka.remote.serialization.ArteryMessageSerializer
-
- deserializeCompressionTableAdvertisementAck(byte[], Function2<UniqueAddress, Object, Object>) - Method in class akka.remote.serialization.ArteryMessageSerializer
-
- deserializeForArtery(ExtendedActorSystem, long, Serialization, int, String, EnvelopeBuffer) - Method in class akka.remote.MessageSerializer$
-
- deserializeForArtery(ExtendedActorSystem, long, Serialization, int, String, EnvelopeBuffer) - Static method in class akka.remote.MessageSerializer
-
- deserializeHandshakeReq(byte[], Function2<UniqueAddress, Address, OutboundHandshake.HandshakeReq>) - Method in class akka.remote.serialization.ArteryMessageSerializer
-
- deserializePayload(ContainerFormats.Payload) - Method in class akka.remote.serialization.WrappedPayloadSupport
-
- deserializeQuarantined(ArteryControlFormats.Quarantined) - Method in class akka.remote.serialization.ArteryMessageSerializer
-
- Deserializer - Class in akka.remote.artery
-
INTERNAL API
- Deserializer(InboundContext, ExtendedActorSystem, EnvelopeBufferPool) - Constructor for class akka.remote.artery.Deserializer
-
- deserializeRaw(InboundEnvelope) - Method in class akka.remote.artery.RemoteInstruments
-
- deserializeSystemMessageDeliveryAck(byte[], Function2<Object, UniqueAddress, Object>) - Method in class akka.remote.serialization.ArteryMessageSerializer
-
- deserializeSystemMessageEnvelope(byte[]) - Method in class akka.remote.serialization.ArteryMessageSerializer
-
- deserializeThrowable(byte[]) - Method in class akka.remote.serialization.ThrowableSupport
-
- deserializeUniqueAddress(ArteryControlFormats.UniqueAddress) - Method in class akka.remote.serialization.ArteryMessageSerializer
-
- deserializeWithFromAddress(byte[], Function1<UniqueAddress, Object>) - Method in class akka.remote.serialization.ArteryMessageSerializer
-
- desiredAssertionStatus(String) - Static method in class akka.osgi.BundleDelegatingClassLoader
-
- destination() - Method in class akka.persistence.AtLeastOnceDelivery.Internal$.Delivery
-
- destination() - Method in class akka.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
-
- DESTINATION_FIELD_NUMBER - Static variable in class akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
-
- destinationIsValidForDump() - Method in interface akka.remote.testkit.FlightRecordingSupport
-
- detach(ActorCell) - Method in class akka.dispatch.MessageDispatcher
-
Detaches the specified actor instance from this dispatcher
- detach(InboundControlJunction.ControlMessageObserver) - Method in interface akka.remote.artery.InboundControlJunction.ControlMessageSubject
-
- detach() - Static method in class akka.stream.impl.SubFlowImpl
-
- detach() - Method in class akka.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 akka.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 akka.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 akka.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() - Static method in class akka.stream.scaladsl.Flow
-
- detach() - Method in interface akka.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() - Static method in class akka.stream.scaladsl.Source
-
- detach(ActorCell) - Static method in class akka.testkit.CallingThreadDispatcher
-
- detachedChunk() - Method in class akka.stream.impl.io.InputStreamAdapter
-
- DetachedContext<Out> - Interface in akka.stream.stage
-
- DetachedStage<In,Out> - Class in akka.stream.stage
-
- DetachedStage() - Constructor for class akka.stream.stage.DetachedStage
-
Deprecated.
- detacher() - Method in class akka.stream.impl.fusing.GraphStages$
-
- detacher() - Static method in class akka.stream.impl.fusing.GraphStages
-
- Detacher() - Constructor for class akka.stream.impl.fusing.GraphStages.Detacher
-
- detacher() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- determined() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- determined() - Static method in class akka.persistence.journal.JournalSpec
-
- determined() - Method in class akka.persistence.PluginSpec
-
- determined() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- Dettach(InboundControlJunction.ControlMessageObserver) - Constructor for class akka.remote.artery.InboundControlJunction.Dettach
-
- Dettach$() - Constructor for class akka.remote.artery.InboundControlJunction.Dettach$
-
- DiagnosticActorLogging - Interface in akka.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 akka.event
-
- DiagnosticMarkerBusLoggingAdapter - Class in akka.event
-
- DiagnosticMarkerBusLoggingAdapter(LoggingBus, String, Class<?>, LoggingFilter) - Constructor for class akka.event.DiagnosticMarkerBusLoggingAdapter
-
- dictionary() - Method in class akka.remote.artery.compress.CompressionTable
-
- diff(GenSeq<B>) - Static method in class akka.util.ByteString
-
- diff(GenSeq<B>) - Static method in class akka.util.CompactByteString
-
- diffLeader(Gossip, Gossip, UniqueAddress) - Method in class akka.cluster.ClusterEvent$
-
INTERNAL API
- diffLeader(Gossip, Gossip, UniqueAddress) - Static method in class akka.cluster.ClusterEvent
-
INTERNAL API
- diffMemberEvents(Gossip, Gossip) - Method in class akka.cluster.ClusterEvent$
-
INTERNAL API.
- diffMemberEvents(Gossip, Gossip) - Static method in class akka.cluster.ClusterEvent
-
INTERNAL API.
- diffReachability(Gossip, Gossip) - Method in class akka.cluster.ClusterEvent$
-
INTERNAL API
- diffReachability(Gossip, Gossip) - Static method in class akka.cluster.ClusterEvent
-
INTERNAL API
- diffReachable(Gossip, Gossip, UniqueAddress) - Method in class akka.cluster.ClusterEvent$
-
INTERNAL API
- diffReachable(Gossip, Gossip, UniqueAddress) - Static method in class akka.cluster.ClusterEvent
-
INTERNAL API
- diffRolesLeader(Gossip, Gossip, UniqueAddress) - Method in class akka.cluster.ClusterEvent$
-
INTERNAL API
- diffRolesLeader(Gossip, Gossip, UniqueAddress) - Static method in class akka.cluster.ClusterEvent
-
INTERNAL API
- diffSeen(Gossip, Gossip, UniqueAddress) - Method in class akka.cluster.ClusterEvent$
-
INTERNAL API
- diffSeen(Gossip, Gossip, UniqueAddress) - Static method in class akka.cluster.ClusterEvent
-
INTERNAL API
- diffUnreachable(Gossip, Gossip, UniqueAddress) - Method in class akka.cluster.ClusterEvent$
-
INTERNAL API
- diffUnreachable(Gossip, Gossip, UniqueAddress) - Static method in class akka.cluster.ClusterEvent
-
INTERNAL API
- digest(akka.cluster.ddata.Replicator.Internal.DataEnvelope) - Method in class akka.cluster.ddata.Replicator
-
- digest(byte[], MessageDigest) - Method in class akka.util.Crypt$
-
Deprecated.
- digest(byte[], MessageDigest) - Static method in class akka.util.Crypt
-
Deprecated.
- DIGEST_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
-
- digests() - Method in class akka.cluster.ddata.Replicator.Internal$.Status
-
- dilated(Duration) - Method in class akka.testkit.JavaTestKit
-
- DirectBufferSize() - Method in class akka.io.TcpExt.Settings
-
- DirectBufferSize() - Method in class akka.io.Udp.UdpSettings
-
- DirectByteBufferPool - Class in akka.io
-
INTERNAL API
- DirectByteBufferPool(int, int) - Constructor for class akka.io.DirectByteBufferPool
-
- DirectByteBufferPool$ - Class in akka.io
-
INTERNAL API
- DirectByteBufferPool$() - Constructor for class akka.io.DirectByteBufferPool$
-
- direction() - Method in class akka.remote.testconductor.Throttle
-
- direction() - Method in class akka.remote.testconductor.ThrottleMsg
-
- direction() - Method in class akka.remote.transport.ThrottlerTransportAdapter.SetThrottle
-
- Direction$() - Constructor for class akka.remote.transport.ThrottlerTransportAdapter.Direction$
-
- direction2proto(ThrottlerTransportAdapter.Direction) - Method in class akka.remote.testconductor.MsgEncoder
-
- direction2scala(TestConductorProtocol.Direction) - Method in class akka.remote.testconductor.MsgDecoder
-
- DIRECTION_FIELD_NUMBER - Static variable in class akka.remote.testconductor.TestConductorProtocol.InjectFailure
-
- Directive - Interface in akka.stream.stage
-
- dirty() - Method in class akka.remote.artery.FlightRecorderReader.CompactEntry
-
- dirty() - Method in class akka.remote.artery.FlightRecorderReader.RichEntry
-
- Dirty() - Method in class akka.remote.artery.RollingEventLogSection$
-
- Dirty() - Static method in class akka.remote.artery.RollingEventLogSection
-
- disabled() - Method in class akka.remote.artery.compress.DecompressionTable$
-
- disabled() - Static method in class akka.remote.artery.compress.DecompressionTable
-
- Disabled$() - Constructor for class akka.persistence.journal.ReplayFilter.Disabled$
-
- DisabledJavaSerializer - Class in akka.serialization
-
This Serializer is used when akka.actor.java-serialization = off
- DisabledJavaSerializer(ExtendedActorSystem) - Constructor for class akka.serialization.DisabledJavaSerializer
-
- DisabledJavaSerializer$ - Class in akka.serialization
-
- DisabledJavaSerializer$() - Constructor for class akka.serialization.DisabledJavaSerializer$
-
- DisabledJavaSerializer.JavaSerializationException - Exception in akka.serialization
-
- DisabledQueueWrapper$() - Constructor for class akka.remote.artery.Association.DisabledQueueWrapper$
-
- DisabledReversePortOps(String) - Constructor for class akka.stream.scaladsl.GraphDSL.Implicits$.DisabledReversePortOps
-
- DisabledVersion() - Method in class akka.remote.artery.compress.DecompressionTable$
-
- DisabledVersion() - Static method in class akka.remote.artery.compress.DecompressionTable
-
- disableInterest(int) - Method in interface akka.io.ChannelRegistration
-
- Disassociate(AssociationHandle.DisassociateInfo) - Constructor for class akka.remote.transport.AkkaPduCodec.Disassociate
-
- disassociate() - Method in class akka.remote.transport.AkkaProtocolHandle
-
- disassociate(AssociationHandle.DisassociateInfo) - Method in class akka.remote.transport.AkkaProtocolHandle
-
- disassociate() - Method in interface akka.remote.transport.AssociationHandle
-
- disassociate(String, LoggingAdapter) - Method in interface akka.remote.transport.AssociationHandle
-
Closes the underlying transport link, if needed.
- disassociate(String, LoggingAdapter) - Method in class akka.remote.transport.FailureInjectorHandle
-
- disassociate() - Method in class akka.remote.transport.FailureInjectorHandle
-
- disassociate() - Method in class akka.remote.transport.netty.TcpAssociationHandle
-
- disassociate() - Method in class akka.remote.transport.netty.UdpAssociationHandle
-
- disassociate() - Method in class akka.remote.transport.TestAssociationHandle
-
- disassociate(TestAssociationHandle) - Method in class akka.remote.transport.TestTransport
-
- disassociate() - Method in class akka.remote.transport.ThrottlerHandle
-
- Disassociate$() - Constructor for class akka.remote.transport.AkkaPduCodec.Disassociate$
-
- DISASSOCIATE_QUARANTINED_VALUE - Static variable in enum akka.remote.WireFormats.CommandType
-
DISASSOCIATE_QUARANTINED = 5;
- DISASSOCIATE_SHUTTING_DOWN_VALUE - Static variable in enum akka.remote.WireFormats.CommandType
-
DISASSOCIATE_SHUTTING_DOWN = 4;
- DISASSOCIATE_VALUE - Static variable in enum akka.remote.WireFormats.CommandType
-
DISASSOCIATE = 2;
- DisassociateAttempt(Address, Address) - Constructor for class akka.remote.transport.TestTransport.DisassociateAttempt
-
- DisassociateAttempt$() - Constructor for class akka.remote.transport.TestTransport.DisassociateAttempt$
-
- disassociateBehavior() - Method in class akka.remote.transport.TestTransport
-
- Disassociated(AssociationHandle.DisassociateInfo) - Constructor for class akka.remote.transport.AssociationHandle.Disassociated
-
- Disassociated$() - Constructor for class akka.remote.transport.AssociationHandle.Disassociated$
-
- DisassociatedEvent - Class in akka.remote
-
- DisassociatedEvent(Address, Address, boolean) - Constructor for class akka.remote.DisassociatedEvent
-
- DisassociatedEvent$ - Class in akka.remote
-
- DisassociatedEvent$() - Constructor for class akka.remote.DisassociatedEvent$
-
- DisassociateUnderlying(AssociationHandle.DisassociateInfo) - Constructor for class akka.remote.transport.ActorTransportAdapter.DisassociateUnderlying
-
- DisassociateUnderlying$() - Constructor for class akka.remote.transport.ActorTransportAdapter.DisassociateUnderlying$
-
- disassociateWithFailure(AssociationHandle.DisassociateInfo) - Method in class akka.remote.transport.ThrottlerHandle
-
- disassociationInfo() - Method in exception akka.remote.InvalidAssociation
-
- DiscardConfigurator - Class in akka.persistence
-
- DiscardConfigurator() - Constructor for class akka.persistence.DiscardConfigurator
-
- DiscardToDeadLetterStrategy - Class in akka.persistence
-
- DiscardToDeadLetterStrategy() - Constructor for class akka.persistence.DiscardToDeadLetterStrategy
-
- DiscardToDeadLetterStrategy$ - Class in akka.persistence
-
- DiscardToDeadLetterStrategy$() - Constructor for class akka.persistence.DiscardToDeadLetterStrategy$
-
- disconnect() - Method in class akka.io.UdpConnectedMessage$
-
Send this message to a connection actor (which had previously sent the
UdpConnected.Connected message) in order to close the socket.
- disconnect() - Static method in class akka.io.UdpConnectedMessage
-
Send this message to a connection actor (which had previously sent the
UdpConnected.Connected message) in order to close the socket.
- disconnect(RoleName, RoleName) - Method in interface akka.remote.testconductor.Conductor
-
Tell the remote support to shutdown the connection to the given remote
peer.
- Disconnect - Class in akka.remote.testconductor
-
- Disconnect(RoleName, RoleName, boolean) - Constructor for class akka.remote.testconductor.Disconnect
-
- Disconnect$() - Constructor for class akka.io.UdpConnected.Disconnect$
-
- Disconnect$ - Class in akka.remote.testconductor
-
- Disconnect$() - Constructor for class akka.remote.testconductor.Disconnect$
-
- Disconnect_VALUE - Static variable in enum akka.remote.testconductor.TestConductorProtocol.FailType
-
Disconnect = 2;
- Disconnected$() - Constructor for class akka.io.UdpConnected.Disconnected$
-
- Disconnected$() - Constructor for class akka.remote.testconductor.ClientFSM.Disconnected$
-
- DisconnectMsg - Class in akka.remote.testconductor
-
- DisconnectMsg(Address, boolean) - Constructor for class akka.remote.testconductor.DisconnectMsg
-
- DisconnectMsg$ - Class in akka.remote.testconductor
-
- DisconnectMsg$() - Constructor for class akka.remote.testconductor.DisconnectMsg$
-
- Dispatch - Interface in akka.actor.dungeon
-
- dispatch(ActorCell, Envelope) - Method in class akka.dispatch.BalancingDispatcher
-
Deprecated.
- dispatch(ActorCell, Envelope) - Method in class akka.dispatch.Dispatcher
-
INTERNAL API
- dispatch(ActorCell, Envelope) - Method in class akka.dispatch.MessageDispatcher
-
Will be called when the dispatcher is to queue an invocation for execution
- dispatch(InboundEnvelope) - Method in class akka.remote.artery.MessageDispatcher
-
- dispatch(InternalActorRef, Address, WireFormats.SerializedMessage, OptionVal<ActorRef>) - Method in class akka.remote.DefaultMessageDispatcher
-
- dispatch(InternalActorRef, Address, WireFormats.SerializedMessage, OptionVal<ActorRef>) - Method in interface akka.remote.InboundMessageDispatcher
-
- dispatch(T) - Method in interface akka.stream.impl.SubscriptionWithCursor
-
- dispatch(ActorCell, Envelope) - Method in class akka.testkit.CallingThreadDispatcher
-
- dispatcher() - Method in class akka.actor.ActorCell
-
- dispatcher() - Method in interface akka.actor.ActorContext
-
Returns the dispatcher (MessageDispatcher) that is used for this Actor.
- dispatcher() - Method in interface akka.actor.ActorRefFactory
-
Returns the default MessageDispatcher associated with this ActorRefFactory
- dispatcher() - Method in class akka.actor.ActorSystem
-
Default dispatcher as configured.
- dispatcher() - Method in class akka.actor.ActorSystemImpl
-
- dispatcher() - Method in class akka.actor.Deploy
-
- dispatcher() - Method in class akka.actor.Props
-
Convenience method for extracting the dispatcher information from the
contained
Deploy instance.
- dispatcher() - Method in class akka.actor.RepointableActorRef
-
- dispatcher() - Method in class akka.actor.TypedActor$
-
Returns the default dispatcher (for a TypedActor) when inside a method call in a TypedActor.
- dispatcher() - Static method in class akka.actor.TypedActor
-
Returns the default dispatcher (for a TypedActor) when inside a method call in a TypedActor.
- dispatcher() - Method in class akka.actor.TypedProps
-
- dispatcher() - Method in class akka.cluster.ddata.ReplicatorSettings
-
- dispatcher() - Method in class akka.dispatch.BalancingDispatcherConfigurator
-
Returns the same dispatcher instance for each invocation
- Dispatcher - Class in akka.dispatch
-
The event-based Dispatcher binds a set of Actors to a thread pool backed up by a
BlockingQueue.
- Dispatcher(MessageDispatcherConfigurator, String, int, Duration, ExecutorServiceFactoryProvider, FiniteDuration) - Constructor for class akka.dispatch.Dispatcher
-
- dispatcher() - Method in class akka.dispatch.DispatcherConfigurator
-
Returns the same dispatcher instance for each invocation
- dispatcher() - Method in class akka.dispatch.Mailbox
-
- dispatcher() - Method in class akka.dispatch.MessageDispatcherConfigurator
-
Returns an instance of MessageDispatcher given the configuration.
- dispatcher() - Method in class akka.dispatch.PinnedDispatcherConfigurator
-
Creates new dispatcher for each invocation.
- Dispatcher() - Method in class akka.io.DnsExt.Settings
-
- Dispatcher() - Method in class akka.remote.artery.ArterySettings.Advanced$
-
- Dispatcher() - Method in class akka.remote.RemoteSettings
-
- dispatcher() - Static method in class akka.routing.RoutedActorCell
-
- dispatcher(String) - Method in class akka.stream.ActorAttributes$
-
Specifies the name of the dispatcher.
- dispatcher(String) - Static method in class akka.stream.ActorAttributes
-
Specifies the name of the dispatcher.
- Dispatcher(String) - Constructor for class akka.stream.ActorAttributes.Dispatcher
-
- dispatcher() - Method in class akka.stream.ActorAttributes.Dispatcher
-
- dispatcher() - Method in class akka.stream.ActorMaterializerSettings
-
- dispatcher() - Method in class akka.testkit.CallingThreadDispatcherConfigurator
-
- dispatcher() - Method in class akka.testkit.TestActorRef
-
- dispatcher() - Static method in class akka.testkit.TestFSMRef
-
- dispatcher() - Method in class akka.typed.internal.DispatcherConfigurator
-
Returns the same dispatcher instance for each invocation
- dispatcher() - Method in class akka.typed.internal.MessageDispatcherConfigurator
-
Returns an instance of MessageDispatcher given the configuration.
- dispatcher() - Method in class akka.typed.internal.PinnedDispatcherConfigurator
-
Creates new dispatcher for each invocation.
- Dispatcher$() - Constructor for class akka.stream.ActorAttributes.Dispatcher$
-
- DISPATCHER_FIELD_NUMBER - Static variable in class akka.remote.WireFormats.DeployData
-
- DispatcherConfigurator - Class in akka.dispatch
-
- DispatcherConfigurator(Config, DispatcherPrerequisites) - Constructor for class akka.dispatch.DispatcherConfigurator
-
- DispatcherConfigurator - Class in akka.typed.internal
-
- DispatcherConfigurator(Config, DispatcherPrerequisites) - Constructor for class akka.typed.internal.DispatcherConfigurator
-
- DispatcherDefault - Class in akka.typed
-
- DispatcherDefault(DeploymentConfig) - Constructor for class akka.typed.DispatcherDefault
-
- DispatcherDefault$ - Class in akka.typed
-
- DispatcherDefault$() - Constructor for class akka.typed.DispatcherDefault$
-
- DispatcherFromConfig - Class in akka.typed
-
Look up an executor definition in the
ActorSystem configuration.
- DispatcherFromConfig(String, DeploymentConfig) - Constructor for class akka.typed.DispatcherFromConfig
-
- DispatcherFromConfig$ - Class in akka.typed
-
- DispatcherFromConfig$() - Constructor for class akka.typed.DispatcherFromConfig$
-
- DispatcherFromExecutionContext - Class in akka.typed
-
Directly use the given ExecutionContext whenever the actor needs to be run.
- DispatcherFromExecutionContext(ExecutionContext, DeploymentConfig) - Constructor for class akka.typed.DispatcherFromExecutionContext
-
- DispatcherFromExecutionContext$ - Class in akka.typed
-
- DispatcherFromExecutionContext$() - Constructor for class akka.typed.DispatcherFromExecutionContext$
-
- DispatcherFromExecutor - Class in akka.typed
-
Directly use the given Executor whenever the actor needs to be run.
- DispatcherFromExecutor(Executor, DeploymentConfig) - Constructor for class akka.typed.DispatcherFromExecutor
-
- DispatcherFromExecutor$ - Class in akka.typed
-
- DispatcherFromExecutor$() - Constructor for class akka.typed.DispatcherFromExecutor$
-
- DispatcherPrerequisites - Interface in akka.dispatch
-
DispatcherPrerequisites represents useful contextual pieces when constructing a MessageDispatcher
- dispatchers() - Method in class akka.actor.ActorSystem
-
Helper object for looking up configured dispatchers.
- dispatchers() - Method in class akka.actor.ActorSystemImpl
-
- Dispatchers - Class in akka.dispatch
-
Dispatchers are to be defined in configuration to allow for tuning
for different environments.
- Dispatchers(ActorSystem.Settings, DispatcherPrerequisites) - Constructor for class akka.dispatch.Dispatchers
-
- dispatchers() - Method in class akka.stream.impl.ActorMaterializerImpl
-
- dispatchers() - Method in interface akka.typed.ActorSystem
-
Facilities for lookup up thread-pools from configuration.
- dispatchers() - Method in class akka.typed.adapter.ActorSystemAdapter
-
- Dispatchers - Class in akka.typed
-
An
ActorSystem looks up all its thread pools via a Dispatchers instance.
- Dispatchers() - Constructor for class akka.typed.Dispatchers
-
- dispatchers() - Method in class akka.typed.internal.ActorSystemImpl
-
- Dispatchers$ - Class in akka.dispatch
-
- Dispatchers$() - Constructor for class akka.dispatch.Dispatchers$
-
- Dispatchers$ - Class in akka.typed
-
- Dispatchers$() - Constructor for class akka.typed.Dispatchers$
-
- DispatcherSelector - Interface in akka.typed
-
Subclasses of this type describe which thread pool shall be used to run
the actor to which this configuration is applied.
- DispatchersImpl - Class in akka.typed.internal
-
- DispatchersImpl(Settings, LoggingAdapter, DispatcherPrerequisites) - Constructor for class akka.typed.internal.DispatchersImpl
-
- dissociate(ActorRef) - Method in interface akka.event.ActorClassification
-
Deprecated.
- dissociate(ActorRef, ActorRef) - Method in interface akka.event.ActorClassification
-
Deprecated.
- dissociate(ActorRef) - Method in interface akka.event.ManagedActorClassification
-
- dissociate(ActorRef, ActorRef) - Method in interface akka.event.ManagedActorClassification
-
- distinct() - Static method in class akka.util.ByteString
-
- distinct() - Static method in class akka.util.CompactByteString
-
- DistributedData - Class in akka.cluster.ddata
-
Akka extension for convenient configuration and use of the
Replicator.
- DistributedData(ExtendedActorSystem) - Constructor for class akka.cluster.ddata.DistributedData
-
- DistributedData$ - Class in akka.cluster.ddata
-
- DistributedData$() - Constructor for class akka.cluster.ddata.DistributedData$
-
- DistributedPubSub - Class in akka.cluster.pubsub
-
- DistributedPubSub(ExtendedActorSystem) - Constructor for class akka.cluster.pubsub.DistributedPubSub
-
- DistributedPubSub$ - Class in akka.cluster.pubsub
-
- DistributedPubSub$() - Constructor for class akka.cluster.pubsub.DistributedPubSub$
-
- DistributedPubSubMediator - Class in akka.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 akka.cluster.pubsub.DistributedPubSubMediator
-
- DistributedPubSubMediator$ - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator$() - Constructor for class akka.cluster.pubsub.DistributedPubSubMediator$
-
- DistributedPubSubMediator.Count$ - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.CurrentTopics - Class in akka.cluster.pubsub
-
Reply to GetTopics.
- DistributedPubSubMediator.CurrentTopics$ - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.GetTopics - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.GetTopics$ - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Internal$ - Class in akka.cluster.pubsub
-
INTERNAL API
- DistributedPubSubMediator.Internal$.Bucket - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Internal$.ChildActorTerminationProtocol - Interface in akka.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 akka.cluster.pubsub
-
- DistributedPubSubMediator.Internal$.DeltaCount - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Internal$.GossipTick - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Internal$.Group - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Internal$.MediatorRouterEnvelope - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Internal$.NewSubscriberArrived - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Internal$.NoMoreSubscribers - Class in akka.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 akka.cluster.pubsub
-
- DistributedPubSubMediator.Internal$.RegisterTopic - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Internal$.SendToOneSubscriber - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Internal$.Status - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Internal$.Subscribed - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Internal$.TerminateRequest - Class in akka.cluster.pubsub
-
Sent from parent to child actor to signalize that messages are being buffered.
- DistributedPubSubMediator.Internal$.Topic - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Internal$.TopicLike - Interface in akka.cluster.pubsub
-
- DistributedPubSubMediator.Internal$.Unsubscribed - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Internal$.ValueHolder - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Publish - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Publish$ - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Put - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Put$ - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Remove - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Remove$ - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Send - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Send$ - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.SendToAll - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.SendToAll$ - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Subscribe - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Subscribe$ - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.SubscribeAck - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.SubscribeAck$ - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Unsubscribe - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.Unsubscribe$ - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.UnsubscribeAck - Class in akka.cluster.pubsub
-
- DistributedPubSubMediator.UnsubscribeAck$ - Class in akka.cluster.pubsub
-
- DistributedPubSubMessage - Interface in akka.cluster.pubsub
-
Marker trait for remote messages with special serializer.
- DistributedPubSubMessages - Class in akka.cluster.pubsub.protobuf.msg
-
- DistributedPubSubMessages.Address - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type Address
- DistributedPubSubMessages.Address.Builder - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type Address
- DistributedPubSubMessages.AddressOrBuilder - Interface in akka.cluster.pubsub.protobuf.msg
-
- DistributedPubSubMessages.Delta - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type Delta
- DistributedPubSubMessages.Delta.Bucket - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type Delta.Bucket
- DistributedPubSubMessages.Delta.Bucket.Builder - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type Delta.Bucket
- DistributedPubSubMessages.Delta.BucketOrBuilder - Interface in akka.cluster.pubsub.protobuf.msg
-
- DistributedPubSubMessages.Delta.Builder - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type Delta
- DistributedPubSubMessages.Delta.Entry - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type Delta.Entry
- DistributedPubSubMessages.Delta.Entry.Builder - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type Delta.Entry
- DistributedPubSubMessages.Delta.EntryOrBuilder - Interface in akka.cluster.pubsub.protobuf.msg
-
- DistributedPubSubMessages.DeltaOrBuilder - Interface in akka.cluster.pubsub.protobuf.msg
-
- DistributedPubSubMessages.Payload - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type Payload
- DistributedPubSubMessages.Payload.Builder - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type Payload
- DistributedPubSubMessages.PayloadOrBuilder - Interface in akka.cluster.pubsub.protobuf.msg
-
- DistributedPubSubMessages.Publish - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type Publish
- DistributedPubSubMessages.Publish.Builder - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type Publish
- DistributedPubSubMessages.PublishOrBuilder - Interface in akka.cluster.pubsub.protobuf.msg
-
- DistributedPubSubMessages.Send - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type Send
- DistributedPubSubMessages.Send.Builder - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type Send
- DistributedPubSubMessages.SendOrBuilder - Interface in akka.cluster.pubsub.protobuf.msg
-
- DistributedPubSubMessages.SendToAll - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type SendToAll
- DistributedPubSubMessages.SendToAll.Builder - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type SendToAll
- DistributedPubSubMessages.SendToAllOrBuilder - Interface in akka.cluster.pubsub.protobuf.msg
-
- DistributedPubSubMessages.SendToOneSubscriber - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type SendToOneSubscriber
- DistributedPubSubMessages.SendToOneSubscriber.Builder - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type SendToOneSubscriber
- DistributedPubSubMessages.SendToOneSubscriberOrBuilder - Interface in akka.cluster.pubsub.protobuf.msg
-
- DistributedPubSubMessages.Status - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type Status
- DistributedPubSubMessages.Status.Builder - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type Status
- DistributedPubSubMessages.Status.Version - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type Status.Version
- DistributedPubSubMessages.Status.Version.Builder - Class in akka.cluster.pubsub.protobuf.msg
-
Protobuf type Status.Version
- DistributedPubSubMessages.Status.VersionOrBuilder - Interface in akka.cluster.pubsub.protobuf.msg
-
- DistributedPubSubMessages.StatusOrBuilder - Interface in akka.cluster.pubsub.protobuf.msg
-
- DistributedPubSubMessageSerializer - Class in akka.cluster.pubsub.protobuf
-
INTERNAL API: Protobuf serializer of DistributedPubSubMediator messages.
- DistributedPubSubMessageSerializer(ExtendedActorSystem) - Constructor for class akka.cluster.pubsub.protobuf.DistributedPubSubMessageSerializer
-
- DistributedPubSubSettings - Class in akka.cluster.pubsub
-
param: role Start the mediator on members tagged with this role.
- DistributedPubSubSettings(Option<String>, RoutingLogic, FiniteDuration, FiniteDuration, int) - Constructor for class akka.cluster.pubsub.DistributedPubSubSettings
-
- DistributedPubSubSettings$ - Class in akka.cluster.pubsub
-
- DistributedPubSubSettings$() - Constructor for class akka.cluster.pubsub.DistributedPubSubSettings$
-
- Dns - Class in akka.io
-
- Dns() - Constructor for class akka.io.Dns
-
- Dns$ - Class in akka.io
-
- Dns$() - Constructor for class akka.io.Dns$
-
- Dns.Command - Interface in akka.io
-
- Dns.Resolve - Class in akka.io
-
- Dns.Resolve$ - Class in akka.io
-
- Dns.Resolved - Class in akka.io
-
- Dns.Resolved$ - Class in akka.io
-
- DnsExt - Class in akka.io
-
- DnsExt(ExtendedActorSystem) - Constructor for class akka.io.DnsExt
-
- DnsExt.Settings - Class in akka.io
-
- DnsProvider - Interface in akka.io
-
- doCloseConnection(ActorRef, Option<ActorRef>, Tcp.ConnectionClosed) - Method in class akka.io.TcpConnection
-
- doCloseConnection(ActorRef, Option<ActorRef>, Tcp.ConnectionClosed) - Static method in class akka.io.TcpOutgoingConnection
-
- doCollected(Matchers.Collected, GenTraversable<T>, Object, Prettifier, Position, Function1<T, Assertion>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- doCollected(Matchers.Collected, GenTraversable<T>, Object, Prettifier, Position, Function1<T, Assertion>) - Static method in class akka.persistence.journal.JournalSpec
-
- doCollected(Matchers.Collected, GenTraversable<T>, Object, Prettifier, Position, Function1<T, Assertion>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- doConnect(InetSocketAddress) - Method in class akka.io.UdpConnection
-
- docs.ddata.protobuf.msg - package docs.ddata.protobuf.msg
-
- docs.persistence.proto - package docs.persistence.proto
-
- doExec() - Static method in class akka.dispatch.Mailbox
-
- domainEventClass() - Method in class akka.persistence.fsm.AbstractPersistentFSM
-
Domain event's Class
Used for identifying domain events during recovery
- domainEventClassTag() - Method in class akka.persistence.fsm.AbstractPersistentFSM
-
Adapter from Java Class to ClassTag
- domainEventClassTag() - Method in interface akka.persistence.fsm.PersistentFSM
-
Enables to pass a ClassTag of a domain event base type from the implementing class
- domainEvents() - Method in class akka.persistence.fsm.PersistentFSM.State
-
- domainEventTag() - Method in class akka.persistence.fsm.AbstractPersistentFSM
-
- domainEventTag() - Method in class akka.persistence.fsm.AbstractPersistentLoggingFSM
-
- domainEventTag() - Method in interface akka.persistence.fsm.PersistentFSM
-
Domain event's ClassTag
Used for identifying domain events during recovery
- doMatch(String, Object) - Static method in class akka.testkit.CustomEventFilter
-
- doMatch(String, Object) - Static method in class akka.testkit.DeadLettersFilter
-
- doMatch(String, Object) - Static method in class akka.testkit.DebugFilter
-
- doMatch(String, Object) - Static method in class akka.testkit.ErrorFilter
-
- doMatch(String, Object) - Method in class akka.testkit.EventFilter
-
internal implementation helper, no guaranteed API
- doMatch(String, Object) - Static method in class akka.testkit.InfoFilter
-
- doMatch(String, Object) - Static method in class akka.testkit.WarningFilter
-
- done() - Method in class akka.cluster.JoinSeedNodeProcess
-
- done() - Method in class akka.cluster.sharding.RemoveInternalClusterShardingData
-
- done() - Method in class akka.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId
-
- done(boolean) - Method in class akka.cluster.sharding.ShardCoordinator.RebalanceWorker
-
- Done - Class in akka
-
Typically used together with Future to signal completion
but there is no actual value completed.
- Done() - Constructor for class akka.Done
-
- done() - Method in class akka.remote.artery.InboundControlJunction.Attach
-
- Done - Class in akka.remote.testconductor
-
- Done() - Constructor for class akka.remote.testconductor.Done
-
- Done$() - Constructor for class akka.contrib.pattern.ReceivePipeline.Done$
-
- Done$ - Class in akka
-
- Done$() - Constructor for class akka.Done$
-
- Done$ - Class in akka.remote.testconductor
-
- Done$() - Constructor for class akka.remote.testconductor.Done$
-
- DONE_FIELD_NUMBER - Static variable in class akka.remote.testconductor.TestConductorProtocol.Wrapper
-
- doneWhenRemainingSize() - Method in class akka.cluster.ddata.ReadAggregator
-
- doneWhenRemainingSize() - Method in class akka.cluster.ddata.ReadWriteAggregator
-
- doneWhenRemainingSize() - Method in class akka.cluster.ddata.WriteAggregator
-
- doNothing() - Method in class akka.dispatch.MonitorableThreadFactory$
-
- doNothing() - Static method in class akka.dispatch.MonitorableThreadFactory
-
- doNothing() - Method in class akka.io.TcpConnection$
-
- doNothing() - Static method in class akka.io.TcpConnection
-
- DoNotInherit - Annotation Type in akka.annotation
-
Marks APIs that are designed under an closed-world assumption for and are NOT meant to be extended by user-code.
- doPatch() - Method in class akka.persistence.serialization.SnapshotSerializer$
-
- doPatch() - Static method in class akka.persistence.serialization.SnapshotSerializer
-
- doRead(TcpConnection.ConnectionInfo, Option<ActorRef>) - Method in class akka.io.TcpConnection
-
- doRead(TcpConnection.ConnectionInfo, Option<ActorRef>) - Static method in class akka.io.TcpOutgoingConnection
-
- doRead(ChannelRegistration, ActorRef) - Method in class akka.io.UdpConnection
-
- doReceive(ChannelRegistration, ActorRef) - Method in class akka.io.UdpListener
-
- doSend(ChannelRegistration) - Method in interface akka.io.WithUdpSend
-
- doTerminate() - Static method in class akka.typed.internal.FutureRef
-
- doTerminate() - Method in class akka.typed.internal.WatchableRef
-
- DOTS_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
- Double_VALUE - Static variable in enum akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType
-
Double = 1;
- Double_VALUE - Static variable in enum akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.NumberType
-
Double = 1;
- DoubleQuote() - Method in class akka.stream.impl.JsonObjectParser$
-
- DoubleQuote() - Static method in class akka.stream.impl.JsonObjectParser
-
- doubleWildcardTree() - Method in class akka.util.WildcardIndex
-
- down(Address) - Method in class akka.cluster.AutoDown
-
- down(Address) - Method in class akka.cluster.AutoDownBase
-
- down(Address) - Method in class akka.cluster.Cluster
-
Send command to DOWN the node specified by 'address'.
- down(String) - Method in interface akka.cluster.ClusterNodeMBean
-
Send command to DOWN the node specified by 'address'.
- Down(Address) - Constructor for class akka.cluster.ClusterUserAction.Down
-
- down() - Method in class akka.cluster.MemberStatus$
-
Java API: retrieve the “down” status singleton
- down() - Static method in class akka.cluster.MemberStatus
-
Java API: retrieve the “down” status singleton
- Down$() - Constructor for class akka.cluster.ClusterUserAction.Down$
-
- Down$() - Constructor for class akka.cluster.MemberStatus.Down$
-
- Down_VALUE - Static variable in enum akka.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
Down = 4;
- downcast(Materializer) - Method in class akka.stream.ActorMaterializerHelper$
-
INTERNAL API
- downcast(Materializer) - Static method in class akka.stream.ActorMaterializerHelper
-
INTERNAL API
- downing(Address) - Method in class akka.cluster.ClusterCoreDaemon
-
State transition to DOWN.
- downingActorProps() - Method in class akka.cluster.AutoDowning
-
- downingActorProps() - Method in class akka.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 akka.cluster.NoDowning
-
- downingProvider() - Method in class akka.cluster.Cluster
-
- DowningProvider - Class in akka.cluster
-
API for plugins that will handle downing of cluster nodes.
- DowningProvider() - Constructor for class akka.cluster.DowningProvider
-
- DowningProvider$ - Class in akka.cluster
-
INTERNAL API
- DowningProvider$() - Constructor for class akka.cluster.DowningProvider$
-
- DowningProviderClassName() - Method in class akka.cluster.ClusterSettings
-
- downOrAddPending(UniqueAddress) - Static method in class akka.cluster.AutoDown
-
- downOrAddPending(UniqueAddress) - Method in class akka.cluster.AutoDownBase
-
- downRemovalMargin() - Method in class akka.cluster.AutoDowning
-
- DownRemovalMargin() - Method in class akka.cluster.ClusterSettings
-
- downRemovalMargin() - Method in class akka.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 akka.cluster.NoDowning
-
- downsizeAfterUnderutilizedFor() - Method in class akka.routing.DefaultOptimalSizeExploringResizer
-
- downsizeRatio() - Method in class akka.routing.DefaultOptimalSizeExploringResizer
-
- DownstreamBoundaryStageLogic() - Constructor for class akka.stream.impl.fusing.GraphInterpreter.DownstreamBoundaryStageLogic
-
- downstreamCompleted() - Method in class akka.stream.impl.SimpleOutputs
-
- downstreamDemand() - Method in class akka.stream.impl.SimpleOutputs
-
- DownstreamDirective - Interface in akka.stream.stage
-
- DownstreamFinish$() - Constructor for class akka.stream.testkit.GraphStageMessages.DownstreamFinish$
-
- downstreamRunning() - Method in class akka.stream.impl.FanoutOutputs
-
- downstreamRunning() - Method in class akka.stream.impl.SimpleOutputs
-
- downstreams() - Method in class akka.stream.impl.fusing.Fusing.BuildStructuralInfo
-
The downstreams relationships of the original module rewritten in terms of
the copied ports.
- downstreams() - Static method in class akka.stream.impl.fusing.GraphModule
-
- downstreams() - Static method in class akka.stream.impl.fusing.GraphStageModule
-
- downstreams() - Static method in class akka.stream.impl.io.TlsModule
-
- downstreams() - Static method in class akka.stream.impl.ProcessorModule
-
- downstreams() - Method in class akka.stream.impl.StreamLayout.AtomicModule
-
- downstreams() - Method in class akka.stream.impl.StreamLayout.CompositeModule
-
- downstreams() - Method in class akka.stream.impl.StreamLayout.FusedModule
-
- downstreams() - Method in interface akka.stream.impl.StreamLayout.Module
-
- downstreams() - Method in class akka.stream.impl.StreamLayout.StructuralInfoModule
-
- doWrite(TcpConnection.ConnectionInfo) - Method in class akka.io.TcpConnection
-
- doWrite(TcpConnection.ConnectionInfo) - Method in class akka.io.TcpConnection.EmptyPendingWrite$
-
- doWrite(TcpConnection.ConnectionInfo) - Method in class akka.io.TcpConnection.PendingBufferWrite
-
- doWrite(TcpConnection.ConnectionInfo) - Method in class akka.io.TcpConnection.PendingWrite
-
- doWrite(TcpConnection.ConnectionInfo) - Method in class akka.io.TcpConnection.PendingWriteFile
-
- doWrite(TcpConnection.ConnectionInfo) - Static method in class akka.io.TcpOutgoingConnection
-
- doWrite() - Method in class akka.io.UdpConnection
-
- drain() - Method in class akka.stream.SubstreamCancelStrategy$
-
Drain substream on cancellation in order to prevent stalling of the stream of streams.
- drain() - Static method in class akka.stream.SubstreamCancelStrategy
-
Drain substream on cancellation in order to prevent stalling of the stream of streams.
- Drain$() - Constructor for class akka.stream.SubstreamCancelStrategies.Drain$
-
- drainBufferThenComplete() - Method in class akka.stream.impl.ActorRefSourceActor
-
- drainDeflater(Deflater, byte[], ByteStringBuilder) - Method in class akka.stream.impl.io.compression.DeflateCompressor$
-
- drainDeflater(Deflater, byte[], ByteStringBuilder) - Static method in class akka.stream.impl.io.compression.DeflateCompressor
-
- drainTo(Collection<? super E>) - Method in class akka.util.BoundedBlockingQueue
-
- drainTo(Collection<? super E>, int) - Method in class akka.util.BoundedBlockingQueue
-
- DriverTimeout() - Method in class akka.remote.artery.ArterySettings.Advanced$
-
- Drop(double, double) - Constructor for class akka.remote.transport.FailureInjectorTransportAdapter.Drop
-
- Drop<T> - Class in akka.stream.impl.fusing
-
INTERNAL API
- Drop(long) - Constructor for class akka.stream.impl.fusing.Drop
-
- drop() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- drop(long) - Static method in class akka.stream.impl.SubFlowImpl
-
- drop(long) - Method in class akka.stream.javadsl.Flow
-
Discard the given number of elements at the beginning of the stream.
- drop(long) - Method in class akka.stream.javadsl.Source
-
Discard the given number of elements at the beginning of the stream.
- drop(long) - Method in class akka.stream.javadsl.SubFlow
-
Discard the given number of elements at the beginning of the stream.
- drop(long) - Method in class akka.stream.javadsl.SubSource
-
Discard the given number of elements at the beginning of the stream.
- drop(long) - Static method in class akka.stream.scaladsl.Flow
-
- drop(long) - Method in interface akka.stream.scaladsl.FlowOps
-
Discard the given number of elements at the beginning of the stream.
- drop(long) - Static method in class akka.stream.scaladsl.Source
-
- drop(int) - Method in class akka.util.ByteIterator.ByteArrayIterator
-
- drop(int) - Method in class akka.util.ByteIterator
-
- drop(int) - Method in class akka.util.ByteIterator.MultiByteArrayIterator
-
For performance sensitive code, call drop() directly on ByteString (it's optimised there)
- drop(int) - Method in class akka.util.ByteString.ByteString1
-
- drop(int) - Method in class akka.util.ByteString.ByteString1C
-
- drop(int) - Method in class akka.util.ByteString.ByteStrings
-
- drop(int) - Method in class akka.util.ByteString
-
- drop(int) - Static method in class akka.util.CompactByteString
-
- Drop$() - Constructor for class akka.remote.transport.FailureInjectorTransportAdapter.Drop$
-
- Drop$ - Class in akka.stream.impl.fusing
-
- Drop$() - Constructor for class akka.stream.impl.fusing.Drop$
-
- drop1(int) - Method in class akka.util.ByteString.ByteString1
-
INTERNAL API
- dropBuffer() - Method in class akka.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 akka.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 akka.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() - Static method in class akka.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 akka.stream.OverflowStrategies.DropBuffer$
-
- dropHead() - Method in class akka.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 akka.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 akka.stream.impl.BoundedBuffer
-
- dropHead() - Method in interface akka.stream.impl.Buffer
-
- dropHead() - Method in class akka.stream.impl.FixedSizeBuffer.FixedSizeBuffer
-
- dropHead() - Method in class akka.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() - Static method in class akka.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 akka.util.MessageBuffer
-
Remove the first element of the message buffer.
- DropHead$() - Constructor for class akka.stream.OverflowStrategies.DropHead$
-
- dropNew() - Method in class akka.stream.DelayOverflowStrategy$
-
If the buffer is full when a new element arrives, drops the new element.
- dropNew() - Static method in class akka.stream.DelayOverflowStrategy
-
If the buffer is full when a new element arrives, drops the new element.
- dropNew() - Method in class akka.stream.OverflowStrategy$
-
If the buffer is full when a new element arrives, drops the new element.
- dropNew() - Static method in class akka.stream.OverflowStrategy
-
If the buffer is full when a new element arrives, drops the new element.
- DropNew$() - Constructor for class akka.stream.OverflowStrategies.DropNew$
-
- dropped() - Method in class akka.stream.QueueOfferResult$
-
Java API: The Enqueued singleton instance
- dropped() - Static method in class akka.stream.QueueOfferResult
-
Java API: The Enqueued singleton instance
- Dropped - Class in akka.typed
-
Envelope that is published on the eventStream for every message that is
dropped due to overfull queues.
- Dropped(Object, ActorRef<Nothing$>) - Constructor for class akka.typed.Dropped
-
- Dropped$() - Constructor for class akka.stream.QueueOfferResult.Dropped$
-
- Dropped$ - Class in akka.typed
-
- Dropped$() - Constructor for class akka.typed.Dropped$
-
- DroppingWriteBecauseQueueIsFullException() - Method in class akka.io.TcpConnection$
-
- DroppingWriteBecauseQueueIsFullException() - Static method in class akka.io.TcpConnection
-
- DroppingWriteBecauseWritingIsSuspendedException() - Method in class akka.io.TcpConnection$
-
- DroppingWriteBecauseWritingIsSuspendedException() - Static method in class akka.io.TcpConnection
-
- dropRight(int) - Method in class akka.util.ByteString.ByteString1
-
- dropRight(int) - Method in class akka.util.ByteString.ByteString1C
-
- dropRight(int) - Method in class akka.util.ByteString.ByteStrings
-
- dropRight(int) - Method in class akka.util.ByteString
-
- dropRight(int) - Static method in class akka.util.CompactByteString
-
- dropRight1(int) - Method in class akka.util.ByteString.ByteString1
-
INTERNAL API
- dropTail() - Method in class akka.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 akka.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 akka.stream.impl.BoundedBuffer
-
- dropTail() - Method in interface akka.stream.impl.Buffer
-
- dropTail() - Method in class akka.stream.impl.FixedSizeBuffer.FixedSizeBuffer
-
- dropTail() - Method in class akka.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() - Static method in class akka.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 akka.stream.OverflowStrategies.DropTail$
-
- DropWhile<T> - Class in akka.stream.impl.fusing
-
INTERNAL API
- DropWhile(Function1<T, Object>) - Constructor for class akka.stream.impl.fusing.DropWhile
-
- dropWhile() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- dropWhile(Function1<Out, Object>) - Static method in class akka.stream.impl.SubFlowImpl
-
- dropWhile(Predicate<Out>) - Method in class akka.stream.javadsl.Flow
-
Discard elements at the beginning of the stream while predicate is true.
- dropWhile(Predicate<Out>) - Method in class akka.stream.javadsl.Source
-
Discard elements at the beginning of the stream while predicate is true.
- dropWhile(Predicate<Out>) - Method in class akka.stream.javadsl.SubFlow
-
Discard elements at the beginning of the stream while predicate is true.
- dropWhile(Predicate<Out>) - Method in class akka.stream.javadsl.SubSource
-
Discard elements at the beginning of the stream while predicate is true.
- dropWhile(Function1<Out, Object>) - Static method in class akka.stream.scaladsl.Flow
-
- dropWhile(Function1<Out, Object>) - Method in interface akka.stream.scaladsl.FlowOps
-
Discard elements at the beginning of the stream while predicate is true.
- dropWhile(Function1<Out, Object>) - Static method in class akka.stream.scaladsl.Source
-
- dropWhile(Function1<Object, Object>) - Method in class akka.util.ByteIterator.ByteArrayIterator
-
- dropWhile(Function1<Object, Object>) - Method in class akka.util.ByteIterator
-
- dropWhile(Function1<Object, Object>) - Method in class akka.util.ByteIterator.MultiByteArrayIterator
-
- dropWhile(Function1<Object, Object>) - Method in class akka.util.ByteString
-
- dropWhile(Function1<Object, Object>) - Static method in class akka.util.CompactByteString
-
- DropWhile$ - Class in akka.stream.impl.fusing
-
- DropWhile$() - Constructor for class akka.stream.impl.fusing.DropWhile$
-
- DropWithin<T> - Class in akka.stream.impl.fusing
-
- DropWithin(FiniteDuration) - Constructor for class akka.stream.impl.fusing.DropWithin
-
- dropWithin(FiniteDuration) - Static method in class akka.stream.impl.SubFlowImpl
-
- dropWithin(FiniteDuration) - Method in class akka.stream.javadsl.Flow
-
Discard the elements received within the given duration at beginning of the stream.
- dropWithin(FiniteDuration) - Method in class akka.stream.javadsl.Source
-
Discard the elements received within the given duration at beginning of the stream.
- dropWithin(FiniteDuration) - Method in class akka.stream.javadsl.SubFlow
-
Discard the elements received within the given duration at beginning of the stream.
- dropWithin(FiniteDuration) - Method in class akka.stream.javadsl.SubSource
-
Discard the elements received within the given duration at beginning of the stream.
- dropWithin(FiniteDuration) - Static method in class akka.stream.scaladsl.Flow
-
- dropWithin(FiniteDuration) - Method in interface akka.stream.scaladsl.FlowOps
-
Discard the elements received within the given duration at beginning of the stream.
- dropWithin(FiniteDuration) - Static method in class akka.stream.scaladsl.Source
-
- DropWithinTimerKey$() - Constructor for class akka.stream.impl.fusing.TimerKeys.DropWithinTimerKey$
-
- DSLDefaultTimeout() - Method in class akka.actor.ActorDSL.Extension
-
- DSLInboxQueueSize() - Method in class akka.actor.ActorDSL.Extension
-
- DSLInboxQueueSize() - Method in interface akka.actor.dsl.Inbox.InboxExtension
-
- DummyClassForStringSources - Class in akka.event
-
- DummyClassForStringSources() - Constructor for class akka.event.DummyClassForStringSources
-
- dummySession() - Method in class akka.stream.scaladsl.TLSPlacebo$
-
- dummySession() - Static method in class akka.stream.scaladsl.TLSPlacebo
-
- dump() - Method in class akka.stream.impl.fusing.Fusing.BuildStructuralInfo
-
- dumpToStdout(Path) - Method in class akka.remote.artery.FlightRecorderReader$
-
- dumpToStdout(Path) - Static method in class akka.remote.artery.FlightRecorderReader
-
- dumpWaits() - Method in class akka.stream.impl.fusing.GraphInterpreter
-
Debug utility to dump the "waits-on" relationships in DOT format to the console for analysis of deadlocks.
- dumpWaits() - Method in class akka.stream.impl.fusing.GraphInterpreterShell
-
- duplicate() - Method in class akka.util.ByteIterator
-
- DuplicateNode(BarrierCoordinator.Data, Controller.NodeInfo) - Constructor for exception akka.remote.testconductor.BarrierCoordinator.DuplicateNode
-
- DuplicateNode$() - Constructor for class akka.remote.testconductor.BarrierCoordinator.DuplicateNode$
-
- durable() - Method in class akka.cluster.ddata.Replicator
-
- DurableDataEnvelope(ReplicatedData) - Constructor for class akka.cluster.ddata.DurableStore.DurableDataEnvelope
-
- DurableDataEnvelopeManifest() - Method in class akka.cluster.ddata.protobuf.ReplicatorMessageSerializer
-
- durableKeys() - Method in class akka.cluster.ddata.ReplicatorSettings
-
- DurableStore - Class in akka.cluster.ddata
-
An actor implementing the durable store for the Distributed Data Replicator
has to implement the protocol with the messages defined here.
- DurableStore() - Constructor for class akka.cluster.ddata.DurableStore
-
- durableStore() - Method in class akka.cluster.ddata.Replicator
-
- DurableStore$ - Class in akka.cluster.ddata
-
An actor implementing the durable store for the Distributed Data Replicator
has to implement the protocol with the messages defined here.
- DurableStore$() - Constructor for class akka.cluster.ddata.DurableStore$
-
- DurableStore.DurableDataEnvelope - Class in akka.cluster.ddata
-
Wrapper class for serialization of a data value.
- DurableStore.LoadAll$ - Class in akka.cluster.ddata
-
Request to load all entries.
- DurableStore.LoadAllCompleted$ - Class in akka.cluster.ddata
-
- DurableStore.LoadData - Class in akka.cluster.ddata
-
- DurableStore.LoadData$ - Class in akka.cluster.ddata
-
- DurableStore.LoadFailed - Exception in akka.cluster.ddata
-
- DurableStore.Store - Class in akka.cluster.ddata
-
Request to store an entry.
- DurableStore.Store$ - Class in akka.cluster.ddata
-
- DurableStore.StoreReply - Class in akka.cluster.ddata
-
- DurableStore.StoreReply$ - Class in akka.cluster.ddata
-
- durableStoreProps() - Method in class akka.cluster.ddata.ReplicatorSettings
-
- durableWildcards() - Method in class akka.cluster.ddata.Replicator
-
- duration() - Method in class akka.contrib.throttle.Throttler.Rate
-
- duration(String) - Static method in class akka.testkit.JavaTestKit
-
- duration() - Method in class akka.util.PrettyDuration.PrettyPrintableDuration
-
- duration() - Method in class akka.util.Timeout
-
- durationInMillis() - Method in class akka.contrib.throttle.Throttler.Rate
-
The duration in milliseconds.
- durationToTimeout(FiniteDuration) - Method in class akka.util.Timeout$
-
- durationToTimeout(FiniteDuration) - Static method in class akka.util.Timeout
-
- DurationTypeConverter - Class in akka.camel.internal.component
-
INTERNAL API
Converts Strings to Duration
- DurationTypeConverter() - Constructor for class akka.camel.internal.component.DurationTypeConverter
-
- DurationTypeConverter$ - Class in akka.camel.internal.component
-
INTERNAL API
Converts Strings to Duration
- DurationTypeConverter$() - Constructor for class akka.camel.internal.component.DurationTypeConverter$
-
- DWNOTIFICATIONDATA_FIELD_NUMBER - Static variable in class akka.remote.SystemMessageFormats.SystemMessage
-
- dynamicAccess() - Method in class akka.actor.ActorSystemImpl
-
- dynamicAccess() - Method in class akka.actor.Deployer
-
- DynamicAccess - Class in akka.actor
-
The DynamicAccess implementation is the class which is used for
loading all configurable parts of an actor system (the
ReflectiveDynamicAccess is the default implementation).
- DynamicAccess() - Constructor for class akka.actor.DynamicAccess
-
- dynamicAccess() - Method in class akka.actor.ExtendedActorSystem
-
ClassLoader wrapper which is used for reflective accesses internally.
- dynamicAccess() - Method in class akka.actor.LocalActorRefProvider
-
- dynamicAccess() - Method in class akka.dispatch.DefaultDispatcherPrerequisites
-
- dynamicAccess() - Method in interface akka.dispatch.DispatcherPrerequisites
-
- dynamicAccess() - Method in class akka.remote.RemoteActorRefProvider
-
- dynamicAccess() - Method in interface akka.typed.ActorSystem
-
ClassLoader wrapper which is used for reflective accesses internally.
- dynamicAccess() - Method in class akka.typed.adapter.ActorSystemAdapter
-
- dynamicAccess() - Method in class akka.typed.internal.ActorSystemImpl
-
- e() - Method in class akka.io.TcpConnection.WriteFileFailed
-
- e() - Method in class akka.stream.impl.FanIn.OnNext
-
- e() - Method in class akka.stream.impl.fusing.ActorGraphInterpreter.OnNext
-
- each(T) - Method in class akka.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 akka.stream.scaladsl.Broadcast
-
- EagerClose - Class in akka.stream
-
- EagerClose() - Constructor for class akka.stream.EagerClose
-
- eagerClose() - Method in class akka.stream.scaladsl.Interleave
-
- eagerClose() - Method in class akka.stream.TLSClosing$
-
- eagerClose() - Static method in class akka.stream.TLSClosing
-
- EagerClose$ - Class in akka.stream
-
- EagerClose$() - Constructor for class akka.stream.EagerClose$
-
- eagerComplete() - Method in class akka.stream.scaladsl.Merge
-
- eagerComplete() - Method in class akka.stream.scaladsl.MergePreferred
-
- eagerTerminateInput() - Method in class akka.stream.stage.GraphStageLogic
-
Input handler that terminates the stage upon receiving completion.
- EagerTerminateInput$() - Constructor for class akka.stream.stage.GraphStageLogic.EagerTerminateInput$
-
- eagerTerminateOutput() - Method in class akka.stream.stage.GraphStageLogic
-
Output handler that terminates the stage upon cancellation.
- EagerTerminateOutput$() - Constructor for class akka.stream.stage.GraphStageLogic.EagerTerminateOutput$
-
- EarliestFirstSystemMessageList - Class in akka.dispatch.sysmsg
-
INTERNAL API
- EarliestFirstSystemMessageList(SystemMessage) - Constructor for class akka.dispatch.sysmsg.EarliestFirstSystemMessageList
-
- EarliestFirstSystemMessageList - Class in akka.typed.internal
-
INTERNAL API
- EarliestFirstSystemMessageList(SystemMessage) - Constructor for class akka.typed.internal.EarliestFirstSystemMessageList
-
- EarliestFirstSystemMessageList$ - Class in akka.dispatch.sysmsg
-
- EarliestFirstSystemMessageList$() - Constructor for class akka.dispatch.sysmsg.EarliestFirstSystemMessageList$
-
- EarliestFirstSystemMessageList$ - Class in akka.typed.internal
-
- EarliestFirstSystemMessageList$() - Constructor for class akka.typed.internal.EarliestFirstSystemMessageList$
-
- ec() - Method in class akka.remote.transport.AbstractTransportAdapter
-
- ec() - Static method in class akka.remote.transport.ActorTransportAdapter
-
- ec() - Static method in class akka.remote.transport.AkkaProtocolTransport
-
- ec() - Static method in class akka.remote.transport.FailureInjectorTransportAdapter
-
- ec() - Static method in class akka.remote.transport.ThrottlerTransportAdapter
-
- ec() - Method in class akka.typed.DispatcherFromExecutionContext
-
- EchoActor() - Constructor for class akka.testkit.TestActors.EchoActor
-
- echoActorProps() - Method in class akka.testkit.TestActors$
-
- echoActorProps() - Static method in class akka.testkit.TestActors
-
- Effect - Interface in akka.japi
-
An executable piece of code that takes no parameters and doesn't return any value.
- Effect - Interface in akka.japi.function
-
An executable piece of code that takes no parameters and doesn't return any value.
- Effect - Class in akka.typed
-
All tracked effects must extend implement this type.
- Effect() - Constructor for class akka.typed.Effect
-
- Effect$ - Class in akka.typed
-
- Effect$() - Constructor for class akka.typed.Effect$
-
- Effect.EmptyEffect$ - Class in akka.typed
-
- Effect.Messaged<U> - Class in akka.typed
-
- Effect.Messaged$ - Class in akka.typed
-
- Effect.ReceiveTimeoutSet<T> - Class in akka.typed
-
- Effect.ReceiveTimeoutSet$ - Class in akka.typed
-
- Effect.Scheduled<U> - Class in akka.typed
-
- Effect.Scheduled$ - Class in akka.typed
-
- Effect.Spawned - Class in akka.typed
-
- Effect.Spawned$ - Class in akka.typed
-
- Effect.Stopped - Class in akka.typed
-
- Effect.Stopped$ - Class in akka.typed
-
- Effect.Unwatched<T> - Class in akka.typed
-
- Effect.Unwatched$ - Class in akka.typed
-
- Effect.Watched<T> - Class in akka.typed
-
- Effect.Watched$ - Class in akka.typed
-
- EffectfulActorContext<T> - Class in akka.typed
-
- EffectfulActorContext(String, Behavior<T>, int, ActorSystem<Nothing$>) - Constructor for class akka.typed.EffectfulActorContext
-
- effectiveAttributes() - Method in class akka.stream.MaterializationContext
-
- effectiveSettings(Attributes) - Method in class akka.stream.ActorMaterializer
-
- effectiveSettings(Attributes) - Method in class akka.stream.impl.ActorMaterializerImpl
-
- elem() - Method in class akka.stream.impl.fusing.GraphStages.SingleSource
-
- elem() - Method in class akka.stream.impl.fusing.MapAsync.Holder
-
- elem() - Method in class akka.stream.impl.QueueSource.Offer
-
- element() - Method in class akka.stream.actor.ActorSubscriberMessage.OnNext
-
- element() - Method in class akka.stream.testkit.TestSubscriber.OnNext
-
- element() - Method in class akka.util.PriorityQueueStabilizer.WrappedElement
-
- elementMustNotBeNullException() - Method in class akka.stream.impl.ReactiveStreamsCompliance$
-
- elementMustNotBeNullException() - Static method in class akka.stream.impl.ReactiveStreamsCompliance
-
- ElementMustNotBeNullMsg() - Method in class akka.stream.impl.ReactiveStreamsCompliance$
-
- ElementMustNotBeNullMsg() - Static method in class akka.stream.impl.ReactiveStreamsCompliance
-
- ElementRegex() - Method in class akka.actor.ActorPath$
-
- elements() - Method in interface akka.actor.ActorPath
-
Sequence of names for this path from root to this.
- elements() - Method in class akka.actor.ActorSelectionMessage
-
- elements() - Method in class akka.actor.ChildActorPath
-
- elements() - Method in class akka.actor.RootActorPath
-
- elements() - Method in class akka.cluster.ddata.GSet
-
- elements() - Method in class akka.cluster.ddata.ORSet
-
Scala API
- elements() - Static method in class akka.remote.security.provider.AkkaProvider
-
- elements() - Method in class akka.stream.testkit.TestPublisher.RequestMore
-
- ELEMENTS_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
-
- elementsMap() - Method in class akka.cluster.ddata.ORSet
-
- EmbeddedMediaDriver() - Method in class akka.remote.artery.ArterySettings.Advanced$
-
- emit(Outlet<T>, T, Function0<BoxedUnit>) - Method in class akka.stream.stage.GraphStageLogic
-
Emit an element through the given outlet and continue with the given thunk
afterwards, suspending execution if necessary.
- emit(Outlet<T>, T) - Method in class akka.stream.stage.GraphStageLogic
-
Emit an element through the given outlet, suspending execution if necessary.
- emit(Outlet<T>, T, Effect) - Method in class akka.stream.stage.GraphStageLogic
-
- emit(Iterator<Out>, Context<Out>) - Method in class akka.stream.stage.StatefulStage
-
Deprecated.
- emit(Iterator<Out>, Context<Out>) - Method in class akka.stream.stage.StatefulStage
-
Deprecated.
- emit(Iterator<Out>, Context<Out>, StageState<In, Out>) - Method in class akka.stream.stage.StatefulStage
-
Deprecated.
- emit(Iterator<Out>, Context<Out>, StageState<In, Out>) - Method in class akka.stream.stage.StatefulStage
-
Deprecated.
- emitAndFinish(Iterator<Out>, Context<Out>) - Method in class akka.stream.stage.StatefulStage
-
Deprecated.
- emitAndFinish(Iterator<Out>, Context<Out>) - Method in class akka.stream.stage.StatefulStage
-
Deprecated.
- emitEarly() - Method in class akka.stream.DelayOverflowStrategy$
-
If the buffer is full when a new element is available this strategy send next element downstream without waiting
- emitEarly() - Static method in class akka.stream.DelayOverflowStrategy
-
If the buffer is full when a new element is available this strategy send next element downstream without waiting
- EmitEarly$() - Constructor for class akka.stream.OverflowStrategies.EmitEarly$
-
- emitMultiple(Outlet<T>, Iterable<T>, Function0<BoxedUnit>) - Method in class akka.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>, Iterable<T>) - Method in class akka.stream.stage.GraphStageLogic
-
Emit a sequence of elements through the given outlet, suspending execution if necessary.
- emitMultiple(Outlet<T>, Iterator<T>) - Method in class akka.stream.stage.GraphStageLogic
-
Java API
- emitMultiple(Outlet<T>, Iterator<T>, Effect) - Method in class akka.stream.stage.GraphStageLogic
-
Java API
- emitMultiple(Outlet<T>, Iterator<T>, Function0<BoxedUnit>) - Method in class akka.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 akka.stream.stage.GraphStageLogic
-
Emit a sequence of elements through the given outlet, suspending execution if necessary.
- empty() - Method in class akka.actor.Props$
-
A Props instance whose creator will create an actor that doesn't respond to any message
- empty() - Static method in class akka.actor.Props
-
A Props instance whose creator will create an actor that doesn't respond to any message
- empty() - Method in class akka.actor.setup.ActorSystemSetup$
-
- empty() - Static method in class akka.actor.setup.ActorSystemSetup
-
- empty() - Method in class akka.cluster.ddata.Flag$
-
Flag that is initialized to false.
- empty() - Static method in class akka.cluster.ddata.Flag
-
Flag that is initialized to false.
- empty() - Method in class akka.cluster.ddata.GCounter$
-
- empty() - Static method in class akka.cluster.ddata.GCounter
-
- empty() - Method in class akka.cluster.ddata.GSet$
-
- empty() - Static method in class akka.cluster.ddata.GSet
-
- empty() - Method in class akka.cluster.ddata.LWWMap$
-
- empty() - Static method in class akka.cluster.ddata.LWWMap
-
- empty() - Method in class akka.cluster.ddata.ORMap$
-
- empty() - Static method in class akka.cluster.ddata.ORMap
-
- empty() - Method in class akka.cluster.ddata.ORMultiMap$
-
Provides an empty multimap.
- empty() - Static method in class akka.cluster.ddata.ORMultiMap
-
Provides an empty multimap.
- empty() - Method in class akka.cluster.ddata.ORSet$
-
- empty() - Static method in class akka.cluster.ddata.ORSet
-
- empty() - Method in class akka.cluster.ddata.PNCounter$
-
- empty() - Static method in class akka.cluster.ddata.PNCounter
-
- empty() - Method in class akka.cluster.ddata.PNCounterMap$
-
- empty() - Static method in class akka.cluster.ddata.PNCounterMap
-
- empty() - Method in class akka.cluster.ddata.VersionVector$
-
- empty() - Static method in class akka.cluster.ddata.VersionVector
-
- empty() - Method in class akka.cluster.Gossip$
-
- empty() - Static method in class akka.cluster.Gossip
-
- empty() - Method in class akka.cluster.metrics.MetricsGossip$
-
- empty() - Static method in class akka.cluster.metrics.MetricsGossip
-
- empty() - Method in class akka.cluster.MetricsGossip$
-
- empty() - Static method in class akka.cluster.MetricsGossip
-
- empty() - Method in class akka.cluster.Reachability$
-
- empty() - Static method in class akka.cluster.Reachability
-
- Empty() - Method in class akka.cluster.sharding.Shard.State$
-
- empty() - Method in class akka.cluster.sharding.ShardCoordinator.Internal$.State
-
- empty() - Method in class akka.contrib.pattern.WorkList$
-
- empty() - Static method in class akka.contrib.pattern.WorkList
-
- empty() - Method in class akka.io.Tcp.Write$
-
The empty Write doesn't write anything and isn't acknowledged.
- empty() - Method in class akka.japi.pf.CaseStatement$
-
- empty() - Static method in class akka.japi.pf.CaseStatement
-
- empty() - Method in class akka.persistence.journal.EventSeq$
-
Java API
- empty() - Static method in class akka.persistence.journal.EventSeq
-
Java API
- empty() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- empty() - Static method in class akka.persistence.journal.JournalSpec
-
- empty() - Method in class akka.persistence.PluginSpec
-
- empty() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- empty() - Method in class akka.remote.artery.compress.CompressionTable$
-
- empty() - Static method in class akka.remote.artery.compress.CompressionTable
-
- empty() - Method in class akka.remote.artery.compress.DecompressionTable$
-
- empty() - Static method in class akka.remote.artery.compress.DecompressionTable
-
- empty() - Method in class akka.remote.artery.compress.InboundCompression.State$
-
- empty(ClassTag<A>) - Method in class akka.remote.artery.ImmutableLongMap$
-
- empty(ClassTag<A>) - Static method in class akka.remote.artery.ImmutableLongMap
-
- Empty() - Method in class akka.remote.artery.RollingEventLogSection$
-
- Empty() - Static method in class akka.remote.artery.RollingEventLogSection
-
- empty() - Method in class akka.remote.RemoteWatcher.Stats$
-
- empty() - Method in class akka.stream.javadsl.Source$
-
Create a Source with no elements, i.e.
- empty() - Static method in class akka.stream.javadsl.Source
-
Create a Source with no elements, i.e.
- empty() - Method in class akka.stream.scaladsl.Source$
-
A Source with no elements, i.e.
- empty() - Static method in class akka.stream.scaladsl.Source
-
A Source with no elements, i.e.
- empty() - Method in class akka.stream.testkit.TestPublisher$
-
Publisher that signals complete to subscribers, after handing a void subscription.
- empty() - Static method in class akka.stream.testkit.TestPublisher
-
Publisher that signals complete to subscribers, after handing a void subscription.
- Empty() - Method in class akka.typed.ScalaDSL$
-
This behavior does not handle any inputs, it is completely inert.
- Empty() - Static method in class akka.typed.ScalaDSL
-
This behavior does not handle any inputs, it is completely inert.
- empty() - Method in class akka.util.ByteIterator.ByteArrayIterator$
-
- empty() - Method in class akka.util.ByteIterator.MultiByteArrayIterator$
-
- empty() - Method in class akka.util.ByteString$
-
- empty() - Method in class akka.util.ByteString.ByteString1$
-
- empty() - Static method in class akka.util.ByteString
-
- empty() - Method in class akka.util.CompactByteString$
-
- empty() - Static method in class akka.util.CompactByteString
-
- empty() - Method in class akka.util.MessageBuffer$
-
Create an empty message buffer.
- empty() - Static method in class akka.util.MessageBuffer
-
Create an empty message buffer.
- empty() - Method in class akka.util.TypedMultiMap$
-
Obtain the empty map for the given key type and key–value type function.
- empty() - Static method in class akka.util.TypedMultiMap
-
Obtain the empty map for the given key type and key–value type function.
- Empty$() - Constructor for class akka.remote.artery.FlightRecorderReader.Empty$
-
- Empty$() - Constructor for class akka.stream.impl.fusing.GraphInterpreter.Empty$
-
- EmptyActor() - Constructor for class akka.actor.Props.EmptyActor
-
- emptyActorPath() - Method in class akka.actor.ActorPath$
-
- emptyActorRefSet() - Method in class akka.actor.ActorCell$
-
- emptyActorRefSet() - Static method in class akka.actor.ActorCell
-
- emptyBehavior() - Method in class akka.actor.AbstractActor$
-
emptyBehavior is a Receive-expression that matches no messages at all, ever.
- emptyBehavior() - Static method in class akka.actor.AbstractActor
-
emptyBehavior is a Receive-expression that matches no messages at all, ever.
- emptyBehavior$() - Constructor for class akka.actor.Actor.emptyBehavior$
-
- emptyBehavior$() - Constructor for class akka.typed.Behavior.emptyBehavior$
-
- emptyBehaviorStack() - Method in class akka.actor.ActorCell$
-
- emptyBehaviorStack() - Static method in class akka.actor.ActorCell
-
- emptyCancellable() - Method in class akka.actor.ActorCell$
-
- emptyCancellable() - Static method in class akka.actor.ActorCell
-
- EmptyChildrenContainer$() - Constructor for class akka.actor.dungeon.ChildrenContainer.EmptyChildrenContainer$
-
- emptyConfig() - Method in class akka.dispatch.CachingConfig$
-
- emptyConfig() - Static method in class akka.dispatch.CachingConfig
-
- emptyConfig() - Method in class akka.persistence.journal.leveldb.LeveldbStore$
-
- emptyConsistentHashMapping$() - Constructor for class akka.routing.ConsistentHashingRouter.emptyConsistentHashMapping$
-
- EmptyDeploymentConfig - Class in akka.typed
-
The empty configuration node, used as a terminator for the internally linked
list of each DeploymentConfig.
- EmptyDeploymentConfig() - Constructor for class akka.typed.EmptyDeploymentConfig
-
- EmptyDeploymentConfig$ - Class in akka.typed
-
The empty configuration node, used as a terminator for the internally linked
list of each DeploymentConfig.
- EmptyDeploymentConfig$() - Constructor for class akka.typed.EmptyDeploymentConfig$
-
- EmptyEffect$() - Constructor for class akka.typed.Effect.EmptyEffect$
-
- EmptyEventSeq - Interface in akka.persistence.journal
-
- EmptyEventSeq$ - Class in akka.persistence.journal
-
- EmptyEventSeq$() - Constructor for class akka.persistence.journal.EmptyEventSeq$
-
- EmptyImmutableSeq$() - Constructor for class akka.util.Collections.EmptyImmutableSeq$
-
- EmptyLocalActorRef - Class in akka.actor
-
This special dead letter reference has a name: it is that which is returned
by a local look-up which is unsuccessful.
- EmptyLocalActorRef(ActorRefProvider, ActorPath, EventStream) - Constructor for class akka.actor.EmptyLocalActorRef
-
- emptyMDC() - Method in class akka.event.Logging$
-
LoggingAdapter extension which adds MDC support.
- emptyMDC() - Static method in class akka.event.Logging
-
LoggingAdapter extension which adds MDC support.
- emptyMembers() - Method in class akka.cluster.Gossip$
-
- emptyMembers() - Static method in class akka.cluster.Gossip
-
- emptyMergeMap() - Method in class akka.util.SubclassifiedIndex$
-
- emptyMergeMap() - Static method in class akka.util.SubclassifiedIndex
-
- EmptyModule$() - Constructor for class akka.stream.impl.StreamLayout.EmptyModule$
-
- emptyPathEntry() - Method in class akka.dispatch.CachingConfig$
-
- emptyPathEntry() - Static method in class akka.dispatch.CachingConfig
-
- EmptyPendingWrite$() - Constructor for class akka.io.TcpConnection.EmptyPendingWrite$
-
- EmptyPublisher - Class in akka.stream.impl
-
INTERNAL API
- EmptyPublisher() - Constructor for class akka.stream.impl.EmptyPublisher
-
- EmptyPublisher$ - Class in akka.stream.impl
-
INTERNAL API
- EmptyPublisher$() - Constructor for class akka.stream.impl.EmptyPublisher$
-
- emptyReceiveTimeoutData() - Method in class akka.actor.dungeon.ReceiveTimeout$
-
- EmptySource - Class in akka.stream.impl
-
INTERNAL API
- EmptySource() - Constructor for class akka.stream.impl.EmptySource
-
- emptySource() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- EmptySource$ - Class in akka.stream.impl
-
INTERNAL API
- EmptySource$() - Constructor for class akka.stream.impl.EmptySource$
-
- emptyStats() - Method in class akka.actor.dungeon.ChildrenContainer.EmptyChildrenContainer$
-
- emptyStats() - Method in interface akka.actor.dungeon.ChildrenContainer.EmptyChildrenContainer
-
- emptyStats() - Method in class akka.actor.dungeon.ChildrenContainer.TerminatedChildrenContainer$
-
- emptyTimeToLive() - Method in class akka.cluster.pubsub.DistributedPubSubMediator.Internal$.Group
-
- emptyTimeToLive() - Method in class akka.cluster.pubsub.DistributedPubSubMediator.Internal$.Topic
-
- emptyTimeToLive() - Method in interface akka.cluster.pubsub.DistributedPubSubMediator.Internal$.TopicLike
-
- EnableAdditionalSerializationBindings() - Method in class akka.actor.ActorSystem.Settings
-
- enabled() - Method in class akka.cluster.ddata.Flag
-
- enabled() - Static method in class akka.contrib.pattern.ReliableProxy
-
- enabled() - Method in interface akka.contrib.pattern.ReliableProxyDebugLogging
-
- Enabled() - Method in class akka.remote.artery.ArterySettings.Compression
-
- Enabled() - Method in class akka.remote.artery.ArterySettings
-
- ENABLED_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
-
- enabledCipherSuites() - Method in class akka.stream.TLSProtocol.NegotiateNewSession
-
- enabledProtocols() - Method in class akka.stream.TLSProtocol.NegotiateNewSession
-
- enableInterest(int) - Method in interface akka.io.ChannelRegistration
-
- EnableSsl() - Method in class akka.remote.transport.netty.NettyTransportSettings
-
- ENCLOSEDMESSAGE_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
-
- ENCLOSEDMESSAGE_FIELD_NUMBER - Static variable in class akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
-
- ENCLOSEDMESSAGE_FIELD_NUMBER - Static variable in class akka.remote.ContainerFormats.Payload
-
- ENCLOSEDMESSAGE_FIELD_NUMBER - Static variable in class akka.remote.ContainerFormats.SelectionEnvelope
-
- encName(String) - Method in class akka.cluster.pubsub.DistributedPubSubMediator.Internal$
-
- encode(ChannelHandlerContext, Channel, Object) - Method in class akka.remote.testconductor.MsgEncoder
-
- encode(ChannelHandlerContext, Channel, Object) - Method in class akka.remote.testconductor.ProtobufEncoder
-
- encodePdu(AkkaPduCodec.AkkaPdu) - Method in interface akka.remote.transport.AkkaPduCodec
-
- encodePdu(AkkaPduCodec.AkkaPdu) - Static method in class akka.remote.transport.AkkaPduProtobufCodec
-
- Encoder - Class in akka.remote.artery
-
INTERNAL API
- Encoder(UniqueAddress, ExtendedActorSystem, ObjectPool<ReusableOutboundEnvelope>, EnvelopeBufferPool, boolean) - Constructor for class akka.remote.artery.Encoder
-
- Encoder$ - Class in akka.remote.artery
-
INTERNAL API
- Encoder$() - Constructor for class akka.remote.artery.Encoder$
-
- Encoder.AccessOutboundCompressionFailed - Exception in akka.remote.artery
-
- Encoder.OutboundCompressionAccess - Interface in akka.remote.artery
-
- End() - Constructor for class akka.cluster.singleton.ClusterSingletonManager.Internal$.End
-
- end() - Method in class akka.stream.impl.fusing.Intersperse
-
- EndData() - Constructor for class akka.cluster.singleton.ClusterSingletonManager.Internal$.EndData
-
- EndMarker() - Method in class akka.cluster.ddata.VersionVector.Timestamp$
-
- EndMarker() - Method in class akka.cluster.VectorClock.Timestamp$
-
- EndOfStream$() - Constructor for class akka.io.TcpConnection.EndOfStream$
-
- endpoint() - Method in class akka.camel.internal.CamelSupervisor.CamelProducerObjects
-
- endpoint() - Method in class akka.camel.internal.component.ActorProducer
-
- endpoint() - Method in class akka.remote.EndpointManager.Pass
-
- endpoint() - Method in class akka.stream.impl.io.ConnectionSourceStage
-
- EndpointActivated(ActorRef) - Constructor for class akka.camel.internal.ActivationProtocol.EndpointActivated
-
- EndpointActivated$() - Constructor for class akka.camel.internal.ActivationProtocol.EndpointActivated$
-
- EndpointActor - Class in akka.remote
-
INTERNAL API
- EndpointActor(Address, Address, Transport, RemoteSettings, AkkaPduCodec) - Constructor for class akka.remote.EndpointActor
-
- EndpointAssociationException - Exception in akka.remote
-
INTERNAL API
- EndpointAssociationException(String, Throwable) - Constructor for exception akka.remote.EndpointAssociationException
-
- EndpointDeActivated(ActorRef) - Constructor for class akka.camel.internal.ActivationProtocol.EndpointDeActivated
-
- EndpointDeActivated$() - Constructor for class akka.camel.internal.ActivationProtocol.EndpointDeActivated$
-
- EndpointDisassociatedException - Exception in akka.remote
-
INTERNAL API
- EndpointDisassociatedException(String) - Constructor for exception akka.remote.EndpointDisassociatedException
-
- EndpointException - Exception in akka.remote
-
INTERNAL API
- EndpointException(String, Throwable) - Constructor for exception akka.remote.EndpointException
-
- EndpointException(String) - Constructor for exception akka.remote.EndpointException
-
- EndpointFailedToActivate(ActorRef, Throwable) - Constructor for class akka.camel.internal.ActivationProtocol.EndpointFailedToActivate
-
- EndpointFailedToActivate$() - Constructor for class akka.camel.internal.ActivationProtocol.EndpointFailedToActivate$
-
- EndpointFailedToDeActivate(ActorRef, Throwable) - Constructor for class akka.camel.internal.ActivationProtocol.EndpointFailedToDeActivate
-
- EndpointFailedToDeActivate$() - Constructor for class akka.camel.internal.ActivationProtocol.EndpointFailedToDeActivate$
-
- endpointId() - Method in class akka.remote.EndpointManager
-
- EndpointManager - Class in akka.remote
-
INTERNAL API
- EndpointManager(Config, LoggingAdapter) - Constructor for class akka.remote.EndpointManager
-
- EndpointManager$ - Class in akka.remote
-
INTERNAL API
- EndpointManager$() - Constructor for class akka.remote.EndpointManager$
-
- EndpointManager.EndpointPolicy - Interface in akka.remote
-
- EndpointManager.EndpointRegistry - Class in akka.remote
-
- EndpointManager.Gated - Class in akka.remote
-
- EndpointManager.Gated$ - Class in akka.remote
-
- EndpointManager.Link - Class in akka.remote
-
- EndpointManager.Link$ - Class in akka.remote
-
- EndpointManager.Listen - Class in akka.remote
-
- EndpointManager.Listen$ - Class in akka.remote
-
- EndpointManager.ListensFailure - Class in akka.remote
-
- EndpointManager.ListensFailure$ - Class in akka.remote
-
- EndpointManager.ListensResult - Class in akka.remote
-
- EndpointManager.ListensResult$ - Class in akka.remote
-
- EndpointManager.ManagementCommand - Class in akka.remote
-
- EndpointManager.ManagementCommand$ - Class in akka.remote
-
- EndpointManager.ManagementCommandAck - Class in akka.remote
-
- EndpointManager.ManagementCommandAck$ - Class in akka.remote
-
- EndpointManager.Pass - Class in akka.remote
-
- EndpointManager.Pass$ - Class in akka.remote
-
- EndpointManager.Prune$ - Class in akka.remote
-
- EndpointManager.Quarantine - Class in akka.remote
-
- EndpointManager.Quarantine$ - Class in akka.remote
-
- EndpointManager.Quarantined - Class in akka.remote
-
- EndpointManager.Quarantined$ - Class in akka.remote
-
- EndpointManager.RemotingCommand - Interface in akka.remote
-
- EndpointManager.ResendState - Class in akka.remote
-
- EndpointManager.ResendState$ - Class in akka.remote
-
- EndpointManager.Send - Class in akka.remote
-
- EndpointManager.Send$ - Class in akka.remote
-
- EndpointManager.ShutdownAndFlush$ - Class in akka.remote
-
- EndpointManager.StartupFinished$ - Class in akka.remote
-
- EndpointManager.WasGated - Class in akka.remote
-
- EndpointManager.WasGated$ - Class in akka.remote
-
- EndpointManagerName() - Method in class akka.remote.Remoting$
-
- EndpointManagerName() - Static method in class akka.remote.Remoting
-
- EndpointReader - Class in akka.remote
-
INTERNAL API
- EndpointReader(Address, Address, Transport, RemoteSettings, AkkaPduCodec, InboundMessageDispatcher, boolean, int, Option<ActorRef>, ConcurrentHashMap<EndpointManager.Link, EndpointManager.ResendState>) - Constructor for class akka.remote.EndpointReader
-
- EndpointReader$ - Class in akka.remote
-
INTERNAL API
- EndpointReader$() - Constructor for class akka.remote.EndpointReader$
-
- EndpointRegistry() - Constructor for class akka.remote.EndpointManager.EndpointRegistry
-
- endpoints() - Method in class akka.remote.EndpointManager
-
- endpointUri() - Method in interface akka.camel.Consumer
-
Must return the Camel endpoint URI that the consumer wants to consume messages from.
- endpointUri() - Method in class akka.camel.internal.CamelSupervisor.Register
-
- endpointUri() - Method in class akka.camel.javaapi.UntypedConsumerActor
-
- endpointUri() - Method in class akka.camel.javaapi.UntypedProducerActor
-
- endpointUri() - Method in interface akka.camel.ProducerSupport
-
Returns the Camel endpoint URI to produce messages to.
- EndpointWriter - Class in akka.remote
-
INTERNAL API
- EndpointWriter(Option<AkkaProtocolHandle>, Address, Address, Option<Object>, AkkaProtocolTransport, RemoteSettings, AkkaPduCodec, ConcurrentHashMap<EndpointManager.Link, EndpointManager.ResendState>, Option<ActorRef>) - Constructor for class akka.remote.EndpointWriter
-
- EndpointWriter$ - Class in akka.remote
-
INTERNAL API
- EndpointWriter$() - Constructor for class akka.remote.EndpointWriter$
-
- EndpointWriter.AckIdleCheckTimer$ - Class in akka.remote
-
- EndpointWriter.BackoffTimer$ - Class in akka.remote
-
- EndpointWriter.FlushAndStop$ - Class in akka.remote
-
- EndpointWriter.Handle - Class in akka.remote
-
- EndpointWriter.Handle$ - Class in akka.remote
-
- EndpointWriter.OutboundAck - Class in akka.remote
-
- EndpointWriter.OutboundAck$ - Class in akka.remote
-
- EndpointWriter.StoppedReading - Class in akka.remote
-
- EndpointWriter.StoppedReading$ - Class in akka.remote
-
- EndpointWriter.StopReading - Class in akka.remote
-
- EndpointWriter.StopReading$ - Class in akka.remote
-
- EndpointWriter.TakeOver - Class in akka.remote
-
This message signals that the current association maintained by the local EndpointWriter and EndpointReader is
to be overridden by a new inbound association.
- EndpointWriter.TakeOver$ - Class in akka.remote
-
- EndpointWriter.TookOver - Class in akka.remote
-
- EndpointWriter.TookOver$ - Class in akka.remote
-
- endsWith(GenSeq<B>) - Static method in class akka.util.ByteString
-
- endsWith(GenSeq<B>) - Static method in class akka.util.CompactByteString
-
- endWith() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- endWith() - Static method in class akka.persistence.journal.JournalSpec
-
- endWith() - Method in class akka.persistence.PluginSpec
-
- endWith() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- enforcing() - Method in class akka.stream.ThrottleMode$
-
Java API: Makes throttle fail with exception when upstream is faster than throttle rate
- enforcing() - Static method in class akka.stream.ThrottleMode
-
Java API: Makes throttle fail with exception when upstream is faster than throttle rate
- Enforcing$() - Constructor for class akka.stream.ThrottleMode.Enforcing$
-
- engine() - Method in class akka.stream.impl.io.TLSActor
-
- engineGenerateSeed(int) - Method in class akka.remote.security.provider.AES128CounterInetRNG
-
Deprecated.
Unused method
Returns the given number of seed bytes.
- engineGenerateSeed(int) - Method in class akka.remote.security.provider.AES128CounterSecureRNG
-
Unused method
Returns the given number of seed bytes.
- engineGenerateSeed(int) - Method in class akka.remote.security.provider.AES256CounterInetRNG
-
Deprecated.
Unused method
Returns the given number of seed bytes.
- engineGenerateSeed(int) - Method in class akka.remote.security.provider.AES256CounterSecureRNG
-
Unused method
Returns the given number of seed bytes.
- engineInboundOpen() - Method in class akka.stream.impl.io.TLSActor
-
- engineNeedsWrap() - Method in class akka.stream.impl.io.TLSActor
-
- engineNextBytes(byte[]) - Method in class akka.remote.security.provider.AES128CounterInetRNG
-
Deprecated.
Generates a user-specified number of random bytes.
- engineNextBytes(byte[]) - Method in class akka.remote.security.provider.AES128CounterSecureRNG
-
Generates a user-specified number of random bytes.
- engineNextBytes(byte[]) - Method in class akka.remote.security.provider.AES256CounterInetRNG
-
Deprecated.
Generates a user-specified number of random bytes.
- engineNextBytes(byte[]) - Method in class akka.remote.security.provider.AES256CounterSecureRNG
-
Generates a user-specified number of random bytes.
- engineSetSeed(byte[]) - Method in class akka.remote.security.provider.AES128CounterInetRNG
-
Deprecated.
This is managed internally by AESCounterRNG
- engineSetSeed(byte[]) - Method in class akka.remote.security.provider.AES128CounterSecureRNG
-
This is managed internally by AESCounterRNG
- engineSetSeed(byte[]) - Method in class akka.remote.security.provider.AES256CounterInetRNG
-
Deprecated.
This is managed internally by AESCounterRNG
- engineSetSeed(byte[]) - Method in class akka.remote.security.provider.AES256CounterSecureRNG
-
This is managed internally by AESCounterRNG
- ENil() - Method in class akka.dispatch.sysmsg.SystemMessageList$
-
- ENil() - Static method in class akka.dispatch.sysmsg.SystemMessageList
-
- ENil() - Method in class akka.typed.internal.SystemMessageList$
-
- ENil() - Static method in class akka.typed.internal.SystemMessageList
-
- enqueue(ActorRef, Envelope) - Method in class akka.dispatch.BoundedControlAwareMailbox.MessageQueue
-
- enqueue(ActorRef, Envelope) - Method in interface akka.dispatch.BoundedDequeBasedMessageQueue
-
- enqueue(ActorRef, Envelope) - Method in class akka.dispatch.BoundedNodeMessageQueue
-
- enqueue(ActorRef, Envelope) - Method in interface akka.dispatch.BoundedQueueBasedMessageQueue
-
- enqueue(ActorRef, Envelope) - Method in interface akka.dispatch.ControlAwareMessageQueueSemantics
-
- enqueue(ActorRef, Envelope) - Method in class akka.dispatch.Mailbox
-
Try to enqueue the message to this queue, or throw an exception.
- enqueue(ActorRef, Envelope) - Method in interface akka.dispatch.MessageQueue
-
Try to enqueue the message to this queue, or throw an exception.
- enqueue(ActorRef, Envelope) - Method in class akka.dispatch.NodeMessageQueue
-
- enqueue(ActorRef, Envelope) - Method in interface akka.dispatch.UnboundedDequeBasedMessageQueue
-
- enqueue(ActorRef, Envelope) - Method in interface akka.dispatch.UnboundedQueueBasedMessageQueue
-
- enqueue(T) - Method in class akka.stream.impl.BoundedBuffer
-
- enqueue(T) - Method in interface akka.stream.impl.Buffer
-
- enqueue(int, Object) - Method in class akka.stream.impl.FanOut.OutputBunch
-
- enqueue(T) - Method in class akka.stream.impl.FixedSizeBuffer.FixedSizeBuffer
-
- enqueue(GraphInterpreter.Connection) - Method in class akka.stream.impl.fusing.GraphInterpreter
-
- enqueue(MergeHub<T>.Event) - Method in class akka.stream.scaladsl.MergeHub.MergedSourceLogic
-
- enqueue(ActorRef, Envelope) - Method in class akka.testkit.CallingThreadMailbox
-
- enqueueAndPrefer(Object, int) - Method in class akka.stream.impl.FanOut.OutputBunch
-
- enqueueAndYield(Object) - Method in class akka.stream.impl.FanOut.OutputBunch
-
- enqueued() - Method in class akka.stream.QueueOfferResult$
-
Java API: The Enqueued singleton instance
- enqueued() - Static method in class akka.stream.QueueOfferResult
-
Java API: The Enqueued singleton instance
- Enqueued$() - Constructor for class akka.stream.QueueOfferResult.Enqueued$
-
- enqueueFirst(Envelope) - Method in interface akka.actor.StashSupport
-
Enqueues envelope at the first position in the mailbox.
- enqueueFirst(ActorRef, Envelope) - Method in interface akka.dispatch.BoundedDequeBasedMessageQueue
-
- enqueueFirst(ActorRef, Envelope) - Method in interface akka.dispatch.DequeBasedMessageQueueSemantics
-
- enqueueFirst(ActorRef, Envelope) - Method in interface akka.dispatch.UnboundedDequeBasedMessageQueue
-
- enqueueInBuffer(Object) - Method in class akka.remote.EndpointWriter
-
- enqueueInputElement(Object) - Method in class akka.stream.impl.BatchingInputBuffer
-
- enqueueMarked(Object) - Method in class akka.stream.impl.FanOut.OutputBunch
-
- enqueueMessage(Object) - Method in class akka.actor.dsl.Inbox.InboxActor
-
- enqueueOutputElement(Object) - Method in class akka.stream.impl.FanoutOutputs
-
- enqueueOutputElement(Object) - Method in interface akka.stream.impl.Outputs
-
- enqueueOutputElement(Object) - Method in class akka.stream.impl.SimpleOutputs
-
- enqueueQuery(Inbox.Query) - Method in class akka.actor.dsl.Inbox.InboxActor
-
- enqueueToShortCircuit(Object) - Method in class akka.stream.impl.fusing.ActorGraphInterpreter
-
- enrichWithPoolDispatcher(Props, ActorContext) - Static method in class akka.cluster.metrics.AdaptiveLoadBalancingPool
-
- enrichWithPoolDispatcher(Props, ActorContext) - Static method in class akka.cluster.routing.AdaptiveLoadBalancingPool
-
Deprecated.
- enrichWithPoolDispatcher(Props, ActorContext) - Static method in class akka.cluster.routing.ClusterRouterPool
-
- enrichWithPoolDispatcher(Props, ActorContext) - Static method in class akka.remote.routing.RemoteRouterConfig
-
- enrichWithPoolDispatcher(Props, ActorContext) - Static method in class akka.routing.BalancingPool
-
- enrichWithPoolDispatcher(Props, ActorContext) - Static method in class akka.routing.BroadcastPool
-
- enrichWithPoolDispatcher(Props, ActorContext) - Static method in class akka.routing.ConsistentHashingPool
-
- enrichWithPoolDispatcher(Props, ActorContext) - Static method in class akka.routing.FromConfig
-
- enrichWithPoolDispatcher(Props, ActorContext) - Method in interface akka.routing.Pool
-
INTERNAL API
- enrichWithPoolDispatcher(Props, ActorContext) - Static method in class akka.routing.RandomPool
-
- enrichWithPoolDispatcher(Props, ActorContext) - Static method in class akka.routing.RoundRobinPool
-
- enrichWithPoolDispatcher(Props, ActorContext) - Static method in class akka.routing.ScatterGatherFirstCompletedPool
-
- enrichWithPoolDispatcher(Props, ActorContext) - Static method in class akka.routing.SmallestMailboxPool
-
- enrichWithPoolDispatcher(Props, ActorContext) - Static method in class akka.routing.TailChoppingPool
-
- ensureSubscription() - Method in class akka.stream.testkit.TestPublisher.Probe
-
Asserts that a subscription has been received or will be received
- ensureSubscription() - Method in class akka.stream.testkit.TestSubscriber.Probe
-
Asserts that a subscription has been received or will be received
- ensureValueBufferSize(int) - Method in class akka.cluster.ddata.LmdbDurableStore
-
- enter(Seq<String>) - Method in interface akka.remote.testconductor.Player
-
Enter the named barriers, one after the other, in the order given.
- enter(Timeout, Seq<String>) - Method in interface akka.remote.testconductor.Player
-
Enter the named barriers, one after the other, in the order given.
- Enter_VALUE - Static variable in enum akka.remote.testconductor.TestConductorProtocol.BarrierOp
-
Enter = 1;
- EnterBarrier - Class in akka.remote.testconductor
-
- EnterBarrier(String, Option<FiniteDuration>) - Constructor for class akka.remote.testconductor.EnterBarrier
-
- enterBarrier(Seq<String>) - Method in class akka.remote.testkit.MultiNodeSpec
-
Enter the named barriers in the order given.
- EnterBarrier$ - Class in akka.remote.testconductor
-
- EnterBarrier$() - Constructor for class akka.remote.testconductor.EnterBarrier$
-
- enterMatCtx() - Method in class akka.stream.impl.fusing.Fusing.BuildStructuralInfo
-
- enterScope(StreamLayout.CopiedModule) - Method in class akka.stream.impl.MaterializerSession
-
- entities() - Method in class akka.cluster.sharding.Shard.State
-
- ENTITIES_FIELD_NUMBER - Static variable in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
-
- entity() - Method in class akka.cluster.sharding.Shard.RestartEntities
-
- entity() - Method in class akka.cluster.sharding.Shard.RestartEntity
-
- entityCount() - Method in class akka.cluster.sharding.Shard.ShardStats
-
- ENTITYCOUNT_FIELD_NUMBER - Static variable in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
-
- entityId() - Method in class akka.cluster.sharding.Shard.EntityStarted
-
- entityId() - Method in class akka.cluster.sharding.Shard.EntityStopped
-
- entityId() - Method in interface akka.cluster.sharding.Shard.StateChange
-
- entityId(Object) - Method in interface akka.cluster.sharding.ShardRegion.MessageExtractor
-
Extract the entity id from an incoming message.
- ENTITYID_FIELD_NUMBER - Static variable in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
-
- ENTITYID_FIELD_NUMBER - Static variable in class akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
-
- entityIds() - Method in class akka.cluster.sharding.Shard.CurrentShardState
-
- entityIds() - Method in class akka.cluster.sharding.ShardRegion.ShardState
-
- entityMessage(Object) - Method in class akka.cluster.sharding.ShardRegion.HashCodeMessageExtractor
-
Default implementation pass on the message as is.
- entityMessage(Object) - Method in interface akka.cluster.sharding.ShardRegion.MessageExtractor
-
Extract the message to send to the entity from an incoming message.
- entityProps() - Method in class akka.cluster.sharding.ClusterShardingGuardian.Start
-
- entityRecoveryConstantRateStrategyFrequency() - Method in class akka.cluster.sharding.ClusterShardingSettings.TuningParameters
-
- entityRecoveryConstantRateStrategyNumberOfEntities() - Method in class akka.cluster.sharding.ClusterShardingSettings.TuningParameters
-
- entityRecoveryStrategy() - Method in class akka.cluster.sharding.ClusterShardingSettings.TuningParameters
-
- EntityRecoveryStrategy - Interface in akka.cluster.sharding
-
- EntityRecoveryStrategy$ - Class in akka.cluster.sharding
-
- EntityRecoveryStrategy$() - Constructor for class akka.cluster.sharding.EntityRecoveryStrategy$
-
- entityRestartBackoff() - Method in class akka.cluster.sharding.ClusterShardingSettings.TuningParameters
-
- EntityStarted(String) - Constructor for class akka.cluster.sharding.Shard.EntityStarted
-
- EntityStarted$() - Constructor for class akka.cluster.sharding.Shard.EntityStarted$
-
- EntityStopped(String) - Constructor for class akka.cluster.sharding.Shard.EntityStopped
-
- EntityStopped$() - Constructor for class akka.cluster.sharding.Shard.EntityStopped$
-
- entityTerminated(ActorRef) - Method in class akka.cluster.sharding.PersistentShard
-
- entityTerminated(ActorRef) - Method in class akka.cluster.sharding.Shard
-
- entries() - Method in class akka.cluster.ddata.LWWMap
-
Scala API: All entries of the map.
- entries() - Method in class akka.cluster.ddata.ORMap
-
Scala API: All entries of the map.
- entries() - Method in class akka.cluster.ddata.ORMultiMap
-
Scala API: All entries of a multimap where keys are strings and values are sets.
- entries() - Method in class akka.cluster.ddata.PNCounterMap
-
Scala API
- entries() - Method in class akka.remote.artery.CacheStatistics
-
- ENTRIES_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
-
- ENTRIES_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
-
- ENTRIES_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
-
- ENTRIES_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
-
- ENTRIES_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
-
- ENTRIES_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector
-
- ENTRIES_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
-
- ENTRIES_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
-
- entriesPerRecord() - Method in class akka.remote.artery.FlightRecorderReader.SectionParameters
-
- Entry(Option<T>, boolean) - Constructor for class akka.contrib.pattern.WorkList.Entry
-
- entrySet() - Method in class akka.dispatch.CachingConfig
-
- entrySet() - Static method in class akka.remote.security.provider.AkkaProvider
-
- env() - Method in class akka.cluster.ddata.LmdbDurableStore
-
- envelope() - Method in class akka.cluster.ddata.Replicator.Internal$.ReadRepair
-
- envelope() - Method in class akka.cluster.ddata.Replicator.Internal$.ReadResult
-
- envelope() - Method in class akka.cluster.ddata.Replicator.Internal$.Write
-
- Envelope - Class in akka.dispatch
-
- Envelope$ - Class in akka.dispatch
-
- Envelope$() - Constructor for class akka.dispatch.Envelope$
-
- ENVELOPE_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
-
- ENVELOPE_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
-
- ENVELOPE_FIELD_NUMBER - Static variable in class akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
-
- ENVELOPE_FIELD_NUMBER - Static variable in class akka.remote.WireFormats.AckAndEnvelopeContainer
-
- EnvelopeBuffer - Class in akka.remote.artery
-
INTERNAL API
- EnvelopeBuffer(ByteBuffer) - Constructor for class akka.remote.artery.EnvelopeBuffer
-
- envelopeBuffer() - Method in interface akka.remote.artery.InboundEnvelope
-
- envelopeBuffer() - Method in class akka.remote.artery.ReusableInboundEnvelope
-
- EnvelopeBuffer$ - Class in akka.remote.artery
-
INTERNAL API
- EnvelopeBuffer$() - Constructor for class akka.remote.artery.EnvelopeBuffer$
-
- EnvelopeBufferPool - Class in akka.remote.artery
-
INTERNAL API
- EnvelopeBufferPool(int, int) - Constructor for class akka.remote.artery.EnvelopeBufferPool
-
- EnvHome() - Method in class akka.actor.ActorSystem$
-
- EnvHome() - Static method in class akka.actor.ActorSystem
-
- eofReachedAtOffset() - Method in class akka.stream.impl.io.FilePublisher
-
- equal(Object) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- equal(TripleEqualsSupport.Spread<T>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- equal(Null$) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- equal(Object) - Static method in class akka.persistence.journal.JournalSpec
-
- equal(TripleEqualsSupport.Spread<T>) - Static method in class akka.persistence.journal.JournalSpec
-
- equal(Null$) - Static method in class akka.persistence.journal.JournalSpec
-
- equal(Object) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- equal(TripleEqualsSupport.Spread<T>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- equal(Null$) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- equals(Object) - Static method in class akka.actor.ActorIdentity
-
- equals(Object) - Static method in exception akka.actor.ActorKilledException
-
- equals(Object) - Static method in exception akka.actor.ActorNotFound
-
- equals(Object) - Method in class akka.actor.ActorRef
-
Equals takes path and the unique id of the actor cell into account.
- equals(Object) - Method in class akka.actor.ActorSelection
-
- equals(Object) - Static method in class akka.actor.ActorSelectionMessage
-
- equals(Object) - Static method in class akka.actor.Address
-
- equals(Object) - Static method in class akka.actor.AddressTerminated
-
- equals(Object) - Static method in class akka.actor.AllForOneStrategy
-
- equals(Object) - Method in class akka.actor.ChildActorPath
-
- equals(Object) - Static method in class akka.actor.ChildNameReserved
-
- equals(Object) - Static method in class akka.actor.ChildRestartStats
-
- equals(Object) - Static method in class akka.actor.ContextualTypedActorFactory
-
- equals(Object) - Static method in class akka.actor.DeadLetter
-
- equals(Object) - Static method in class akka.actor.DeadLetterActorRef
-
- equals(Object) - Static method in exception akka.actor.DeathPactException
-
- equals(Object) - Static method in class akka.actor.Deploy
-
- equals(Object) - Method in interface akka.actor.ExtensionId
-
- equals(Object) - Static method in class akka.actor.Identify
-
- equals(Object) - Static method in exception akka.actor.IllegalActorStateException
-
- equals(Object) - Static method in exception akka.actor.InvalidActorNameException
-
- equals(Object) - Static method in exception akka.actor.InvalidMessageException
-
- equals(Object) - Static method in class akka.actor.Nobody
-
- equals(Object) - Static method in class akka.actor.OneForOneStrategy
-
- equals(Object) - Static method in exception akka.actor.PostRestartException
-
- equals(Object) - Static method in exception akka.actor.PreRestartException
-
- equals(Object) - Static method in class akka.actor.Props
-
- equals(Object) - Static method in class akka.actor.RootActorPath
-
- equals(Object) - Static method in exception akka.actor.SchedulerException
-
- equals(Object) - Static method in class akka.actor.SelectChildName
-
- equals(Object) - Static method in class akka.actor.SelectChildPattern
-
- equals(Object) - Static method in class akka.actor.SelectParent
-
- equals(Object) - Static method in class akka.actor.SerializedActorRef
-
- equals(Object) - Static method in class akka.actor.StopChild
-
- equals(Object) - Static method in class akka.actor.SuppressedDeadLetter
-
- equals(Object) - Static method in class akka.actor.Terminated
-
- equals(Object) - Static method in class akka.actor.TypedActor
-
- equals(Object) - Static method in class akka.actor.TypedProps
-
- equals(Object) - Static method in class akka.actor.UnhandledMessage
-
- equals(Object) - Static method in class akka.camel.Ack
-
- equals(Object) - Static method in class akka.camel.CamelExtension
-
- equals(Object) - Method in class akka.camel.CamelMessage
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Static method in class akka.camel.FailureResult
-
- equals(Object) - Static method in class akka.camel.internal.AwaitActivation
-
- equals(Object) - Static method in class akka.camel.internal.AwaitDeActivation
-
- equals(Object) - Static method in class akka.camel.internal.component.ActorEndpointPath
-
- equals(Object) - Static method in class akka.camel.MessageResult
-
- equals(Object) - Static method in class akka.cluster.client.ClusterClients
-
- equals(Object) - Static method in class akka.cluster.client.ClusterClientUnreachable
-
- equals(Object) - Static method in class akka.cluster.client.ClusterClientUp
-
- equals(Object) - Static method in class akka.cluster.client.ContactPointAdded
-
- equals(Object) - Static method in class akka.cluster.client.ContactPointRemoved
-
- equals(Object) - Static method in class akka.cluster.client.ContactPoints
-
- equals(Object) - Static method in class akka.cluster.ClusterHeartbeatSenderState
-
- equals(Object) - Method in class akka.cluster.ddata.DurableStore.DurableDataEnvelope
-
- equals(Object) - Static method in class akka.cluster.ddata.Flag
-
- equals(Object) - Static method in class akka.cluster.ddata.FlagKey
-
- equals(Object) - Method in class akka.cluster.ddata.GCounter
-
- equals(Object) - Static method in class akka.cluster.ddata.GCounterKey
-
- equals(Object) - Static method in class akka.cluster.ddata.GSet
-
- equals(Object) - Static method in class akka.cluster.ddata.GSetKey
-
- equals(Object) - Method in class akka.cluster.ddata.Key
-
- equals(Object) - Method in class akka.cluster.ddata.LWWMap
-
- equals(Object) - Static method in class akka.cluster.ddata.LWWMapKey
-
- equals(Object) - Method in class akka.cluster.ddata.LWWRegister
-
- equals(Object) - Static method in class akka.cluster.ddata.LWWRegisterKey
-
- equals(Object) - Static method in class akka.cluster.ddata.ManyVersionVector
-
- equals(Object) - Static method in class akka.cluster.ddata.OneVersionVector
-
- equals(Object) - Method in class akka.cluster.ddata.ORMap
-
- equals(Object) - Static method in class akka.cluster.ddata.ORMapKey
-
- equals(Object) - Method in class akka.cluster.ddata.ORMultiMap
-
- equals(Object) - Static method in class akka.cluster.ddata.ORMultiMapKey
-
- equals(Object) - Method in class akka.cluster.ddata.ORSet
-
- equals(Object) - Static method in class akka.cluster.ddata.ORSetKey
-
- equals(Object) - Method in class akka.cluster.ddata.PNCounter
-
- equals(Object) - Static method in class akka.cluster.ddata.PNCounterKey
-
- equals(Object) - Method in class akka.cluster.ddata.PNCounterMap
-
- equals(Object) - Static method in class akka.cluster.ddata.PNCounterMapKey
-
- equals(Object) - Static method in class akka.cluster.ddata.protobuf.OtherMessageComparator
-
- equals(Object) - Static method in class akka.cluster.ddata.PruningState
-
- equals(Object) - Static method in class akka.cluster.EWMA
-
- equals(Object) - Static method in class akka.cluster.Gossip
-
- equals(Object) - Static method in class akka.cluster.GossipOverview
-
- equals(Object) - Static method in class akka.cluster.GossipStats
-
- equals(Object) - Static method in class akka.cluster.GossipStatus
-
- equals(Object) - Static method in class akka.cluster.HeartbeatNodeRing
-
- equals(Object) - Method in class akka.cluster.Member
-
- equals(Object) - Method in class akka.cluster.Metric
-
Deprecated.
- equals(Object) - Static method in class akka.cluster.metrics.AdaptiveLoadBalancingGroup
-
- equals(Object) - Static method in class akka.cluster.metrics.AdaptiveLoadBalancingPool
-
- equals(Object) - Static method in class akka.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
-
- equals(Object) - Static method in class akka.cluster.metrics.ClusterMetricsChanged
-
- equals(Object) - Static method in class akka.cluster.metrics.ClusterMetricsSettings
-
- equals(Object) - Static method in class akka.cluster.metrics.ClusterMetricsStrategy
-
- equals(Object) - Static method in class akka.cluster.metrics.CollectionStartMessage
-
- equals(Object) - Static method in class akka.cluster.metrics.CollectionStopMessage
-
- equals(Object) - Static method in class akka.cluster.metrics.CpuMetricsSelector
-
- equals(Object) - Static method in class akka.cluster.metrics.DefaultSigarProvider
-
- equals(Object) - Static method in class akka.cluster.metrics.EWMA
-
- equals(Object) - Static method in class akka.cluster.metrics.HeapMetricsSelector
-
- equals(Object) - Method in class akka.cluster.metrics.Metric
-
- equals(Object) - Static method in class akka.cluster.metrics.MetricsGossip
-
- equals(Object) - Static method in class akka.cluster.metrics.MetricsGossipEnvelope
-
- equals(Object) - Static method in class akka.cluster.metrics.MixMetricsSelector
-
- equals(Object) - Method in class akka.cluster.metrics.NodeMetrics
-
- equals(Object) - Static method in class akka.cluster.metrics.SystemLoadAverageMetricsSelector
-
- equals(Object) - Static method in class akka.cluster.MetricsGossip
-
- equals(Object) - Static method in class akka.cluster.MetricsGossipEnvelope
-
- equals(Object) - Method in class akka.cluster.NodeMetrics
-
Deprecated.
- equals(Object) - Method in class akka.cluster.Reachability
-
- equals(Object) - Static method in class akka.cluster.routing.AdaptiveLoadBalancingGroup
-
Deprecated.
- equals(Object) - Static method in class akka.cluster.routing.AdaptiveLoadBalancingPool
-
Deprecated.
- equals(Object) - Static method in class akka.cluster.routing.AdaptiveLoadBalancingRoutingLogic
-
Deprecated.
- equals(Object) - Static method in class akka.cluster.routing.ClusterRouterGroup
-
- equals(Object) - Static method in class akka.cluster.routing.ClusterRouterGroupSettings
-
- equals(Object) - Static method in class akka.cluster.routing.ClusterRouterPool
-
- equals(Object) - Static method in class akka.cluster.routing.ClusterRouterPoolSettings
-
- equals(Object) - Static method in class akka.cluster.routing.CpuMetricsSelector
-
Deprecated.
- equals(Object) - Static method in class akka.cluster.routing.HeapMetricsSelector
-
Deprecated.
- equals(Object) - Static method in class akka.cluster.routing.MixMetricsSelector
-
Deprecated.
- equals(Object) - Static method in class akka.cluster.routing.SystemLoadAverageMetricsSelector
-
Deprecated.
- equals(Object) - Static method in class akka.cluster.UniqueAddress
-
- equals(Object) - Static method in class akka.cluster.VectorClock
-
- equals(Object) - Static method in class akka.cluster.VectorClockStats
-
- equals(Object) - Static method in class akka.dispatch.BoundedControlAwareMailbox
-
- equals(Object) - Static method in class akka.dispatch.BoundedDequeBasedMailbox
-
- equals(Object) - Static method in class akka.dispatch.BoundedMailbox
-
- equals(Object) - Static method in class akka.dispatch.DefaultDispatcherPrerequisites
-
- equals(Object) - Static method in class akka.dispatch.Envelope
-
- equals(Object) - Static method in class akka.dispatch.MonitorableThreadFactory
-
- equals(Object) - Static method in class akka.dispatch.NonBlockingBoundedMailbox
-
- equals(Object) - Static method in class akka.dispatch.PriorityGenerator
-
- equals(Object) - Static method in class akka.dispatch.SingleConsumerOnlyUnboundedMailbox
-
- equals(Object) - Static method in class akka.dispatch.sysmsg.Create
-
- equals(Object) - Static method in class akka.dispatch.sysmsg.DeathWatchNotification
-
- equals(Object) - Static method in class akka.dispatch.sysmsg.Failed
-
- equals(Object) - Static method in class akka.dispatch.sysmsg.NoMessage
-
- equals(Object) - Static method in class akka.dispatch.sysmsg.Recreate
-
- equals(Object) - Static method in class akka.dispatch.sysmsg.Resume
-
- equals(Object) - Static method in class akka.dispatch.sysmsg.Supervise
-
- equals(Object) - Static method in class akka.dispatch.sysmsg.Suspend
-
- equals(Object) - Static method in class akka.dispatch.sysmsg.Terminate
-
- equals(Object) - Static method in class akka.dispatch.sysmsg.Unwatch
-
- equals(Object) - Static method in class akka.dispatch.sysmsg.Watch
-
- equals(Object) - Static method in class akka.dispatch.TaskInvocation
-
- equals(Object) - Static method in class akka.dispatch.ThreadPoolConfig
-
- equals(Object) - Static method in class akka.dispatch.ThreadPoolConfigBuilder
-
- equals(Object) - Static method in class akka.dispatch.UnboundedControlAwareMailbox
-
- equals(Object) - Static method in class akka.dispatch.UnboundedDequeBasedMailbox
-
- equals(Object) - Static method in class akka.dispatch.UnboundedMailbox
-
- equals(Object) - Static method in class akka.io.Tcp
-
- equals(Object) - Static method in class akka.io.Udp
-
- equals(Object) - Static method in class akka.io.UdpConnected
-
- equals(Object) - Static method in class akka.japi.Pair
-
- equals(Object) - Static method in class akka.japi.tuple.Tuple10
-
- equals(Object) - Static method in class akka.japi.tuple.Tuple11
-
- equals(Object) - Static method in class akka.japi.tuple.Tuple12
-
- equals(Object) - Static method in class akka.japi.tuple.Tuple13
-
- equals(Object) - Static method in class akka.japi.tuple.Tuple14
-
- equals(Object) - Static method in class akka.japi.tuple.Tuple15
-
- equals(Object) - Static method in class akka.japi.tuple.Tuple16
-
- equals(Object) - Static method in class akka.japi.tuple.Tuple17
-
- equals(Object) - Static method in class akka.japi.tuple.Tuple18
-
- equals(Object) - Static method in class akka.japi.tuple.Tuple19
-
- equals(Object) - Static method in class akka.japi.tuple.Tuple20
-
- equals(Object) - Static method in class akka.japi.tuple.Tuple21
-
- equals(Object) - Static method in class akka.japi.tuple.Tuple22
-
- equals(Object) - Static method in class akka.japi.tuple.Tuple3
-
- equals(Object) - Static method in class akka.japi.tuple.Tuple4
-
- equals(Object) - Static method in class akka.japi.tuple.Tuple5
-
- equals(Object) - Static method in class akka.japi.tuple.Tuple6
-
- equals(Object) - Static method in class akka.japi.tuple.Tuple7
-
- equals(Object) - Static method in class akka.japi.tuple.Tuple8
-
- equals(Object) - Static method in class akka.japi.tuple.Tuple9
-
- equals(Object) - Static method in class akka.osgi.UnregisteringLogService
-
- equals(Object) - Static method in class akka.pattern.AutoReset
-
- equals(Object) - Static method in class akka.pattern.BackoffOptionsImpl
-
- equals(Object) - Static method in class akka.pattern.ManualReset
-
- equals(Object) - Static method in class akka.pattern.PromiseActorRef
-
- equals(Object) - Static method in class akka.pattern.RestartImpliesFailure
-
- equals(Object) - Static method in class akka.pattern.StopImpliesFailure
-
- equals(Object) - Static method in class akka.persistence.AtomicWrite
-
- equals(Object) - Static method in class akka.persistence.DeleteMessagesFailure
-
- equals(Object) - Static method in class akka.persistence.DeleteMessagesSuccess
-
- equals(Object) - Static method in class akka.persistence.DeleteSnapshotFailure
-
- equals(Object) - Static method in class akka.persistence.DeleteSnapshotsFailure
-
- equals(Object) - Static method in class akka.persistence.DeleteSnapshotsSuccess
-
- equals(Object) - Static method in class akka.persistence.DeleteSnapshotSuccess
-
- equals(Object) - Static method in class akka.persistence.DiscardToDeadLetterStrategy
-
- equals(Object) - Static method in class akka.persistence.journal.EventsSeq
-
- equals(Object) - Static method in class akka.persistence.journal.IdentityEventAdapter
-
- equals(Object) - Static method in class akka.persistence.journal.IdentityEventAdapters
-
- equals(Object) - Static method in class akka.persistence.journal.leveldb.Key
-
- equals(Object) - Static method in class akka.persistence.journal.NoopReadEventAdapter
-
- equals(Object) - Static method in class akka.persistence.journal.NoopWriteEventAdapter
-
- equals(Object) - Static method in class akka.persistence.journal.PersistencePluginProxyExtension
-
- equals(Object) - Static method in class akka.persistence.journal.SingleEventSeq
-
- equals(Object) - Static method in class akka.persistence.journal.Tagged
-
- equals(Object) - Static method in class akka.persistence.NonPersistentRepr
-
- equals(Object) - Static method in class akka.persistence.PersistentImpl
-
- equals(Object) - Static method in class akka.persistence.query.EventEnvelope
-
- equals(Object) - Static method in class akka.persistence.query.EventEnvelope2
-
- equals(Object) - Static method in class akka.persistence.query.NoOffset
-
- equals(Object) - Static method in class akka.persistence.query.Sequence
-
- equals(Object) - Static method in class akka.persistence.query.TimeBasedUUID
-
- equals(Object) - Static method in class akka.persistence.Recovery
-
- equals(Object) - Static method in class akka.persistence.ReplyToStrategy
-
- equals(Object) - Static method in class akka.persistence.SaveSnapshotFailure
-
- equals(Object) - Static method in class akka.persistence.SaveSnapshotSuccess
-
- equals(Object) - Static method in class akka.persistence.SelectedSnapshot
-
- equals(Object) - Static method in class akka.persistence.serialization.Snapshot
-
- equals(Object) - Static method in class akka.persistence.serialization.SnapshotHeader
-
- equals(Object) - Static method in class akka.persistence.SnapshotMetadata
-
- equals(Object) - Static method in class akka.persistence.SnapshotOffer
-
- equals(Object) - Static method in class akka.persistence.SnapshotSelectionCriteria
-
- equals(Object) - Static method in class akka.persistence.ThrowOverflowExceptionStrategy
-
- equals(Object) - Static method in class akka.persistence.Update
-
- equals(Object) - Static method in class akka.remote.Ack
-
- equals(Object) - Static method in class akka.remote.AckedReceiveBuffer
-
- equals(Object) - Static method in class akka.remote.AckedSendBuffer
-
- equals(Object) - Static method in class akka.remote.artery.ActorSystemTerminating
-
- equals(Object) - Static method in class akka.remote.artery.ActorSystemTerminatingAck
-
- equals(Object) - Static method in class akka.remote.artery.CacheStatistics
-
- equals(Object) - Static method in class akka.remote.artery.compress.CompressionTable
-
- equals(Object) - Static method in class akka.remote.artery.compress.DecompressionTable
-
- equals(Object) - Static method in class akka.remote.artery.compress.NoInboundCompressions
-
- equals(Object) - Method in class akka.remote.artery.ImmutableLongMap
-
- equals(Object) - Static method in class akka.remote.artery.Quarantined
-
- equals(Object) - Static method in class akka.remote.artery.Running
-
- equals(Object) - Static method in class akka.remote.artery.ShutDown
-
- equals(Object) - Static method in class akka.remote.artery.SnapshotInProgress
-
- equals(Object) - Static method in class akka.remote.artery.TestState
-
- equals(Object) - Static method in class akka.remote.AssociatedEvent
-
- equals(Object) - Static method in class akka.remote.AssociationErrorEvent
-
- equals(Object) - Static method in class akka.remote.DaemonMsgCreate
-
- equals(Object) - Static method in class akka.remote.DisassociatedEvent
-
- equals(Object) - Static method in class akka.remote.HeartbeatHistory
-
- equals(Object) - Static method in exception akka.remote.HopelessAssociation
-
- equals(Object) - Static method in exception akka.remote.InvalidAssociation
-
- equals(Object) - Static method in class akka.remote.QuarantinedEvent
-
- equals(Object) - Static method in class akka.remote.RARP
-
- equals(Object) - Static method in class akka.remote.RemoteMetricsExtension
-
- equals(Object) - Static method in class akka.remote.RemoteScope
-
- equals(Object) - Static method in class akka.remote.RemotingErrorEvent
-
- equals(Object) - Static method in class akka.remote.RemotingListenEvent
-
- equals(Object) - Static method in class akka.remote.RemotingShutdownEvent
-
- equals(Object) - Static method in class akka.remote.routing.RemoteRouterConfig
-
- equals(Object) - Static method in class akka.remote.security.provider.AkkaProvider
-
- equals(Object) - Static method in class akka.remote.SeqNo
-
- equals(Object) - Static method in exception akka.remote.ShutDownAssociation
-
- equals(Object) - Static method in class akka.remote.testconductor.AddressReply
-
- equals(Object) - Static method in class akka.remote.testconductor.BarrierResult
-
- equals(Object) - Static method in class akka.remote.testconductor.Client
-
- equals(Object) - Static method in class akka.remote.testconductor.Disconnect
-
- equals(Object) - Static method in class akka.remote.testconductor.DisconnectMsg
-
- equals(Object) - Static method in class akka.remote.testconductor.EnterBarrier
-
- equals(Object) - Static method in class akka.remote.testconductor.FailBarrier
-
- equals(Object) - Static method in class akka.remote.testconductor.GetAddress
-
- equals(Object) - Static method in class akka.remote.testconductor.Hello
-
- equals(Object) - Static method in class akka.remote.testconductor.Remove
-
- equals(Object) - Static method in class akka.remote.testconductor.RoleName
-
- equals(Object) - Static method in class akka.remote.testconductor.Server
-
- equals(Object) - Static method in class akka.remote.testconductor.Terminate
-
- equals(Object) - Static method in class akka.remote.testconductor.TerminateMsg
-
- equals(Object) - Static method in class akka.remote.testconductor.TestConductor
-
- equals(Object) - Static method in class akka.remote.testconductor.Throttle
-
- equals(Object) - Static method in class akka.remote.testconductor.ThrottleMsg
-
- equals(Object) - Static method in class akka.remote.testconductor.ToClient
-
- equals(Object) - Static method in class akka.remote.testconductor.ToServer
-
- equals(Object) - Static method in class akka.remote.ThisActorSystemQuarantinedEvent
-
- equals(Object) - Static method in exception akka.remote.transport.FailureInjectorException
-
- equals(Object) - Static method in class akka.remote.transport.FailureInjectorHandle
-
- equals(Object) - Static method in class akka.remote.transport.HandshakeInfo
-
- equals(Object) - Static method in class akka.remote.transport.TestAssociationHandle
-
- equals(Object) - Static method in class akka.remote.transport.ThrottlerHandle
-
- equals(Object) - Static method in class akka.remote.transport.TransportAdaptersExtension
-
- equals(Object) - Static method in class akka.remote.UniqueAddress
-
- equals(Object) - Static method in class akka.routing.ActorRefRoutee
-
- equals(Object) - Static method in class akka.routing.ActorSelectionRoutee
-
- equals(Object) - Static method in class akka.routing.AddRoutee
-
- equals(Object) - Static method in class akka.routing.AdjustPoolSize
-
- equals(Object) - Static method in class akka.routing.BalancingPool
-
- equals(Object) - Static method in class akka.routing.Broadcast
-
- equals(Object) - Static method in class akka.routing.BroadcastGroup
-
- equals(Object) - Static method in class akka.routing.BroadcastPool
-
- equals(Object) - Static method in class akka.routing.ConsistentHashingGroup
-
- equals(Object) - Static method in class akka.routing.ConsistentHashingPool
-
- equals(Object) - Static method in class akka.routing.ConsistentHashingRoutingLogic
-
- equals(Object) - Static method in class akka.routing.ConsistentRoutee
-
- equals(Object) - Static method in class akka.routing.Deafen
-
- equals(Object) - Static method in class akka.routing.DefaultOptimalSizeExploringResizer
-
- equals(Object) - Static method in class akka.routing.DefaultResizer
-
- equals(Object) - Static method in class akka.routing.Listen
-
- equals(Object) - Static method in class akka.routing.RandomGroup
-
- equals(Object) - Static method in class akka.routing.RandomPool
-
- equals(Object) - Static method in class akka.routing.RemoveRoutee
-
- equals(Object) - Static method in class akka.routing.RoundRobinGroup
-
- equals(Object) - Static method in class akka.routing.RoundRobinPool
-
- equals(Object) - Static method in class akka.routing.Routees
-
- equals(Object) - Static method in class akka.routing.Router
-
- equals(Object) - Static method in class akka.routing.ScatterGatherFirstCompletedGroup
-
- equals(Object) - Static method in class akka.routing.ScatterGatherFirstCompletedPool
-
- equals(Object) - Static method in class akka.routing.ScatterGatherFirstCompletedRoutees
-
- equals(Object) - Static method in class akka.routing.ScatterGatherFirstCompletedRoutingLogic
-
- equals(Object) - Static method in class akka.routing.SeveralRoutees
-
- equals(Object) - Static method in class akka.routing.SmallestMailboxPool
-
- equals(Object) - Static method in class akka.routing.TailChoppingGroup
-
- equals(Object) - Static method in class akka.routing.TailChoppingPool
-
- equals(Object) - Static method in class akka.routing.TailChoppingRoutees
-
- equals(Object) - Static method in class akka.routing.TailChoppingRoutingLogic
-
- equals(Object) - Static method in class akka.routing.WithListeners
-
- equals(Object) - Static method in class akka.serialization.DisabledJavaSerializer
-
- equals(Object) - Static method in class akka.serialization.SerializationExtension
-
- equals(Object) - Static method in exception akka.stream.AbruptTerminationException
-
- equals(Object) - Static method in class akka.stream.actor.ActorPublisherImpl
-
- equals(Object) - Static method in class akka.stream.actor.OneByOneRequestStrategy
-
- equals(Object) - Static method in class akka.stream.actor.WatermarkRequestStrategy
-
- equals(Object) - Static method in class akka.stream.actor.ZeroRequestStrategy
-
- equals(Object) - Method in class akka.stream.ActorMaterializerSettings
-
- equals(Object) - Static method in class akka.stream.AmorphousShape
-
- equals(Object) - Static method in class akka.stream.Attributes
-
- equals(Object) - Static method in class akka.stream.BidiShape
-
- equals(Object) - Static method in exception akka.stream.BufferOverflowException
-
- equals(Object) - Static method in class akka.stream.FlowShape
-
- equals(Object) - Static method in class akka.stream.impl.ActorMaterializerImpl
-
- equals(Object) - Static method in class akka.stream.impl.Cancel
-
- equals(Object) - Static method in class akka.stream.impl.CancelledSubscription
-
- equals(Object) - Static method in class akka.stream.impl.EmptyPublisher
-
- equals(Object) - Static method in class akka.stream.impl.ErrorPublisher
-
- equals(Object) - Static method in class akka.stream.impl.ExposedPublisher
-
- equals(Object) - Static method in class akka.stream.impl.fusing.Batch
-
- equals(Object) - Static method in class akka.stream.impl.fusing.Buffer
-
- equals(Object) - Static method in class akka.stream.impl.fusing.Collect
-
- equals(Object) - Static method in class akka.stream.impl.fusing.Drop
-
- equals(Object) - Static method in class akka.stream.impl.fusing.DropWhile
-
- equals(Object) - Static method in class akka.stream.impl.fusing.Filter
-
- equals(Object) - Static method in class akka.stream.impl.fusing.Fold
-
- equals(Object) - Static method in class akka.stream.impl.fusing.GraphModule
-
- equals(Object) - Static method in class akka.stream.impl.fusing.GraphStageModule
-
- equals(Object) - Static method in class akka.stream.impl.fusing.Grouped
-
- equals(Object) - Static method in class akka.stream.impl.fusing.Intersperse
-
- equals(Object) - Static method in class akka.stream.impl.fusing.LimitWeighted
-
- equals(Object) - Static method in class akka.stream.impl.fusing.Log
-
- equals(Object) - Static method in class akka.stream.impl.fusing.Map
-
- equals(Object) - Static method in class akka.stream.impl.fusing.MapAsync
-
- equals(Object) - Static method in class akka.stream.impl.fusing.MapAsyncUnordered
-
- equals(Object) - Static method in class akka.stream.impl.fusing.MapError
-
- equals(Object) - Static method in class akka.stream.impl.fusing.Recover
-
- equals(Object) - Static method in class akka.stream.impl.fusing.Scan
-
- equals(Object) - Static method in class akka.stream.impl.fusing.ScanAsync
-
- equals(Object) - Static method in class akka.stream.impl.fusing.Sliding
-
- equals(Object) - Static method in class akka.stream.impl.fusing.Take
-
- equals(Object) - Static method in class akka.stream.impl.fusing.TakeWhile
-
- equals(Object) - Static method in class akka.stream.impl.io.TlsModule
-
- equals(Object) - Static method in class akka.stream.impl.MaybePublisher
-
- equals(Object) - Static method in class akka.stream.impl.ProcessorModule
-
- equals(Object) - Static method in class akka.stream.impl.RejectAdditionalSubscribers
-
- equals(Object) - Static method in class akka.stream.impl.RequestMore
-
- equals(Object) - Method in interface akka.stream.impl.StreamLayout.MaterializedValueNode
-
- equals(Object) - Method in interface akka.stream.impl.StreamLayout.Module
-
- equals(Object) - Static method in class akka.stream.impl.SubscribePending
-
- equals(Object) - Static method in class akka.stream.impl.TransferPhase
-
- equals(Object) - Static method in class akka.stream.impl.WaitingForUpstreamSubscription
-
- equals(Object) - Static method in class akka.stream.Inlet
-
- equals(Object) - Method in class akka.stream.InPort
-
- equals(Object) - Static method in class akka.stream.IOResult
-
- equals(Object) - Static method in class akka.stream.MaterializationContext
-
- equals(Object) - Static method in class akka.stream.Outlet
-
- equals(Object) - Method in class akka.stream.OutPort
-
- equals(Object) - Static method in class akka.stream.scaladsl.RunnableGraph
-
- equals(Object) - Static method in class akka.stream.SinkShape
-
- equals(Object) - Static method in class akka.stream.SourceShape
-
- equals(Object) - Method in class akka.stream.StreamSubscriptionTimeoutSettings
-
- equals(Object) - Static method in class akka.testkit.CustomEventFilter
-
- equals(Object) - Static method in class akka.testkit.DeadLettersFilter
-
- equals(Object) - Static method in class akka.testkit.DebugFilter
-
- equals(Object) - Static method in class akka.testkit.ErrorFilter
-
- equals(Object) - Static method in class akka.testkit.InfoFilter
-
- equals(Object) - Static method in class akka.testkit.TestActorRef
-
- equals(Object) - Static method in class akka.testkit.TestFSMRef
-
- equals(Object) - Static method in class akka.testkit.TestKitExtension
-
- equals(Object) - Static method in class akka.testkit.WarningFilter
-
- equals(Object) - Method in class akka.typed.ActorRef
-
Equals takes path and the unique id of the actor cell into account.
- equals(Object) - Static method in class akka.typed.adapter.ActorRefAdapter
-
- equals(Object) - Static method in class akka.typed.adapter.ActorSystemAdapter
-
- equals(Object) - Static method in class akka.typed.DeadLetter
-
- equals(Object) - Static method in exception akka.typed.DeathPactException
-
- equals(Object) - Static method in class akka.typed.DispatcherDefault
-
- equals(Object) - Static method in class akka.typed.DispatcherFromConfig
-
- equals(Object) - Static method in class akka.typed.DispatcherFromExecutionContext
-
- equals(Object) - Static method in class akka.typed.DispatcherFromExecutor
-
- equals(Object) - Static method in class akka.typed.Dropped
-
- equals(Object) - Static method in class akka.typed.EmptyDeploymentConfig
-
- equals(Object) - Static method in class akka.typed.internal.ActorSystemImpl
-
- equals(Object) - Static method in class akka.typed.internal.BlackholeActorRef
-
- equals(Object) - Static method in class akka.typed.internal.Create
-
- equals(Object) - Static method in class akka.typed.internal.DeathWatchNotification
-
- equals(Object) - Static method in class akka.typed.internal.FutureRef
-
- equals(Object) - Static method in class akka.typed.internal.NoMessage
-
- equals(Object) - Static method in class akka.typed.internal.Terminate
-
- equals(Object) - Static method in class akka.typed.internal.Unwatch
-
- equals(Object) - Static method in class akka.typed.internal.Watch
-
- equals(Object) - Static method in class akka.typed.internal.WatchableRef
-
- equals(Object) - Static method in class akka.typed.MailboxCapacity
-
- equals(Object) - Static method in class akka.typed.patterns.Restarter
-
- equals(Object) - Static method in class akka.typed.PostStop
-
- equals(Object) - Static method in class akka.typed.PreRestart
-
- equals(Object) - Static method in class akka.typed.PreStart
-
- equals(Object) - Static method in class akka.typed.Terminated
-
- equals(Object) - Static method in class akka.util.ByteString
-
- equals(Object) - Static method in class akka.util.CompactByteString
-
- equals(Object) - Static method in class akka.util.Timeout
-
- equals(Object) - Method in class akka.util.TypedMultiMap
-
- equals(Object) - Static method in class akka.util.WildcardIndex
-
- equals(Object) - Static method in class akka.util.WildcardTree
-
- Error(Throwable, String, Class<?>, Object) - Constructor for class akka.event.Logging.Error
-
- Error(String, Class<?>, Object) - Constructor for class akka.event.Logging.Error
-
- error(Logging.Error) - Method in interface akka.event.Logging.StdOutLogger
-
- error(Throwable, String) - Method in interface akka.event.LoggingAdapter
-
- error(Throwable, String, Object) - Method in interface akka.event.LoggingAdapter
-
- error(Throwable, String, Object, Object) - Method in interface akka.event.LoggingAdapter
-
- error(Throwable, String, Object, Object, Object) - Method in interface akka.event.LoggingAdapter
-
- error(Throwable, String, Object, Object, Object, Object) - Method in interface akka.event.LoggingAdapter
-
- error(String) - Method in interface akka.event.LoggingAdapter
-
- error(String, Object) - Method in interface akka.event.LoggingAdapter
-
- error(String, Object, Object) - Method in interface akka.event.LoggingAdapter
-
- error(String, Object, Object, Object) - Method in interface akka.event.LoggingAdapter
-
- error(String, Object, Object, Object, Object) - Method in interface akka.event.LoggingAdapter
-
- error(LogMarker, Throwable, String) - Method in class akka.event.MarkerLoggingAdapter
-
Log message at error level, including the exception that caused the error.
- error(LogMarker, Throwable, String, Object) - Method in class akka.event.MarkerLoggingAdapter
-
Message template with 1 replacement argument.
- error(LogMarker, Throwable, String, Object, Object) - Method in class akka.event.MarkerLoggingAdapter
-
Message template with 2 replacement arguments.
- error(LogMarker, Throwable, String, Object, Object, Object) - Method in class akka.event.MarkerLoggingAdapter
-
Message template with 3 replacement arguments.
- error(LogMarker, Throwable, String, Object, Object, Object, Object) - Method in class akka.event.MarkerLoggingAdapter
-
Message template with 4 replacement arguments.
- error(LogMarker, String) - Method in class akka.event.MarkerLoggingAdapter
-
Log message at error level, without providing the exception that caused the error.
- error(LogMarker, String, Object) - Method in class akka.event.MarkerLoggingAdapter
-
Message template with 1 replacement argument.
- error(LogMarker, String, Object, Object) - Method in class akka.event.MarkerLoggingAdapter
-
Message template with 2 replacement arguments.
- error(LogMarker, String, Object, Object, Object) - Method in class akka.event.MarkerLoggingAdapter
-
Message template with 3 replacement arguments.
- error(LogMarker, String, Object, Object, Object, Object) - Method in class akka.event.MarkerLoggingAdapter
-
Message template with 4 replacement arguments.
- error(Throwable, String) - Static method in class akka.event.NoLogging
-
- error(Throwable, String, Object) - Static method in class akka.event.NoLogging
-
- error(Throwable, String, Object, Object) - Static method in class akka.event.NoLogging
-
- error(Throwable, String, Object, Object, Object) - Static method in class akka.event.NoLogging
-
- error(Throwable, String, Object, Object, Object, Object) - Static method in class akka.event.NoLogging
-
- error(String) - Static method in class akka.event.NoLogging
-
- error(String, Object) - Static method in class akka.event.NoLogging
-
- error(String, Object, Object) - Static method in class akka.event.NoLogging
-
- error(String, Object, Object, Object) - Static method in class akka.event.NoLogging
-
- error(String, Object, Object, Object, Object) - Static method in class akka.event.NoLogging
-
- error(LogMarker, Throwable, String) - Method in class akka.event.NoMarkerLogging$
-
- error(LogMarker, Throwable, String, Object) - Method in class akka.event.NoMarkerLogging$
-
- error(LogMarker, Throwable, String, Object, Object) - Method in class akka.event.NoMarkerLogging$
-
- error(LogMarker, Throwable, String, Object, Object, Object) - Method in class akka.event.NoMarkerLogging$
-
- error(LogMarker, Throwable, String, Object, Object, Object, Object) - Method in class akka.event.NoMarkerLogging$
-
- error(LogMarker, String) - Method in class akka.event.NoMarkerLogging$
-
- error(LogMarker, String, Object) - Method in class akka.event.NoMarkerLogging$
-
- error(LogMarker, String, Object, Object) - Method in class akka.event.NoMarkerLogging$
-
- error(LogMarker, String, Object, Object, Object) - Method in class akka.event.NoMarkerLogging$
-
- error(LogMarker, String, Object, Object, Object, Object) - Method in class akka.event.NoMarkerLogging$
-
- error(LogMarker, Throwable, String) - Static method in class akka.event.NoMarkerLogging
-
- error(LogMarker, Throwable, String, Object) - Static method in class akka.event.NoMarkerLogging
-
- error(LogMarker, Throwable, String, Object, Object) - Static method in class akka.event.NoMarkerLogging
-
- error(LogMarker, Throwable, String, Object, Object, Object) - Static method in class akka.event.NoMarkerLogging
-
- error(LogMarker, Throwable, String, Object, Object, Object, Object) - Static method in class akka.event.NoMarkerLogging
-
- error(LogMarker, String) - Static method in class akka.event.NoMarkerLogging
-
- error(LogMarker, String, Object) - Static method in class akka.event.NoMarkerLogging
-
- error(LogMarker, String, Object, Object) - Static method in class akka.event.NoMarkerLogging
-
- error(LogMarker, String, Object, Object, Object) - Static method in class akka.event.NoMarkerLogging
-
- error(LogMarker, String, Object, Object, Object, Object) - Static method in class akka.event.NoMarkerLogging
-
- error(int, Throwable) - Method in class akka.stream.impl.FanOut.OutputBunch
-
- error(Throwable) - Method in class akka.stream.impl.FanoutOutputs
-
- error(Throwable) - Method in interface akka.stream.impl.Outputs
-
- error(Throwable) - Method in class akka.stream.impl.SimpleOutputs
-
- error(Throwable) - Method in class akka.stream.testkit.TestPublisher$
-
Publisher that signals error to subscribers immediately after handing out subscription.
- error(Throwable) - Static method in class akka.stream.testkit.TestPublisher
-
Publisher that signals error to subscribers immediately after handing out subscription.
- error(String, String, String, String, int) - Method in class akka.testkit.EventFilter$
-
Create a filter for Error events which do not have a cause set (i.e.
- error(String, String, String, String, int) - Static method in class akka.testkit.EventFilter
-
Create a filter for Error events which do not have a cause set (i.e.
- error(String) - Method in class com.typesafe.sslconfig.akka.util.AkkaLoggerBridge
-
- error(String, Throwable) - Method in class com.typesafe.sslconfig.akka.util.AkkaLoggerBridge
-
- Error$() - Constructor for class akka.event.Logging.Error$
-
- Error2(Throwable, String, Class<?>, Object, Map<String, Object>) - Constructor for class akka.event.Logging.Error2
-
- Error2(String, Class<?>, Object, Map<String, Object>) - Constructor for class akka.event.Logging.Error2
-
- Error2$() - Constructor for class akka.event.Logging.Error2$
-
- Error3(Throwable, String, Class<?>, Object, Map<String, Object>, LogMarker) - Constructor for class akka.event.Logging.Error3
-
- Error3(String, Class<?>, Object, Map<String, Object>, LogMarker) - Constructor for class akka.event.Logging.Error3
-
- ErrorClosed(String) - Constructor for class akka.io.Tcp.ErrorClosed
-
- ErrorClosed$() - Constructor for class akka.io.Tcp.ErrorClosed$
-
- ErrorCompleted(Throwable) - Constructor for class akka.stream.impl.SubscriberManagement.ErrorCompleted
-
- ErrorCompleted$() - Constructor for class akka.stream.impl.SubscriberManagement.ErrorCompleted$
-
- ErrorEmitted(Throwable, boolean) - Constructor for class akka.stream.actor.ActorPublisher.Internal$.ErrorEmitted
-
- ErrorFilter - Class in akka.testkit
-
Filter which matches Error events, if they satisfy the given criteria:
throwable applies an upper bound on the type of exception contained in the Error event
source, if given, applies a filter on the event’s origin
message applies 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 are null, 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 use Left("").
- ErrorFilter(Class<?>, Option<String>, Either<String, Regex>, boolean, int) - Constructor for class akka.testkit.ErrorFilter
-
- ErrorFilter(Class<?>, String, String, boolean, boolean, int) - Constructor for class akka.testkit.ErrorFilter
-
Java API: create an ErrorFilter
- ErrorFilter(Class<?>) - Constructor for class akka.testkit.ErrorFilter
-
Java API: filter only on the given type of exception
- ErrorFilter$ - Class in akka.testkit
-
- ErrorFilter$() - Constructor for class akka.testkit.ErrorFilter$
-
- ErrorLevel() - Method in class akka.event.Logging$
-
- ErrorLevel() - Static method in class akka.event.Logging
-
- errorMessage() - Method in class akka.cluster.ddata.Replicator.ModifyFailure
-
- errorMessage() - Method in class akka.remote.transport.ProtocolStateActor.TimeoutReason
-
- ErrorPublisher - Class in akka.stream.impl
-
INTERNAL API
- ErrorPublisher(Throwable, String) - Constructor for class akka.stream.impl.ErrorPublisher
-
- ErrorPublisher$ - Class in akka.stream.impl
-
- ErrorPublisher$() - Constructor for class akka.stream.impl.ErrorPublisher$
-
- Escalate() - Method in interface akka.actor.dsl.Creators.Act
-
- escalate() - Method in class akka.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() - Static method in class akka.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 akka.actor.SupervisorStrategy.Escalate$
-
- Escalate$() - Constructor for class akka.typed.Failed.Escalate$
-
- escalateDefault() - Method in class akka.actor.SupervisorStrategy$
-
- escalateDefault() - Static method in class akka.actor.SupervisorStrategy
-
- establishing() - Method in class akka.cluster.client.ClusterClient
-
- establishingGetContactsInterval() - Method in class akka.cluster.client.ClusterClientSettings
-
- estimateCount(Object) - Method in class akka.remote.artery.compress.CountMinSketch
-
The estimate is correct within 'epsilon' * (total item count),
with probability confidence.
- Event() - Method in class akka.actor.AbstractFSM
-
- Event() - Method in interface akka.actor.FSM
-
- Event(Object, D) - Constructor for class akka.actor.FSM.Event
-
- event() - Method in class akka.actor.FSM.Event
-
- event() - Method in class akka.actor.FSM.LogEntry
-
- event() - Method in class akka.cluster.InternalClusterAction.PublishEvent
-
- Event() - Method in class akka.cluster.singleton.ClusterSingletonManager
-
- Event() - Method in class akka.contrib.circuitbreaker.CircuitBreakerProxy
-
- Event() - Method in class akka.contrib.pattern.ReliableProxy
-
- Event() - Method in class akka.contrib.throttle.TimerBasedThrottler
-
- event() - Method in class akka.event.Logging.LogEventException
-
- event() - Method in class akka.io.Tcp.Abort$
-
The corresponding event which is sent as an acknowledgment once the
close operation is finished.
- event() - Method in class akka.io.Tcp.Close$
-
The corresponding event which is sent as an acknowledgment once the
close operation is finished.
- event() - Method in interface akka.io.Tcp.CloseCommand
-
The corresponding event which is sent as an acknowledgment once the
close operation is finished.
- event() - Method in class akka.io.Tcp.ConfirmedClose$
-
The corresponding event which is sent as an acknowledgment once the
close operation is finished.
- event(Class<P>, Class<Q>, FI.TypedPredicate2<P, Q>, FI.Apply2<P, Q, FSM.State<S, D>>) - Method in class akka.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches on an event and data type and a predicate.
- event(Class<P>, Class<Q>, FI.Apply2<P, Q, FSM.State<S, D>>) - Method in class akka.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches on an event and data type.
- event(Class<P>, FI.TypedPredicate2<P, D>, FI.Apply2<P, D, FSM.State<S, D>>) - Method in class akka.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches if the event type and predicate matches.
- event(Class<P>, FI.Apply2<P, D, FSM.State<S, D>>) - Method in class akka.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches if the event type and predicate matches.
- event(FI.TypedPredicate2<Object, D>, FI.Apply2<Object, D, FSM.State<S, D>>) - Method in class akka.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches if the predicate matches.
- event(List<Object>, Class<Q>, FI.Apply2<Object, Q, FSM.State<S, D>>) - Method in class akka.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>, FI.Apply2<Object, D, FSM.State<S, D>>) - Method in class akka.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() - Method in class akka.persistence.fsm.AbstractPersistentFSMBase
-
- event(Class<P>, Class<Q>, FI.TypedPredicate2<P, Q>, FI.Apply2<P, Q, PersistentFSM.State<S, D, E>>) - Method in class akka.persistence.fsm.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches on an event and data type and a predicate.
- event(Class<P>, Class<Q>, FI.Apply2<P, Q, PersistentFSM.State<S, D, E>>) - Method in class akka.persistence.fsm.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches on an event and data type.
- event(Class<P>, FI.TypedPredicate2<P, D>, FI.Apply2<P, D, PersistentFSM.State<S, D, E>>) - Method in class akka.persistence.fsm.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 akka.persistence.fsm.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches if the event type and predicate matches.
- event(FI.TypedPredicate2<Object, D>, FI.Apply2<Object, D, PersistentFSM.State<S, D, E>>) - Method in class akka.persistence.fsm.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches if the predicate matches.
- event(List<Object>, Class<Q>, FI.Apply2<Object, Q, PersistentFSM.State<S, D, E>>) - Method in class akka.persistence.fsm.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>, FI.Apply2<Object, D, PersistentFSM.State<S, D, E>>) - Method in class akka.persistence.fsm.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(Object, D) - Constructor for class akka.persistence.fsm.PersistentFSM.Event
-
- event() - Method in class akka.persistence.fsm.PersistentFSM.Event
-
- event() - Method in class akka.persistence.fsm.PersistentFSM.LogEntry
-
- Event() - Method in interface akka.persistence.fsm.PersistentFSMBase
-
- event() - Method in class akka.persistence.journal.SingleEventSeq
-
- event() - Method in class akka.persistence.query.EventEnvelope
-
- event() - Method in class akka.persistence.query.EventEnvelope2
-
- Event() - Method in class akka.remote.testconductor.BarrierCoordinator
-
- Event() - Method in class akka.remote.testconductor.ClientFSM
-
- Event() - Method in class akka.remote.testconductor.ServerFSM
-
- Event() - Method in class akka.remote.transport.ProtocolStateActor
-
- Event() - Method in class akka.remote.transport.ThrottledAssociation
-
- Event$() - Constructor for class akka.actor.FSM.Event$
-
- Event$() - Constructor for class akka.persistence.fsm.PersistentFSM.Event$
-
- EventAdapter - Interface in akka.persistence.journal
-
- EventAdapters - Class in akka.persistence.journal
-
EventAdapters serves as a per-journal collection of bound event adapters.
- EventAdapters(ConcurrentHashMap<Class<?>, EventAdapter>, Seq<Tuple2<Class<?>, EventAdapter>>, LoggingAdapter) - Constructor for class akka.persistence.journal.EventAdapters
-
- EventAdapters$ - Class in akka.persistence.journal
-
INTERNAL API
- EventAdapters$() - Constructor for class akka.persistence.journal.EventAdapters$
-
- EventAdapters.CombinedReadEventAdapter - Class in akka.persistence.journal
-
INTERNAL API
- EventAdapters.CombinedReadEventAdapter$ - Class in akka.persistence.journal
-
- EventAppended(String) - Constructor for class akka.persistence.journal.leveldb.LeveldbJournal.EventAppended
-
- EventAppended$() - Constructor for class akka.persistence.journal.leveldb.LeveldbJournal.EventAppended$
-
- EventBus - Interface in akka.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 akka.event.japi
-
Java API: See documentation for
EventBus
E is the Event type
S is the Subscriber type
C is the Classifier type
- EventClock - Interface in akka.remote.artery
-
INTERNAL API
- EventClockImpl - Class in akka.remote.artery
-
INTERNAL API
- EventClockImpl() - Constructor for class akka.remote.artery.EventClockImpl
-
- eventDictionary() - Method in class akka.remote.artery.FlightRecorderEvents$
-
- eventDictionary() - Static method in class akka.remote.artery.FlightRecorderEvents
-
- EventEnvelope - Class in akka.persistence.query
-
Event wrapper adding meta data for the events in the result stream of
EventsByTagQuery query, or similar queries.
- EventEnvelope(long, String, long, Object) - Constructor for class akka.persistence.query.EventEnvelope
-
- EventEnvelope$ - Class in akka.persistence.query
-
- EventEnvelope$() - Constructor for class akka.persistence.query.EventEnvelope$
-
- EventEnvelope2 - Class in akka.persistence.query
-
Event wrapper adding meta data for the events in the result stream of
EventsByTagQuery2 query, or similar queries.
- EventEnvelope2(Offset, String, long, Object) - Constructor for class akka.persistence.query.EventEnvelope2
-
- EventEnvelope2$ - Class in akka.persistence.query
-
- EventEnvelope2$() - Constructor for class akka.persistence.query.EventEnvelope2$
-
- eventEquals(P, Class<Q>, FI.Apply2<P, Q, FSM.State<S, D>>) - Method in class akka.japi.pf.FSMStateFunctionBuilder
-
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 akka.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches if event compares equal.
- eventEquals(P, Class<Q>, FI.Apply2<P, Q, PersistentFSM.State<S, D, E>>) - Method in class akka.persistence.fsm.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches on the data type and if the event compares equal.
- eventEquals(P, FI.Apply2<P, D, PersistentFSM.State<S, D, E>>) - Method in class akka.persistence.fsm.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches if event compares equal.
- EventFilter - Class in akka.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(int) - Constructor for class akka.testkit.EventFilter
-
- EventFilter(Class<?>) - Constructor for class akka.testkit.JavaTestKit.EventFilter
-
- EventFilter$ - Class in akka.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 akka.testkit.EventFilter$
-
- eventName() - Method in class akka.remote.AssociatedEvent
-
- eventName() - Method in class akka.remote.AssociationErrorEvent
-
- eventName() - Method in interface akka.remote.AssociationEvent
-
- eventName() - Method in class akka.remote.DisassociatedEvent
-
- eventPublisher() - Method in class akka.remote.EndpointActor
-
- eventPublisher() - Method in class akka.remote.EndpointManager
-
- eventPublisher() - Static method in class akka.remote.EndpointReader
-
- eventPublisher() - Static method in class akka.remote.EndpointWriter
-
- EventPublisher - Class in akka.remote
-
INTERNAL API
- EventPublisher(ActorSystem, LoggingAdapter, Logging.LogLevel) - Constructor for class akka.remote.EventPublisher
-
- eventPublisher() - Method in class akka.remote.Remoting
-
- events() - Method in class akka.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals
-
- events() - Method in class akka.persistence.journal.EmptyEventSeq$
-
- events() - Method in class akka.persistence.journal.EventSeq
-
- events() - Method in class akka.persistence.journal.EventsSeq
-
- events() - Method in class akka.persistence.journal.SingleEventSeq
-
- Events$() - Constructor for class akka.remote.artery.compress.CompressionProtocol.Events$
-
- eventsByPersistenceId(String, long, long) - Method in interface akka.persistence.query.javadsl.EventsByPersistenceIdQuery
-
Query events for a specific PersistentActor identified by persistenceId.
- eventsByPersistenceId(String, long, long) - Method in class akka.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal
-
eventsByPersistenceId is used for retrieving events for a specific
PersistentActor identified by persistenceId.
- eventsByPersistenceId(String, long, long) - Method in class akka.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
eventsByPersistenceId is used for retrieving events for a specific
PersistentActor identified by persistenceId.
- eventsByPersistenceId(String, long, long) - Method in interface akka.persistence.query.scaladsl.EventsByPersistenceIdQuery
-
Query events for a specific PersistentActor identified by persistenceId.
- EventsByPersistenceIdPublisher - Class in akka.persistence.query.journal.leveldb
-
INTERNAL API
- EventsByPersistenceIdPublisher() - Constructor for class akka.persistence.query.journal.leveldb.EventsByPersistenceIdPublisher
-
- EventsByPersistenceIdPublisher$ - Class in akka.persistence.query.journal.leveldb
-
INTERNAL API
- EventsByPersistenceIdPublisher$() - Constructor for class akka.persistence.query.journal.leveldb.EventsByPersistenceIdPublisher$
-
- EventsByPersistenceIdPublisher.Continue$ - Class in akka.persistence.query.journal.leveldb
-
INTERNAL API
- EventsByPersistenceIdQuery - Interface in akka.persistence.query.javadsl
-
A plugin may optionally support this query by implementing this interface.
- EventsByPersistenceIdQuery - Interface in akka.persistence.query.scaladsl
-
A plugin may optionally support this query by implementing this trait.
- eventsByTag(String, long) - Method in interface akka.persistence.query.javadsl.EventsByTagQuery
-
Deprecated.
Query events that have a specific tag.
- eventsByTag(String, Offset) - Method in interface akka.persistence.query.javadsl.EventsByTagQuery2
-
Query events that have a specific tag.
- eventsByTag(String, Offset) - Method in class akka.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal
-
eventsByTag is used for retrieving events that were marked with
a given tag, e.g.
- eventsByTag(String, long) - Method in class akka.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal
-
- eventsByTag(String, Offset) - Method in class akka.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
eventsByTag is used for retrieving events that were marked with
a given tag, e.g.
- eventsByTag(String, long) - Method in class akka.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
- eventsByTag(String, long) - Method in interface akka.persistence.query.scaladsl.EventsByTagQuery
-
Deprecated.
Query events that have a specific tag.
- eventsByTag(String, Offset) - Method in interface akka.persistence.query.scaladsl.EventsByTagQuery2
-
Query events that have a specific tag.
- EventsByTagPublisher - Class in akka.persistence.query.journal.leveldb
-
INTERNAL API
- EventsByTagPublisher() - Constructor for class akka.persistence.query.journal.leveldb.EventsByTagPublisher
-
- EventsByTagPublisher$ - Class in akka.persistence.query.journal.leveldb
-
INTERNAL API
- EventsByTagPublisher$() - Constructor for class akka.persistence.query.journal.leveldb.EventsByTagPublisher$
-
- EventsByTagPublisher.Continue$ - Class in akka.persistence.query.journal.leveldb
-
INTERNAL API
- EventsByTagQuery - Interface in akka.persistence.query.javadsl
-
- EventsByTagQuery - Interface in akka.persistence.query.scaladsl
-
- EventsByTagQuery2 - Interface in akka.persistence.query.javadsl
-
A plugin may optionally support this query by implementing this interface.
- EventsByTagQuery2 - Interface in akka.persistence.query.scaladsl
-
A plugin may optionally support this query by implementing this trait.
- eventsCount() - Method in class akka.persistence.journal.JournalPerfSpec
-
Number of messages sent to the PersistentActor under test for each test iteration
- EventSeq - Class in akka.persistence.journal
-
- EventSeq() - Constructor for class akka.persistence.journal.EventSeq
-
- EventSeq$ - Class in akka.persistence.journal
-
- EventSeq$() - Constructor for class akka.persistence.journal.EventSeq$
-
- EventSink - Interface in akka.remote.artery
-
INTERNAL API
- Eventsourced - Interface in akka.persistence
-
INTERNAL API.
- Eventsourced$ - Class in akka.persistence
-
INTERNAL API
- Eventsourced$() - Constructor for class akka.persistence.Eventsourced$
-
- Eventsourced.AsyncHandlerInvocation - Class in akka.persistence
-
does not force the actor to stash commands; Originates from either `persistAsync` or `defer` calls
- Eventsourced.AsyncHandlerInvocation$ - Class in akka.persistence
-
- Eventsourced.PendingHandlerInvocation - Interface in akka.persistence
-
- Eventsourced.ProcessingState - Class in akka.persistence
-
- Eventsourced.RecoveryTick - Class in akka.persistence
-
message used to detect that recovery timed out
- Eventsourced.RecoveryTick$ - Class in akka.persistence
-
- Eventsourced.StashingHandlerInvocation - Class in akka.persistence
-
forces actor to stash incoming commands until all these invocations are handled
- Eventsourced.StashingHandlerInvocation$ - Class in akka.persistence
-
- Eventsourced.State - Interface in akka.persistence
-
- EventsSeq<E> - Class in akka.persistence.journal
-
- EventsSeq(Seq<E>) - Constructor for class akka.persistence.journal.EventsSeq
-
- EventsSeq$ - Class in akka.persistence.journal
-
- EventsSeq$() - Constructor for class akka.persistence.journal.EventsSeq$
-
- eventStream() - Method in class akka.actor.ActorSystem
-
Main event bus of this actor system, used for example for logging.
- eventStream() - Method in class akka.actor.ActorSystemImpl
-
- eventStream() - Static method in class akka.actor.DeadLetterActorRef
-
- eventStream() - Method in class akka.actor.EmptyLocalActorRef
-
- eventStream() - Method in class akka.actor.FunctionRef
-
- eventStream() - Method in class akka.actor.LocalActorRefProvider
-
- eventStream() - Method in class akka.cluster.ClusterDomainEventPublisher
-
- eventStream() - Method in class akka.dispatch.DefaultDispatcherPrerequisites
-
- eventStream() - Method in interface akka.dispatch.DispatcherPrerequisites
-
- eventStream() - Method in class akka.dispatch.Mailboxes
-
- eventStream() - Method in class akka.dispatch.MessageDispatcher
-
- eventStream() - Method in class akka.dispatch.TaskInvocation
-
- eventStream() - Method in class akka.event.DeadLetterListener
-
- EventStream - Class in akka.event
-
- EventStream(ActorSystem, boolean) - Constructor for class akka.event.EventStream
-
- EventStream(ActorSystem) - Constructor for class akka.event.EventStream
-
- EventStream(boolean) - Constructor for class akka.event.EventStream
-
- eventStream() - Method in class akka.remote.RemoteActorRefProvider
-
- eventStream() - Static method in class akka.testkit.CallingThreadDispatcher
-
- eventStream() - Method in interface akka.typed.ActorSystem
-
Main event bus of this actor system, used for example for logging.
- eventStream() - Method in class akka.typed.adapter.ActorSystemAdapter
-
- EventStream - Interface in akka.typed
-
An EventStream allows local actors to register for certain message types, including
their subtypes automatically.
- eventStream() - Method in class akka.typed.internal.ActorSystemImpl
-
- eventStream() - Method in class akka.typed.Logger.Initialize
-
- EventStream$ - Class in akka.event
-
- EventStream$() - Constructor for class akka.event.EventStream$
-
- EventStreamAdapter - Class in akka.typed.adapter
-
- EventStreamAdapter(EventStream) - Constructor for class akka.typed.adapter.EventStreamAdapter
-
- EventStreamImpl - Class in akka.typed.internal
-
INTERNAL API
- EventStreamImpl(boolean, Timeout) - Constructor for class akka.typed.internal.EventStreamImpl
-
- EventStreamImpl$ - Class in akka.typed.internal
-
- EventStreamImpl$() - Constructor for class akka.typed.internal.EventStreamImpl$
-
- EventStreamImpl.Command - Interface in akka.typed.internal
-
- EventStreamImpl.Register - Class in akka.typed.internal
-
- EventStreamImpl.Register$ - Class in akka.typed.internal
-
- EventStreamImpl.SerializedStandardOutLogger - Class in akka.typed.internal
-
- EventStreamImpl.StandardOutLogger - Class in akka.typed.internal
-
Actor-less logging implementation for synchronous logging to standard
output.
- EventStreamImpl.UnregisterIfNoMoreSubscribedChannels - Class in akka.typed.internal
-
- EventStreamImpl.UnregisterIfNoMoreSubscribedChannels$ - Class in akka.typed.internal
-
- EventStreamUnsubscriber - Class in akka.event
-
INTERNAL API
- EventStreamUnsubscriber(EventStream, boolean) - Constructor for class akka.event.EventStreamUnsubscriber
-
- EventStreamUnsubscriber$ - Class in akka.event
-
INTERNAL API
- EventStreamUnsubscriber$() - Constructor for class akka.event.EventStreamUnsubscriber$
-
- EventStreamUnsubscriber.Register - Class in akka.event
-
- EventStreamUnsubscriber.Register$ - Class in akka.event
-
- EventStreamUnsubscriber.UnregisterIfNoMoreSubscribedChannels - Class in akka.event
-
- EventStreamUnsubscriber.UnregisterIfNoMoreSubscribedChannels$ - Class in akka.event
-
- every(C, Collecting<E, C>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- every(JMAP, Collecting<Entry<K, V>, JMAP>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- every(String, Collecting<Object, String>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- every(C, Collecting<E, C>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- every(JMAP, Collecting<Entry<K, V>, JMAP>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- every(String, Collecting<Object, String>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- every(C, Collecting<E, C>, Prettifier, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- every(JMAP, Collecting<Entry<K, V>, JMAP>, Prettifier, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- every(String, Collecting<Object, String>, Prettifier, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- evict() - Method in class akka.cluster.ddata.protobuf.ReplicatorMessageSerializer.SmallCache
-
Remove all elements if the cache has not been
used within the timeToLive.
- evt() - Method in class akka.persistence.Eventsourced.AsyncHandlerInvocation
-
- evt() - Method in interface akka.persistence.Eventsourced.PendingHandlerInvocation
-
- evt() - Method in class akka.persistence.Eventsourced.StashingHandlerInvocation
-
- evt() - Method in class akka.stream.impl.fusing.ActorGraphInterpreter.AsyncInput
-
- EWMA - Class in akka.cluster
-
- EWMA(double, double) - Constructor for class akka.cluster.EWMA
-
- EWMA - Class in akka.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 akka.cluster.metrics.EWMA
-
- EWMA$ - Class in akka.cluster
-
- EWMA$() - Constructor for class akka.cluster.EWMA$
-
- EWMA$ - Class in akka.cluster.metrics
-
- EWMA$() - Constructor for class akka.cluster.metrics.EWMA$
-
- EWMA_FIELD_NUMBER - Static variable in class akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
-
- EWMA_FIELD_NUMBER - Static variable in class akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric
-
- ex() - Method in class akka.remote.artery.TestManagementCommands.FailInboundStreamOnce
-
- ex() - Method in class akka.stream.impl.fusing.GraphInterpreter.Failed
-
- ex() - Method in class akka.stream.impl.QueueSource.Failure
-
- ex() - Method in class akka.stream.testkit.GraphStageMessages.Failure
-
- exactly(int, C, Collecting<E, C>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- exactly(int, JMAP, Collecting<Entry<K, V>, JMAP>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- exactly(int, String, Collecting<Object, String>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- exactly(int, C, Collecting<E, C>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- exactly(int, JMAP, Collecting<Entry<K, V>, JMAP>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- exactly(int, String, Collecting<Object, String>, Prettifier, Position) - Static method in class akka.persistence.journal.JournalSpec
-
- exactly(int, C, Collecting<E, C>, Prettifier, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- exactly(int, JMAP, Collecting<Entry<K, V>, JMAP>, Prettifier, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- exactly(int, String, Collecting<Object, String>, Prettifier, Position) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- exception() - Method in class akka.stream.testkit.GraphStageMessages.StageFailure
-
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class akka.remote.testconductor.PlayerHandler
-
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in interface akka.remote.transport.netty.NettyClientHelpers
-
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in interface akka.remote.transport.netty.NettyServerHelpers
-
- exceptionHandler() - Method in class akka.dispatch.MonitorableThreadFactory
-
- exceptionMustNotBeNullException() - Method in class akka.stream.impl.ReactiveStreamsCompliance$
-
- exceptionMustNotBeNullException() - Static method in class akka.stream.impl.ReactiveStreamsCompliance
-
- ExceptionMustNotBeNullMsg() - Method in class akka.stream.impl.ReactiveStreamsCompliance$
-
- ExceptionMustNotBeNullMsg() - Static method in class akka.stream.impl.ReactiveStreamsCompliance
-
- exchange() - Method in class akka.camel.internal.CamelExchangeAdapter
-
- exec() - Method in class akka.dispatch.ForkJoinExecutorConfigurator.AkkaForkJoinTask
-
- exec() - Method in class akka.dispatch.Mailbox
-
- exec(Consumer<D>) - Method in class akka.persistence.fsm.AbstractPersistentFSM
-
Adapter from Java 8 Functional Interface to Scala Function
- exec() - Method in class akka.testkit.JavaTestKit.EventFilter
-
- execute(Runnable) - Method in interface akka.dispatch.BatchingExecutor
-
- execute(Runnable) - Method in interface akka.dispatch.ExecutorServiceDelegate
-
- execute(Runnable) - Method in class akka.dispatch.ForkJoinExecutorConfigurator.AkkaForkJoinPool
-
- execute(Runnable) - Static method in class akka.dispatch.MessageDispatcher
-
- execute(String, ConfigMap, boolean, boolean, boolean, boolean, boolean) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- execute() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- execute(String, ConfigMap, boolean, boolean, boolean, boolean, boolean) - Static method in class akka.persistence.journal.JournalSpec
-
- execute() - Static method in class akka.persistence.journal.JournalSpec
-
- execute(String, ConfigMap, boolean, boolean, boolean, boolean, boolean) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- execute() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- execute(int) - Method in class akka.stream.impl.fusing.GraphInterpreter
-
Executes pending events until the given limit is met.
- execute(Runnable) - Static method in class akka.testkit.CallingThreadDispatcher
-
- execute(Runnable) - Method in class akka.util.SerializedSuspendableExecutionContext
-
- execute$default$1() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- execute$default$1() - Static method in class akka.persistence.journal.JournalSpec
-
- execute$default$1() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- execute$default$2() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- execute$default$2() - Static method in class akka.persistence.journal.JournalSpec
-
- execute$default$2() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- execute$default$3() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- execute$default$3() - Static method in class akka.persistence.journal.JournalSpec
-
- execute$default$3() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- execute$default$4() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- execute$default$4() - Static method in class akka.persistence.journal.JournalSpec
-
- execute$default$4() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- execute$default$5() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- execute$default$5() - Static method in class akka.persistence.journal.JournalSpec
-
- execute$default$5() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- execute$default$6() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- execute$default$6() - Static method in class akka.persistence.journal.JournalSpec
-
- execute$default$6() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- execute$default$7() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- execute$default$7() - Static method in class akka.persistence.journal.JournalSpec
-
- execute$default$7() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- executeTask() - Method in class akka.actor.LightArrayRevolverScheduler.TaskHolder
-
- executeTask(TaskInvocation) - Method in class akka.dispatch.Dispatcher
-
INTERNAL API
- executeTask(TaskInvocation) - Method in class akka.dispatch.MessageDispatcher
-
INTERNAL API
- executeTask(TaskInvocation) - Method in class akka.testkit.CallingThreadDispatcher
-
- executionContext() - Method in class akka.remote.transport.netty.NettyTransport
-
- executionContext() - Static method in class akka.stream.ActorMaterializer
-
- executionContext() - Method in class akka.stream.impl.ActorMaterializerImpl
-
- executionContext() - Method in class akka.stream.impl.SubFusingActorMaterializerImpl
-
- executionContext() - Method in class akka.stream.Materializer
-
Running a flow graph will require execution resources, as will computations
within Sources, Sinks, etc.
- executionContext() - Method in class akka.stream.NoMaterializer$
-
- executionContext() - Static method in class akka.stream.NoMaterializer
-
- executionContext() - Method in interface akka.typed.ActorContext
-
This Actor’s execution context.
- executionContext() - Method in interface akka.typed.ActorSystem
-
The default thread pool of this ActorSystem, configured with settings in akka.actor.default-dispatcher.
- executionContext() - Method in class akka.typed.adapter.ActorContextAdapter
-
- executionContext() - Method in class akka.typed.adapter.ActorSystemAdapter
-
- executionContext() - Method in class akka.typed.internal.ActorCell
-
- executionContext() - Method in class akka.typed.internal.ActorSystemImpl
-
- executionContext() - Method in class akka.typed.StubbedActorContext
-
- ExecutionContexts - Class in akka.dispatch
-
ExecutionContexts is the Java API for ExecutionContexts
- ExecutionContexts() - Constructor for class akka.dispatch.ExecutionContexts
-
- ExecutionContexts$ - Class in akka.dispatch
-
ExecutionContexts is the Java API for ExecutionContexts
- ExecutionContexts$() - Constructor for class akka.dispatch.ExecutionContexts$
-
- ExecutionContexts.sameThreadExecutionContext$ - Class in akka.dispatch
-
WARNING: Not A General Purpose ExecutionContext!
- executionStart() - Method in class akka.remote.artery.FlightRecorderDump$
-
- executionStart() - Static method in class akka.remote.artery.FlightRecorderDump
-
- executor() - Method in interface akka.dispatch.ExecutorServiceDelegate
-
- executor() - Method in class akka.typed.DispatcherFromExecutor
-
- executorService() - Method in class akka.dispatch.Dispatcher
-
- ExecutorServiceConfigurator - Class in akka.dispatch
-
An ExecutorServiceConfigurator is a class that given some prerequisites and a configuration can create instances of ExecutorService
- ExecutorServiceConfigurator(Config, DispatcherPrerequisites) - Constructor for class akka.dispatch.ExecutorServiceConfigurator
-
- ExecutorServiceDelegate - Interface in akka.dispatch
-
As the name says
- ExecutorServiceFactory - Interface in akka.dispatch
-
- ExecutorServiceFactoryProvider - Interface in akka.dispatch
-
- exist() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- exist() - Static method in class akka.persistence.journal.JournalSpec
-
- exist() - Method in class akka.persistence.PluginSpec
-
- exist() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- existenceConfirmed() - Method in class akka.actor.Terminated
-
- existenceConfirmed() - Method in class akka.dispatch.sysmsg.DeathWatchNotification
-
- EXISTENCECONFIRMED_FIELD_NUMBER - Static variable in class akka.remote.SystemMessageFormats.DeathWatchNotificationData
-
- exists() - Method in interface akka.dispatch.CachingConfig.PathEntry
-
- exists() - Method in class akka.dispatch.CachingConfig.StringPathEntry
-
- exists() - Method in class akka.dispatch.CachingConfig.ValuePathEntry
-
- exists(Function1<A, Object>) - Static method in class akka.util.ByteIterator
-
- exists(Function1<A, Object>) - Static method in class akka.util.ByteString
-
- exists(Function1<A, Object>) - Static method in class akka.util.CompactByteString
-
- existsAssociation(Address, Address) - Method in class akka.remote.transport.TestTransport.AssociationRegistry
-
Tests if an association was registered.
- exit(RoleName, int) - Method in interface akka.remote.testconductor.Conductor
-
Tell the remote node to shut itself down using System.exit with the given
exitValue.
- Exit_VALUE - Static variable in enum akka.remote.testconductor.TestConductorProtocol.FailType
-
Exit = 4;
- exiting() - Method in class akka.cluster.MemberStatus$
-
Java API: retrieve the “exiting” status singleton
- exiting() - Static method in class akka.cluster.MemberStatus
-
Java API: retrieve the “exiting” status singleton
- Exiting$() - Constructor for class akka.cluster.MemberStatus.Exiting$
-
- Exiting_VALUE - Static variable in enum akka.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
Exiting = 3;
- exitMatCtx() - Method in class akka.stream.impl.fusing.Fusing.BuildStructuralInfo
-
- exitScope(StreamLayout.CopiedModule) - Method in class akka.stream.impl.MaterializerSession
-
- EXITVALUE_FIELD_NUMBER - Static variable in class akka.remote.testconductor.TestConductorProtocol.InjectFailure
-
- Expand<In,Out> - Class in akka.stream.impl.fusing
-
INTERNAL API
- Expand(Function1<In, Iterator<Out>>) - Constructor for class akka.stream.impl.fusing.Expand
-
- expand() - Method in class akka.stream.impl.Stages.DefaultAttributes$
-
- expand(Function1<Out, Iterator<U>>) - Static method in class akka.stream.impl.SubFlowImpl
-
- expand(Function<Out, Iterator<U>>) - Method in class akka.stream.javadsl.Flow
-
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 akka.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 akka.stream.javadsl.SubFlow
-
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 akka.stream.javadsl.SubSource
-
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(Function1<Out, Iterator<U>>) - Static method in class akka.stream.scaladsl.Flow
-
- expand(Function1<Out, Iterator<U>>) - Method in interface akka.stream.scaladsl.FlowOps
-
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(Function1<Out, Iterator<U>>) - Static method in class akka.stream.scaladsl.Source
-
- expect(PartialFunction<Object, BoxedUnit>) - Method in interface akka.contrib.pattern.Aggregator
-
Adds the partial function to the receive set and keeping it in the receive set till removed.
- expectCancellation() - Method in class akka.stream.testkit.StreamTestKit.PublisherProbeSubscription
-
- expectCancellation() - Method in class akka.stream.testkit.TestPublisher.Probe
-
- expectComplete() - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- ExpectedFirstHeartbeat(UniqueAddress) - Constructor for class akka.cluster.ClusterHeartbeatSender.ExpectedFirstHeartbeat
-
- ExpectedFirstHeartbeat(Address) - Constructor for class akka.remote.RemoteWatcher.ExpectedFirstHeartbeat
-
- ExpectedFirstHeartbeat$() - Constructor for class akka.cluster.ClusterHeartbeatSender.ExpectedFirstHeartbeat$
-
- ExpectedFirstHeartbeat$() - Constructor for class akka.remote.RemoteWatcher.ExpectedFirstHeartbeat$
-
- expectedTestCount(Filter) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectedTestCount(Filter) - Static method in class akka.persistence.journal.JournalSpec
-
- expectedTestCount(Filter) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectError() - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Expect and return the signalled Throwable.
- expectError(Throwable) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectEvent() - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
- expectEvent(FiniteDuration) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
- expectEvent(TestSubscriber.SubscriberEvent) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectEventPF(PartialFunction<TestPublisher.PublisherEvent, T>) - Method in class akka.stream.testkit.TestPublisher.ManualProbe
-
- expectEventPF(PartialFunction<TestSubscriber.SubscriberEvent, T>) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
- expectMsg(T) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectMsg(FiniteDuration, T) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectMsg(FiniteDuration, String, T) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectMsg(T) - Static method in class akka.persistence.journal.JournalSpec
-
- expectMsg(FiniteDuration, T) - Static method in class akka.persistence.journal.JournalSpec
-
- expectMsg(FiniteDuration, String, T) - Static method in class akka.persistence.journal.JournalSpec
-
- expectMsg(T) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectMsg(FiniteDuration, T) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectMsg(FiniteDuration, String, T) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectMsg(T) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectMsg(FiniteDuration, T) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectMsg(FiniteDuration, String, T) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- ExpectMsg(String) - Constructor for class akka.testkit.JavaTestKit.ExpectMsg
-
- ExpectMsg(Duration, String) - Constructor for class akka.testkit.JavaTestKit.ExpectMsg
-
- expectMsg(T) - Static method in class akka.testkit.TestKit
-
- expectMsg(FiniteDuration, T) - Static method in class akka.testkit.TestKit
-
- expectMsg(FiniteDuration, String, T) - Static method in class akka.testkit.TestKit
-
- expectMsg(T) - Method in interface akka.testkit.TestKitBase
-
Same as expectMsg(remainingOrDefault, obj), but correctly treating the timeFactor.
- expectMsg(FiniteDuration, T) - Method in interface akka.testkit.TestKitBase
-
Receive one message from the test actor and assert that it equals the
given object.
- expectMsg(FiniteDuration, String, T) - Method in interface akka.testkit.TestKitBase
-
Receive one message from the test actor and assert that it equals the
given object.
- expectMsg(T) - Static method in class akka.testkit.TestProbe
-
- expectMsg(FiniteDuration, T) - Static method in class akka.testkit.TestProbe
-
- expectMsg(FiniteDuration, String, T) - Static method in class akka.testkit.TestProbe
-
- expectMsg_internal(Duration, T, Option<String>) - Method in interface akka.testkit.TestKitBase
-
- expectMsgAllClassOf(Seq<Class<? extends T>>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectMsgAllClassOf(FiniteDuration, Seq<Class<? extends T>>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectMsgAllClassOf(Seq<Class<? extends T>>) - Static method in class akka.persistence.journal.JournalSpec
-
- expectMsgAllClassOf(FiniteDuration, Seq<Class<? extends T>>) - Static method in class akka.persistence.journal.JournalSpec
-
- expectMsgAllClassOf(Seq<Class<? extends T>>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectMsgAllClassOf(FiniteDuration, Seq<Class<? extends T>>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectMsgAllClassOf(Seq<Class<? extends T>>) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectMsgAllClassOf(FiniteDuration, Seq<Class<? extends T>>) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectMsgAllClassOf(Seq<Class<? extends T>>) - Static method in class akka.testkit.TestKit
-
- expectMsgAllClassOf(FiniteDuration, Seq<Class<? extends T>>) - Static method in class akka.testkit.TestKit
-
- expectMsgAllClassOf(Seq<Class<? extends T>>) - Method in interface akka.testkit.TestKitBase
-
Same as expectMsgAllClassOf(remainingOrDefault, obj...), but correctly treating the timeFactor.
- expectMsgAllClassOf(FiniteDuration, Seq<Class<? extends T>>) - Method in interface akka.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).
- expectMsgAllClassOf(Seq<Class<? extends T>>) - Static method in class akka.testkit.TestProbe
-
- expectMsgAllClassOf(FiniteDuration, Seq<Class<? extends T>>) - Static method in class akka.testkit.TestProbe
-
- expectMsgAllConformingOf(Seq<Class<? extends T>>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectMsgAllConformingOf(FiniteDuration, Seq<Class<? extends T>>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectMsgAllConformingOf(Seq<Class<? extends T>>) - Static method in class akka.persistence.journal.JournalSpec
-
- expectMsgAllConformingOf(FiniteDuration, Seq<Class<? extends T>>) - Static method in class akka.persistence.journal.JournalSpec
-
- expectMsgAllConformingOf(Seq<Class<? extends T>>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectMsgAllConformingOf(FiniteDuration, Seq<Class<? extends T>>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectMsgAllConformingOf(Seq<Class<? extends T>>) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectMsgAllConformingOf(FiniteDuration, Seq<Class<? extends T>>) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectMsgAllConformingOf(Seq<Class<? extends T>>) - Static method in class akka.testkit.TestKit
-
- expectMsgAllConformingOf(FiniteDuration, Seq<Class<? extends T>>) - Static method in class akka.testkit.TestKit
-
- expectMsgAllConformingOf(Seq<Class<? extends T>>) - Method in interface akka.testkit.TestKitBase
-
Same as expectMsgAllConformingOf(remainingOrDefault, obj...), but correctly treating the timeFactor.
- expectMsgAllConformingOf(FiniteDuration, Seq<Class<? extends T>>) - Method in interface akka.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).
- expectMsgAllConformingOf(Seq<Class<? extends T>>) - Static method in class akka.testkit.TestProbe
-
- expectMsgAllConformingOf(FiniteDuration, Seq<Class<? extends T>>) - Static method in class akka.testkit.TestProbe
-
- expectMsgAllOf(Seq<T>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectMsgAllOf(FiniteDuration, Seq<T>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectMsgAllOf(Seq<T>) - Static method in class akka.persistence.journal.JournalSpec
-
- expectMsgAllOf(FiniteDuration, Seq<T>) - Static method in class akka.persistence.journal.JournalSpec
-
- expectMsgAllOf(Seq<T>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectMsgAllOf(FiniteDuration, Seq<T>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectMsgAllOf(Seq<T>) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectMsgAllOf(FiniteDuration, Seq<T>) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectMsgAllOf(Object...) - Method in class akka.testkit.JavaTestKit
-
Same as expectMsgAllOf(remainingOrDefault(), obj...), but correctly
treating the timeFactor.
- expectMsgAllOf(FiniteDuration, Object...) - Method in class akka.testkit.JavaTestKit
-
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(Seq<T>) - Static method in class akka.testkit.TestKit
-
- expectMsgAllOf(FiniteDuration, Seq<T>) - Static method in class akka.testkit.TestKit
-
- expectMsgAllOf(Seq<T>) - Method in interface akka.testkit.TestKitBase
-
Same as expectMsgAllOf(remainingOrDefault, obj...), but correctly treating the timeFactor.
- expectMsgAllOf(FiniteDuration, Seq<T>) - Method in interface akka.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(Seq<T>) - Static method in class akka.testkit.TestProbe
-
- expectMsgAllOf(FiniteDuration, Seq<T>) - Static method in class akka.testkit.TestProbe
-
- expectMsgAllOf_internal(FiniteDuration, Seq<T>) - Method in interface akka.testkit.TestKitBase
-
- expectMsgAnyClassOf(Seq<Class<? extends C>>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectMsgAnyClassOf(FiniteDuration, Seq<Class<? extends C>>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectMsgAnyClassOf(Seq<Class<? extends C>>) - Static method in class akka.persistence.journal.JournalSpec
-
- expectMsgAnyClassOf(FiniteDuration, Seq<Class<? extends C>>) - Static method in class akka.persistence.journal.JournalSpec
-
- expectMsgAnyClassOf(Seq<Class<? extends C>>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectMsgAnyClassOf(FiniteDuration, Seq<Class<? extends C>>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectMsgAnyClassOf(Seq<Class<? extends C>>) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectMsgAnyClassOf(FiniteDuration, Seq<Class<? extends C>>) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectMsgAnyClassOf(Class<? extends T>...) - Method in class akka.testkit.JavaTestKit
-
Same as expectMsgAnyClassOf(remainingOrDefault(), obj...), but
correctly treating the timeFactor.
- expectMsgAnyClassOf(FiniteDuration, Class<?>...) - Method in class akka.testkit.JavaTestKit
-
Receive one message from the test actor and assert that it conforms to one
of the given classes.
- expectMsgAnyClassOf(Seq<Class<? extends C>>) - Static method in class akka.testkit.TestKit
-
- expectMsgAnyClassOf(FiniteDuration, Seq<Class<? extends C>>) - Static method in class akka.testkit.TestKit
-
- expectMsgAnyClassOf(Seq<Class<? extends C>>) - Method in interface akka.testkit.TestKitBase
-
Same as expectMsgAnyClassOf(remainingOrDefault, obj...), but correctly treating the timeFactor.
- expectMsgAnyClassOf(FiniteDuration, Seq<Class<? extends C>>) - Method in interface akka.testkit.TestKitBase
-
Receive one message from the test actor and assert that it conforms to
one of the given classes.
- expectMsgAnyClassOf(Seq<Class<? extends C>>) - Static method in class akka.testkit.TestProbe
-
- expectMsgAnyClassOf(FiniteDuration, Seq<Class<? extends C>>) - Static method in class akka.testkit.TestProbe
-
- expectMsgAnyClassOf_internal(FiniteDuration, Seq<Class<? extends C>>) - Method in interface akka.testkit.TestKitBase
-
- expectMsgAnyOf(Seq<T>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectMsgAnyOf(FiniteDuration, Seq<T>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectMsgAnyOf(Seq<T>) - Static method in class akka.persistence.journal.JournalSpec
-
- expectMsgAnyOf(FiniteDuration, Seq<T>) - Static method in class akka.persistence.journal.JournalSpec
-
- expectMsgAnyOf(Seq<T>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectMsgAnyOf(FiniteDuration, Seq<T>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectMsgAnyOf(Seq<T>) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectMsgAnyOf(FiniteDuration, Seq<T>) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectMsgAnyOf(Object...) - Method in class akka.testkit.JavaTestKit
-
Same as expectMsgAnyOf(remainingOrDefault(), obj...), but correctly
treating the timeFactor.
- expectMsgAnyOf(FiniteDuration, Object...) - Method in class akka.testkit.JavaTestKit
-
Receive one message from the test actor and assert that it equals one of
the given objects.
- expectMsgAnyOf(Seq<T>) - Static method in class akka.testkit.TestKit
-
- expectMsgAnyOf(FiniteDuration, Seq<T>) - Static method in class akka.testkit.TestKit
-
- expectMsgAnyOf(Seq<T>) - Method in interface akka.testkit.TestKitBase
-
Same as expectMsgAnyOf(remainingOrDefault, obj...), but correctly treating the timeFactor.
- expectMsgAnyOf(FiniteDuration, Seq<T>) - Method in interface akka.testkit.TestKitBase
-
Receive one message from the test actor and assert that it equals one of
the given objects.
- expectMsgAnyOf(Seq<T>) - Static method in class akka.testkit.TestProbe
-
- expectMsgAnyOf(FiniteDuration, Seq<T>) - Static method in class akka.testkit.TestProbe
-
- expectMsgAnyOf_internal(FiniteDuration, Seq<T>) - Method in interface akka.testkit.TestKitBase
-
- expectMsgClass(Class<C>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectMsgClass(FiniteDuration, Class<C>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectMsgClass(Class<C>) - Static method in class akka.persistence.journal.JournalSpec
-
- expectMsgClass(FiniteDuration, Class<C>) - Static method in class akka.persistence.journal.JournalSpec
-
- expectMsgClass(Class<C>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectMsgClass(FiniteDuration, Class<C>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectMsgClass(Class<C>) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectMsgClass(FiniteDuration, Class<C>) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectMsgClass(Class<T>) - Method in class akka.testkit.JavaTestKit
-
Same as expectMsgClass(remainingOrDefault(), clazz), but correctly
treating the timeFactor.
- expectMsgClass(FiniteDuration, Class<T>) - Method in class akka.testkit.JavaTestKit
-
Receive one message from the test actor and assert that it conforms to the
given class.
- expectMsgClass(Class<C>) - Static method in class akka.testkit.TestKit
-
- expectMsgClass(FiniteDuration, Class<C>) - Static method in class akka.testkit.TestKit
-
- expectMsgClass(Class<C>) - Method in interface akka.testkit.TestKitBase
-
Same as expectMsgClass(remainingOrDefault, c), but correctly treating the timeFactor.
- expectMsgClass(FiniteDuration, Class<C>) - Method in interface akka.testkit.TestKitBase
-
Receive one message from the test actor and assert that it conforms to
the given class.
- expectMsgClass(Class<C>) - Static method in class akka.testkit.TestProbe
-
- expectMsgClass(FiniteDuration, Class<C>) - Static method in class akka.testkit.TestProbe
-
- expectMsgClass_internal(FiniteDuration, Class<C>) - Method in interface akka.testkit.TestKitBase
-
- expectMsgEquals(T) - Method in class akka.testkit.JavaTestKit
-
Same as expectMsgEquals(remainingOrDefault(), obj), but correctly
treating the timeFactor.
- expectMsgEquals(FiniteDuration, T) - Method in class akka.testkit.JavaTestKit
-
Receive one message from the test actor and assert that it equals the given
object.
- expectMsgPF(Duration, String, PartialFunction<Object, T>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectMsgPF(Duration, String, PartialFunction<Object, T>) - Static method in class akka.persistence.journal.JournalSpec
-
- expectMsgPF(Duration, String, PartialFunction<Object, T>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectMsgPF(Duration, String, PartialFunction<Object, T>) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectMsgPF(Duration, String, PartialFunction<Object, T>) - Static method in class akka.testkit.TestKit
-
- expectMsgPF(Duration, String, PartialFunction<Object, T>) - Method in interface akka.testkit.TestKitBase
-
Receive one message from the test actor and assert that the given
partial function accepts it.
- expectMsgPF(Duration, String, PartialFunction<Object, T>) - Static method in class akka.testkit.TestProbe
-
- expectMsgPF$default$1() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectMsgPF$default$1() - Static method in class akka.persistence.journal.JournalSpec
-
- expectMsgPF$default$1() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectMsgPF$default$1() - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectMsgPF$default$1() - Static method in class akka.testkit.TestKit
-
- expectMsgPF$default$1() - Static method in class akka.testkit.TestProbe
-
- expectMsgPF$default$2() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectMsgPF$default$2() - Static method in class akka.persistence.journal.JournalSpec
-
- expectMsgPF$default$2() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectMsgPF$default$2() - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectMsgPF$default$2() - Static method in class akka.testkit.TestKit
-
- expectMsgPF$default$2() - Static method in class akka.testkit.TestProbe
-
- expectMsgType(ClassTag<T>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectMsgType(FiniteDuration, ClassTag<T>) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectMsgType(ClassTag<T>) - Static method in class akka.persistence.journal.JournalSpec
-
- expectMsgType(FiniteDuration, ClassTag<T>) - Static method in class akka.persistence.journal.JournalSpec
-
- expectMsgType(ClassTag<T>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectMsgType(FiniteDuration, ClassTag<T>) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectMsgType(ClassTag<T>) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectMsgType(FiniteDuration, ClassTag<T>) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectMsgType(ClassTag<T>) - Static method in class akka.testkit.TestKit
-
- expectMsgType(FiniteDuration, ClassTag<T>) - Static method in class akka.testkit.TestKit
-
- expectMsgType(ClassTag<T>) - Method in interface akka.testkit.TestKitBase
-
Same as expectMsgType[T](remainingOrDefault), but correctly treating the timeFactor.
- expectMsgType(FiniteDuration, ClassTag<T>) - Method in interface akka.testkit.TestKitBase
-
Receive one message from the test actor and assert that it conforms to the
given type (after erasure).
- expectMsgType(ClassTag<T>) - Static method in class akka.testkit.TestProbe
-
- expectMsgType(FiniteDuration, ClassTag<T>) - Static method in class akka.testkit.TestProbe
-
- expectNext(I, I, Object...) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectNext() - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Expect and return a stream element.
- expectNext(FiniteDuration) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Expect and return a stream element during specified time or timeout.
- expectNext(I) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectNext(FiniteDuration, I) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectNext(I, I, Seq<I>) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectNextChainingPF(PartialFunction<Object, Object>) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Expect next element and test it with partial function.
- expectNextN(long) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Expect and return the next n stream elements.
- expectNextN(Seq<I>) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
Expect the given elements to be signalled in order.
- expectNextOrComplete() - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Expect next element or stream completion - returning whichever was signalled.
- expectNextOrComplete(I) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectNextOrError() - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectNextOrError(I, Throwable) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
Expect given next element or error signal.
- expectNextPF(PartialFunction<Object, T>) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
- expectNextUnordered(I, I, Object...) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectNextUnordered(I, I, Seq<I>) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectNextUnorderedN(Seq<I>) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
Expect the given elements to be signalled in any order.
- expectNoMsg() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectNoMsg(FiniteDuration) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectNoMsg() - Static method in class akka.persistence.journal.JournalSpec
-
- expectNoMsg(FiniteDuration) - Static method in class akka.persistence.journal.JournalSpec
-
- expectNoMsg() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectNoMsg(FiniteDuration) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectNoMsg() - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectNoMsg(FiniteDuration) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectNoMsg() - Method in class akka.stream.testkit.TestPublisher.ManualProbe
-
Expect no messages.
- expectNoMsg(FiniteDuration) - Method in class akka.stream.testkit.TestPublisher.ManualProbe
-
Expect no messages for a given duration.
- expectNoMsg() - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectNoMsg(FiniteDuration) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectNoMsg() - Method in class akka.testkit.JavaTestKit
-
Same as expectNoMsg(remainingOrDefault()), but correctly treating the
timeFactor.
- expectNoMsg(FiniteDuration) - Method in class akka.testkit.JavaTestKit
-
Assert that no message is received for the specified time.
- expectNoMsg() - Static method in class akka.testkit.TestKit
-
- expectNoMsg(FiniteDuration) - Static method in class akka.testkit.TestKit
-
- expectNoMsg() - Method in interface akka.testkit.TestKitBase
-
Same as expectNoMsg(remainingOrDefault), but correctly treating the timeFactor.
- expectNoMsg(FiniteDuration) - Method in interface akka.testkit.TestKitBase
-
Assert that no message is received for the specified time.
- expectNoMsg() - Static method in class akka.testkit.TestProbe
-
- expectNoMsg(FiniteDuration) - Static method in class akka.testkit.TestProbe
-
- expectNoMsg_internal(FiniteDuration) - Method in interface akka.testkit.TestKitBase
-
- expectOnce(PartialFunction<Object, BoxedUnit>) - Method in interface akka.contrib.pattern.Aggregator
-
Adds the partial function to the receive set, to be removed on first match.
- expectRequest(long) - Method in class akka.stream.testkit.StreamTestKit.PublisherProbeSubscription
-
- expectRequest() - Method in class akka.stream.testkit.StreamTestKit.PublisherProbeSubscription
-
- expectRequest(Subscription, int) - Method in class akka.stream.testkit.TestPublisher.ManualProbe
-
Expect demand from a given subscription.
- expectRequest() - Method in class akka.stream.testkit.TestPublisher.Probe
-
- expectSubscription() - Method in class akka.stream.testkit.TestPublisher.ManualProbe
-
Expect a subscription.
- expectSubscription() - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Expect and return a Subscription.
- expectSubscriptionAndComplete() - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectSubscriptionAndComplete(boolean) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectSubscriptionAndError() - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Expect subscription to be followed immediatly by an error signal.
- expectSubscriptionAndError(boolean) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Expect subscription to be followed immediatly by an error signal.
- expectSubscriptionAndError(Throwable) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectSubscriptionAndError(Throwable, boolean) - Method in class akka.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectTerminated(ActorRef, Duration) - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectTerminated(ActorRef, Duration) - Static method in class akka.persistence.journal.JournalSpec
-
- expectTerminated(ActorRef, Duration) - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectTerminated(ActorRef, Duration) - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectTerminated(Duration, ActorRef) - Method in class akka.testkit.JavaTestKit
-
Assert that the given ActorRef is Terminated within the specified time.
- expectTerminated(ActorRef) - Method in class akka.testkit.JavaTestKit
-
Same as expectTerminated(remainingOrDefault(), target),
but correctly treating the timeFactor.
- expectTerminated(ActorRef, Duration) - Static method in class akka.testkit.TestKit
-
- expectTerminated(ActorRef, Duration) - Method in interface akka.testkit.TestKitBase
-
Receive one message from the test actor and assert that it is the Terminated message of the given ActorRef.
- expectTerminated(ActorRef, Duration) - Static method in class akka.testkit.TestProbe
-
- expectTerminated$default$2() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- expectTerminated$default$2() - Static method in class akka.persistence.journal.JournalSpec
-
- expectTerminated$default$2() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- expectTerminated$default$2() - Static method in class akka.remote.testkit.MultiNodeSpec
-
- expectTerminated$default$2() - Static method in class akka.testkit.TestKit
-
- expectTerminated$default$2() - Static method in class akka.testkit.TestProbe
-
- explanation() - Method in class akka.util.LineNumbers.UnknownSourceFormat
-
- ExplicitAskSupport - Interface in akka.pattern
-
This object contains implementation details of the “ask” pattern,
which can be combined with "replyTo" pattern.
- ExplicitlyAskableActorRef - Class in akka.pattern
-
- ExplicitlyAskableActorRef(ActorRef) - Constructor for class akka.pattern.ExplicitlyAskableActorRef
-
- ExplicitlyAskableActorRef$ - Class in akka.pattern
-
- ExplicitlyAskableActorRef$() - Constructor for class akka.pattern.ExplicitlyAskableActorRef$
-
- ExplicitlyAskableActorSelection - Class in akka.pattern
-
- ExplicitlyAskableActorSelection(ActorSelection) - Constructor for class akka.pattern.ExplicitlyAskableActorSelection
-
- ExplicitlyAskableActorSelection$ - Class in akka.pattern
-
- ExplicitlyAskableActorSelection$() - Constructor for class akka.pattern.ExplicitlyAskableActorSelection$
-
- explorationProbability() - Method in class akka.routing.DefaultOptimalSizeExploringResizer
-
- exploreStepSize() - Method in class akka.routing.DefaultOptimalSizeExploringResizer
-
- ExposedHandle(ThrottlerHandle) - Constructor for class akka.remote.transport.ThrottledAssociation.ExposedHandle
-
- ExposedHandle$() - Constructor for class akka.remote.transport.ThrottledAssociation.ExposedHandle$
-
- ExposedPublisher - Class in akka.stream.impl
-
INTERNAL API
- ExposedPublisher(ActorPublisher<Object>) - Constructor for class akka.stream.impl.ExposedPublisher
-
- exposedPublisher() - Method in class akka.stream.impl.FanoutOutputs
-
- exposedPublisher(ActorPublisher<Object>) - Method in class akka.stream.impl.fusing.ActorGraphInterpreter.ActorOutputBoundary
-
- ExposedPublisher(GraphInterpreterShell, int, ActorPublisher<Object>) - Constructor for class akka.stream.impl.fusing.ActorGraphInterpreter.ExposedPublisher
-
- exposedPublisher() - Method in class akka.stream.impl.SimpleOutputs
-
- ExposedPublisher$ - Class in akka.stream.impl
-
- ExposedPublisher$() - Constructor for class akka.stream.impl.ExposedPublisher$
-
- ExposedPublisher$() - Constructor for class akka.stream.impl.fusing.ActorGraphInterpreter.ExposedPublisher$
-
- ExposedPublisherReceive - Class in akka.stream.impl
-
INTERNAL API
- ExposedPublisherReceive(PartialFunction<Object, BoxedUnit>, Function1<Object, BoxedUnit>) - Constructor for class akka.stream.impl.ExposedPublisherReceive
-
- ExposedPublishers(Seq<ActorPublisher<Object>>) - Constructor for class akka.stream.impl.FanOut.ExposedPublishers
-
- ExposedPublishers$() - Constructor for class akka.stream.impl.FanOut.ExposedPublishers$
-
- ext() - Method in class akka.io.SimpleDnsManager
-
- ExtendedActorMaterializer - Class in akka.stream.impl
-
ExtendedActorMaterializer used by subtypes which materializer using GraphInterpreterShell
- ExtendedActorMaterializer() - Constructor for class akka.stream.impl.ExtendedActorMaterializer
-
- ExtendedActorSystem - Class in akka.actor
-
More powerful interface to the actor system’s implementation which is presented to extensions (see
Extension).
- ExtendedActorSystem() - Constructor for class akka.actor.ExtendedActorSystem
-
- extendedSystem() - Method in class akka.remote.EndpointManager
-
- extendedSystem() - Method in class akka.remote.EndpointWriter
-
- extendedSystem() - Method in class akka.remote.transport.FailureInjectorTransportAdapter
-
- extendHash(int, int, int, int) - Method in class akka.routing.MurmurHash$
-
Incorporates a new value into an existing hash.
- extendHash(int, int, int, int) - Static method in class akka.routing.MurmurHash
-
Incorporates a new value into an existing hash.
- Extension(ExtendedActorSystem) - Constructor for class akka.actor.ActorDSL.Extension
-
- extension(ExtensionId<T>) - Method in class akka.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 class akka.actor.ActorSystemImpl
-
- Extension - Interface in akka.actor
-
The basic ActorSystem covers all that is needed for locally running actors,
using futures and so on.
- extension() - Method in class akka.actor.TypedActor.TypedActorInvocationHandler
-
- extension() - Method in class akka.cluster.metrics.AdaptiveLoadBalancingMetricsListener
-
- extension() - Static method in class akka.persistence.journal.JournalPerfSpec
-
- extension() - Static method in class akka.persistence.journal.JournalSpec
-
- extension() - Method in class akka.persistence.PluginSpec
-
- extension() - Static method in class akka.persistence.snapshot.SnapshotStoreSpec
-
- Extension$() - Constructor for class akka.actor.ActorDSL.Extension$
-
- Extension$() - Constructor for class akka.event.Logging.Extension$
-
- ExtensionId<T extends Extension> - Interface in akka.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.
- ExtensionIdProvider - Interface in akka.actor
-
To be able to load an ExtensionId from the configuration,
a class that implements ExtensionIdProvider must be specified.
- ExtensionKey<T extends Extension> - Class in akka.actor
-
This is a one-stop-shop if all you want is an extension which is
constructed with the ExtendedActorSystem as its only constructor argument:
- ExtensionKey(ClassTag<T>) - Constructor for class akka.actor.ExtensionKey
-
- ExtensionKey(Class<T>) - Constructor for class akka.actor.ExtensionKey
-
- ExternalAddress(ActorRef<ActorRef<T>>) - Constructor for class akka.typed.patterns.Receiver.ExternalAddress
-
- ExternalAddress$() - Constructor for class akka.typed.patterns.Receiver.ExternalAddress$
-
- externalCallback() - Method in class akka.stream.impl.fusing.SubSource
-
- extract() - Method in class akka.stream.impl.fusing.Log
-
- extractCpu(NodeMetrics) - Method in class akka.cluster.metrics.StandardMetrics$
-
- extractCpu(NodeMetrics) - Static method in class akka.cluster.metrics.StandardMetrics
-
- extractCpu(NodeMetrics) - Method in class akka.cluster.StandardMetrics$
-
Deprecated.
- extractCpu(NodeMetrics) - Static method in class akka.cluster.StandardMetrics
-
Deprecated.
- extractDeliverable() - Method in class akka.remote.AckedReceiveBuffer
-
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() - Method in class akka.cluster.sharding.ClusterShardingGuardian.Start
-
- extractEntityId() - Method in class akka.cluster.sharding.ClusterShardingGuardian.StartProxy
-
- extractFolder() - Method in class akka.cluster.metrics.DefaultSigarProvider
-
- extractFolder() - Method in interface akka.cluster.metrics.SigarProvider
-
Library extract location.
- extractFromMDC(Map<String, Object>) - Method in class akka.event.LogMarker$
-
- extractFromMDC(Map<String, Object>) - Static method in class akka.event.LogMarker
-
- extractHeapMemory(NodeMetrics) - Method in class akka.cluster.metrics.StandardMetrics$
-
- extractHeapMemory(NodeMetrics) - Static method in class akka.cluster.metrics.StandardMetrics
-
- extractHeapMemory(NodeMetrics) - Method in class akka.cluster.StandardMetrics$
-
Deprecated.
- extractHeapMemory(NodeMetrics) - Static method in class akka.cluster.StandardMetrics
-
Deprecated.
- extractInterfaces(Class<?>) - Method in class akka.actor.TypedProps$
-
- extractInterfaces(Class<?>) - Static method in class akka.actor.TypedProps
-
- extractName(StreamLayout.Module, String) - Method in class akka.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(StreamLayout.Module, String) - Static method in class akka.stream.Attributes
-
Compute a name by concatenating all Name attributes that the given module
has, returning the given default value if none are found.
- extractShardId() - Method in class akka.cluster.sharding.ClusterShardingGuardian.Start
-
- extractShardId() - Method in class akka.cluster.sharding.ClusterShardingGuardian.StartProxy
-
- extrapolate() - Method in class akka.stream.impl.fusing.Expand
-