Serialized Form
-
Package org.apache.pekko
-
Exception org.apache.pekko.ConfigurationException
class ConfigurationException extends PekkoException implements Serializable -
Class org.apache.pekko.Done
class Done extends Object implements Serializable -
Class org.apache.pekko.Done$
class Done$ extends Done implements Serializable -
Class org.apache.pekko.NotUsed$
class NotUsed$ extends NotUsed implements Serializable -
Exception org.apache.pekko.PekkoException
class PekkoException extends RuntimeException implements Serializable -
Exception org.apache.pekko.UnsupportedPekkoVersion
class UnsupportedPekkoVersion extends RuntimeException implements Serializable
-
-
Package org.apache.pekko.actor
-
Class org.apache.pekko.actor.ActorIdentity
class ActorIdentity extends Object implements Serializable -
Class org.apache.pekko.actor.ActorIdentity$
class ActorIdentity$ extends scala.runtime.AbstractFunction2<Object,scala.Option<ActorRef>, ActorIdentity> implements Serializable -
Exception org.apache.pekko.actor.ActorInitializationException
class ActorInitializationException extends PekkoException implements Serializable -
Class org.apache.pekko.actor.ActorInitializationException$
class ActorInitializationException$ extends Object implements Serializable -
Exception org.apache.pekko.actor.ActorInterruptedException
class ActorInterruptedException extends PekkoException implements Serializable -
Exception org.apache.pekko.actor.ActorKilledException
class ActorKilledException extends PekkoException implements Serializable -
Class org.apache.pekko.actor.ActorKilledException$
class ActorKilledException$ extends scala.runtime.AbstractFunction1<String,ActorKilledException> implements Serializable -
Exception org.apache.pekko.actor.ActorNotFound
class ActorNotFound extends RuntimeException implements Serializable -
Class org.apache.pekko.actor.ActorNotFound$
class ActorNotFound$ extends scala.runtime.AbstractFunction1<ActorSelection,ActorNotFound> implements Serializable -
Class org.apache.pekko.actor.ActorPath$
class ActorPath$ extends Object implements Serializable -
Class org.apache.pekko.actor.ActorRef
class ActorRef extends Object implements Serializable -
Class org.apache.pekko.actor.ActorRef$
class ActorRef$ extends Object implements Serializable -
Class org.apache.pekko.actor.ActorSelection
class ActorSelection extends Object implements Serializable -
Class org.apache.pekko.actor.ActorSelection$
class ActorSelection$ extends Object implements Serializable -
Class org.apache.pekko.actor.ActorSelectionMessage$
class ActorSelectionMessage$ extends scala.runtime.AbstractFunction3<Object,scala.collection.immutable.Iterable<SelectionPathElement>, Object, org.apache.pekko.actor.ActorSelectionMessage> implements Serializable -
Class org.apache.pekko.actor.Address
class Address extends Object implements Serializable -
Class org.apache.pekko.actor.Address$
class Address$ extends Object implements Serializable -
Class org.apache.pekko.actor.AddressTerminated$
class AddressTerminated$ extends scala.runtime.AbstractFunction1<Address,org.apache.pekko.actor.AddressTerminated> implements Serializable -
Class org.apache.pekko.actor.AllForOneStrategy
class AllForOneStrategy extends SupervisorStrategy implements Serializable -
Class org.apache.pekko.actor.AllForOneStrategy$
class AllForOneStrategy$ extends Object implements Serializable -
Class org.apache.pekko.actor.ChildActorPath
class ChildActorPath extends Object implements Serializable -
Class org.apache.pekko.actor.ChildNameReserved$
class ChildNameReserved$ extends Object implements Serializable -
Class org.apache.pekko.actor.ChildRestartStats
class ChildRestartStats extends Object implements Serializable -
Class org.apache.pekko.actor.ChildRestartStats$
class ChildRestartStats$ extends scala.runtime.AbstractFunction3<ActorRef,Object, Object, ChildRestartStats> implements Serializable -
Class org.apache.pekko.actor.CoordinatedShutdown.ActorSystemTerminateReason$
class ActorSystemTerminateReason$ extends Object implements Serializable -
Class org.apache.pekko.actor.CoordinatedShutdown.ClusterDowningReason$
class ClusterDowningReason$ extends Object implements Serializable -
Class org.apache.pekko.actor.CoordinatedShutdown.ClusterJoinUnsuccessfulReason$
class ClusterJoinUnsuccessfulReason$ extends Object implements Serializable -
Class org.apache.pekko.actor.CoordinatedShutdown.ClusterLeavingReason$
class ClusterLeavingReason$ extends Object implements Serializable -
Class org.apache.pekko.actor.CoordinatedShutdown.IncompatibleConfigurationDetectedReason$
class IncompatibleConfigurationDetectedReason$ extends Object implements Serializable -
Class org.apache.pekko.actor.CoordinatedShutdown.JvmExitReason$
class JvmExitReason$ extends Object implements Serializable -
Class org.apache.pekko.actor.CoordinatedShutdown.Phase$
class Phase$ extends scala.runtime.AbstractFunction4<scala.collection.immutable.Set<String>,scala.concurrent.duration.FiniteDuration, Object, Object, org.apache.pekko.actor.CoordinatedShutdown.Phase> implements Serializable -
Class org.apache.pekko.actor.CoordinatedShutdown.UnknownReason$
class UnknownReason$ extends Object implements Serializable -
Class org.apache.pekko.actor.CoordinatedShutdown$tasks$StrictPhaseDefinition
class CoordinatedShutdown$tasks$StrictPhaseDefinition extends Object implements Serializable-
Serialized Fields
-
size
int size
-
tasks
scala.collection.immutable.Set<org.apache.pekko.actor.CoordinatedShutdown$tasks$TaskDefinition> tasks
-
-
-
Class org.apache.pekko.actor.CoordinatedShutdown$tasks$StrictPhaseDefinition$
class CoordinatedShutdown$tasks$StrictPhaseDefinition$ extends Object implements Serializable-
Serialized Fields
-
empty
org.apache.pekko.actor.CoordinatedShutdown$tasks$StrictPhaseDefinition empty
-
-
-
Class org.apache.pekko.actor.CoordinatedShutdownTerminationWatcher.Watch
class Watch extends Object implements Serializable -
Class org.apache.pekko.actor.CoordinatedShutdownTerminationWatcher.Watch$
class Watch$ extends scala.runtime.AbstractFunction3<ActorRef,scala.concurrent.duration.Deadline, scala.concurrent.Promise<Done>, org.apache.pekko.actor.CoordinatedShutdownTerminationWatcher.Watch> implements Serializable -
Class org.apache.pekko.actor.DeadLetter
class DeadLetter extends Object implements Serializable -
Class org.apache.pekko.actor.DeadLetter$
class DeadLetter$ extends scala.runtime.AbstractFunction3<Object,ActorRef, ActorRef, DeadLetter> implements Serializable -
Class org.apache.pekko.actor.DeadLetterActorRef.SerializedDeadLetterActorRef
class SerializedDeadLetterActorRef extends Object implements Serializable -
Class org.apache.pekko.actor.DeadLetterActorRef$
class DeadLetterActorRef$ extends Object implements Serializable -
Exception org.apache.pekko.actor.DeathPactException
class DeathPactException extends PekkoException implements Serializable -
Class org.apache.pekko.actor.DeathPactException$
class DeathPactException$ extends scala.runtime.AbstractFunction1<ActorRef,DeathPactException> implements Serializable -
Class org.apache.pekko.actor.Deploy
class Deploy extends Object implements Serializable -
Class org.apache.pekko.actor.Deploy$
class Deploy$ extends Object implements Serializable -
Class org.apache.pekko.actor.Dropped
class Dropped extends Object implements Serializable -
Class org.apache.pekko.actor.Dropped$
class Dropped$ extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.CurrentState
class CurrentState extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.CurrentState$
class CurrentState$ extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.Event
class Event extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.Event$
class Event$ extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.Failure
class Failure extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.Failure$
class Failure$ extends scala.runtime.AbstractFunction1<Object,FSM.Failure> implements Serializable -
Class org.apache.pekko.actor.FSM.FixedDelayMode$
class FixedDelayMode$ extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.FixedRateMode$
class FixedRateMode$ extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.LogEntry
class LogEntry extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.LogEntry$
class LogEntry$ extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.Normal$
class Normal$ extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.Shutdown$
class Shutdown$ extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.SilentState
-
Class org.apache.pekko.actor.FSM.SingleMode$
class SingleMode$ extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.State
class State extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.State$
class State$ extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.StateTimeout$
class StateTimeout$ extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.StopEvent
class StopEvent extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.StopEvent$
class StopEvent$ extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.SubscribeTransitionCallBack
class SubscribeTransitionCallBack extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.SubscribeTransitionCallBack$
class SubscribeTransitionCallBack$ extends scala.runtime.AbstractFunction1<ActorRef,FSM.SubscribeTransitionCallBack> implements Serializable -
Class org.apache.pekko.actor.FSM.Timer
class Timer extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.Timer$
class Timer$ extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.Transition
class Transition extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.Transition$
class Transition$ extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.UnsubscribeTransitionCallBack
class UnsubscribeTransitionCallBack extends Object implements Serializable -
Class org.apache.pekko.actor.FSM.UnsubscribeTransitionCallBack$
class UnsubscribeTransitionCallBack$ extends scala.runtime.AbstractFunction1<ActorRef,FSM.UnsubscribeTransitionCallBack> implements Serializable -
Class org.apache.pekko.actor.FunctionRef$
class FunctionRef$ extends Object implements Serializable -
Class org.apache.pekko.actor.Identify
class Identify extends Object implements Serializable -
Class org.apache.pekko.actor.Identify$
class Identify$ extends scala.runtime.AbstractFunction1<Object,Identify> implements Serializable -
Class org.apache.pekko.actor.IgnoreActorRef$
class IgnoreActorRef$ extends Object implements Serializable -
Exception org.apache.pekko.actor.IllegalActorStateException
class IllegalActorStateException extends PekkoException implements Serializable -
Class org.apache.pekko.actor.IllegalActorStateException$
class IllegalActorStateException$ extends scala.runtime.AbstractFunction1<String,IllegalActorStateException> implements Serializable -
Class org.apache.pekko.actor.InternalActorRef$
class InternalActorRef$ extends Object implements Serializable -
Exception org.apache.pekko.actor.InvalidActorNameException
class InvalidActorNameException extends PekkoException implements Serializable -
Class org.apache.pekko.actor.InvalidActorNameException$
class InvalidActorNameException$ extends scala.runtime.AbstractFunction1<String,InvalidActorNameException> implements Serializable -
Exception org.apache.pekko.actor.InvalidMessageException
class InvalidMessageException extends PekkoException implements Serializable -
Class org.apache.pekko.actor.InvalidMessageException$
class InvalidMessageException$ extends scala.runtime.AbstractFunction1<String,InvalidMessageException> implements Serializable -
Class org.apache.pekko.actor.Kill
class Kill extends Object implements Serializable -
Class org.apache.pekko.actor.Kill$
class Kill$ extends Kill implements Serializable -
Class org.apache.pekko.actor.LocalScope$
class LocalScope$ extends LocalScope implements Serializable -
Class org.apache.pekko.actor.Nobody$
class Nobody$ extends org.apache.pekko.actor.InternalActorRef implements Serializable-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
-
Class org.apache.pekko.actor.NoScopeGiven$
class NoScopeGiven$ extends NoScopeGiven implements Serializable -
Class org.apache.pekko.actor.OneForOneStrategy
class OneForOneStrategy extends SupervisorStrategy implements Serializable -
Class org.apache.pekko.actor.OneForOneStrategy$
class OneForOneStrategy$ extends Object implements Serializable -
Class org.apache.pekko.actor.PoisonPill
class PoisonPill extends Object implements Serializable -
Class org.apache.pekko.actor.PoisonPill$
class PoisonPill$ extends PoisonPill implements Serializable -
Exception org.apache.pekko.actor.PostRestartException
class PostRestartException extends ActorInitializationException implements Serializable -
Class org.apache.pekko.actor.PostRestartException$
class PostRestartException$ extends scala.runtime.AbstractFunction3<ActorRef,Throwable, Throwable, PostRestartException> implements Serializable -
Exception org.apache.pekko.actor.PreRestartException
class PreRestartException extends ActorInitializationException implements Serializable -
Class org.apache.pekko.actor.PreRestartException$
class PreRestartException$ extends scala.runtime.AbstractFunction4<ActorRef,Throwable, Throwable, scala.Option<Object>, PreRestartException> implements Serializable -
Class org.apache.pekko.actor.Props
class Props extends Object implements Serializable -
Class org.apache.pekko.actor.Props$
class Props$ extends Object implements Serializable -
Class org.apache.pekko.actor.ProviderSelection.Cluster$
class Cluster$ extends ProviderSelection implements Serializable -
Class org.apache.pekko.actor.ProviderSelection.Custom
class Custom extends ProviderSelection implements Serializable -
Class org.apache.pekko.actor.ProviderSelection.Custom$
class Custom$ extends scala.runtime.AbstractFunction1<String,ProviderSelection.Custom> implements Serializable -
Class org.apache.pekko.actor.ProviderSelection.Local$
class Local$ extends ProviderSelection implements Serializable -
Class org.apache.pekko.actor.ProviderSelection.Remote$
class Remote$ extends ProviderSelection implements Serializable -
Class org.apache.pekko.actor.ReceiveTimeout$
class ReceiveTimeout$ extends ReceiveTimeout implements Serializable -
Class org.apache.pekko.actor.RootActorPath
class RootActorPath extends Object implements Serializable -
Class org.apache.pekko.actor.RootActorPath$
class RootActorPath$ extends scala.runtime.AbstractFunction2<Address,String, RootActorPath> implements Serializable -
Class org.apache.pekko.actor.Scheduler.AtomicCancellable
-
Exception org.apache.pekko.actor.SchedulerException
class SchedulerException extends PekkoException implements Serializable -
Class org.apache.pekko.actor.SchedulerException$
class SchedulerException$ extends scala.runtime.AbstractFunction1<String,SchedulerException> implements Serializable -
Class org.apache.pekko.actor.SelectChildName$
class SelectChildName$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.actor.SelectChildName> implements Serializable -
Class org.apache.pekko.actor.SelectChildPattern$
class SelectChildPattern$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.actor.SelectChildPattern> implements Serializable -
Class org.apache.pekko.actor.SelectParent$
class SelectParent$ extends Object implements Serializable -
Class org.apache.pekko.actor.SerializedActorRef$
class SerializedActorRef$ extends Object implements Serializable -
Class org.apache.pekko.actor.SerializedIgnore$
class SerializedIgnore$ extends Object implements Serializable -
Exception org.apache.pekko.actor.StashOverflowException
class StashOverflowException extends PekkoException implements Serializable -
Class org.apache.pekko.actor.StashOverflowException$
class StashOverflowException$ extends Object implements Serializable -
Class org.apache.pekko.actor.Status.Failure
class Failure extends Object implements Serializable -
Class org.apache.pekko.actor.Status.Failure$
class Failure$ extends scala.runtime.AbstractFunction1<Throwable,Status.Failure> implements Serializable -
Class org.apache.pekko.actor.Status.Success
class Success extends Object implements Serializable -
Class org.apache.pekko.actor.Status.Success$
class Success$ extends scala.runtime.AbstractFunction1<Object,Status.Success> implements Serializable -
Class org.apache.pekko.actor.StopChild$
class StopChild$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.actor.StopChild> implements Serializable -
Class org.apache.pekko.actor.SupervisorStrategy.Escalate$
class Escalate$ extends Object implements Serializable -
Class org.apache.pekko.actor.SupervisorStrategy.Restart$
class Restart$ extends org.apache.pekko.actor.SupervisorStrategy.Restart implements Serializable -
Class org.apache.pekko.actor.SupervisorStrategy.Resume$
class Resume$ extends org.apache.pekko.actor.SupervisorStrategy.Resume implements Serializable -
Class org.apache.pekko.actor.SupervisorStrategy.Stop$
class Stop$ extends org.apache.pekko.actor.SupervisorStrategy.Stop implements Serializable -
Class org.apache.pekko.actor.SuppressedDeadLetter
class SuppressedDeadLetter extends Object implements Serializable -
Class org.apache.pekko.actor.SuppressedDeadLetter$
class SuppressedDeadLetter$ extends scala.runtime.AbstractFunction3<DeadLetterSuppression,ActorRef, ActorRef, SuppressedDeadLetter> implements Serializable -
Class org.apache.pekko.actor.SystemGuardian.RegisterTerminationHook$
class RegisterTerminationHook$ extends Object implements Serializable -
Class org.apache.pekko.actor.SystemGuardian.TerminationHook$
class TerminationHook$ extends Object implements Serializable -
Class org.apache.pekko.actor.SystemGuardian.TerminationHookDone$
class TerminationHookDone$ extends Object implements Serializable -
Class org.apache.pekko.actor.Terminated
class Terminated extends Object implements Serializable -
Class org.apache.pekko.actor.Terminated$
class Terminated$ extends Object implements Serializable -
Class org.apache.pekko.actor.TimerSchedulerImpl.InfluenceReceiveTimeoutTimerMsg
class InfluenceReceiveTimeoutTimerMsg extends Object implements Serializable -
Class org.apache.pekko.actor.TimerSchedulerImpl.InfluenceReceiveTimeoutTimerMsg$
class InfluenceReceiveTimeoutTimerMsg$ extends scala.runtime.AbstractFunction3<Object,Object, org.apache.pekko.actor.TimerSchedulerImpl, org.apache.pekko.actor.TimerSchedulerImpl.InfluenceReceiveTimeoutTimerMsg> implements Serializable -
Class org.apache.pekko.actor.TimerSchedulerImpl.NotInfluenceReceiveTimeoutTimerMsg
class NotInfluenceReceiveTimeoutTimerMsg extends Object implements Serializable -
Class org.apache.pekko.actor.TimerSchedulerImpl.NotInfluenceReceiveTimeoutTimerMsg$
class NotInfluenceReceiveTimeoutTimerMsg$ extends scala.runtime.AbstractFunction3<Object,Object, org.apache.pekko.actor.TimerSchedulerImpl, org.apache.pekko.actor.TimerSchedulerImpl.NotInfluenceReceiveTimeoutTimerMsg> implements Serializable -
Class org.apache.pekko.actor.TimerSchedulerImpl.Timer
class Timer extends Object implements Serializable -
Class org.apache.pekko.actor.TimerSchedulerImpl.Timer$
class Timer$ extends scala.runtime.AbstractFunction5<Object,Object, Object, Object, Cancellable, org.apache.pekko.actor.TimerSchedulerImpl.Timer> implements Serializable -
Class org.apache.pekko.actor.UnhandledMessage
class UnhandledMessage extends Object implements Serializable -
Class org.apache.pekko.actor.UnhandledMessage$
class UnhandledMessage$ extends scala.runtime.AbstractFunction3<Object,ActorRef, ActorRef, UnhandledMessage> implements Serializable
-
-
Package org.apache.pekko.actor.dungeon
-
Class org.apache.pekko.actor.dungeon.ChildrenContainer.Creation
class Creation extends Object implements Serializable -
Class org.apache.pekko.actor.dungeon.ChildrenContainer.Creation$
class Creation$ extends scala.runtime.AbstractFunction0<ChildrenContainer.Creation> implements Serializable -
Class org.apache.pekko.actor.dungeon.ChildrenContainer.Recreation
class Recreation extends Object implements Serializable -
Class org.apache.pekko.actor.dungeon.ChildrenContainer.Recreation$
class Recreation$ extends scala.runtime.AbstractFunction1<Throwable,ChildrenContainer.Recreation> implements Serializable -
Class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
class TerminatingChildrenContainer extends Object implements Serializable -
Class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer$
class TerminatingChildrenContainer$ extends scala.runtime.AbstractFunction3<scala.collection.immutable.TreeMap<String,ChildStats>, scala.collection.immutable.Set<ActorRef>, ChildrenContainer.SuspendReason, ChildrenContainer.TerminatingChildrenContainer> implements Serializable -
Class org.apache.pekko.actor.dungeon.ChildrenContainer.Termination$
class Termination$ extends Object implements Serializable -
Class org.apache.pekko.actor.dungeon.ChildrenContainer.UserRequest$
class UserRequest$ extends Object implements Serializable -
Exception org.apache.pekko.actor.dungeon.SerializationCheckFailedException
class SerializationCheckFailedException extends PekkoException implements Serializable -
Class org.apache.pekko.actor.dungeon.SerializationCheckFailedException$
class SerializationCheckFailedException$ extends scala.runtime.AbstractFunction2<Object,Throwable, SerializationCheckFailedException> implements Serializable
-
-
Package org.apache.pekko.actor.testkit.typed
-
Class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
class CapturedLogEvent extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.CapturedLogEvent$
class CapturedLogEvent$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter
class MessageAdapter extends Effect implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter$
class MessageAdapter$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.NoEffects$
class NoEffects$ extends Effect.NoEffects implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutCancelled$
class ReceiveTimeoutCancelled$ extends Effect.ReceiveTimeoutCancelled implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet
class ReceiveTimeoutSet extends Effect implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet$
class ReceiveTimeoutSet$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.Scheduled
class Scheduled extends Effect implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.Scheduled$
class Scheduled$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.Spawned
class Spawned extends Effect implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.Spawned$
class Spawned$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAdapter$
class SpawnedAdapter$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymous
class SpawnedAnonymous extends Effect implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymous$
class SpawnedAnonymous$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymousAdapter$
class SpawnedAnonymousAdapter$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.Stopped
class Stopped extends Effect implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.Stopped$
class Stopped$ extends scala.runtime.AbstractFunction1<String,Effect.Stopped> implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.TimerCancelled
class TimerCancelled extends Effect implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.TimerCancelled$
class TimerCancelled$ extends scala.runtime.AbstractFunction1<Object,Effect.TimerCancelled> implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
class TimerScheduled extends Effect implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$
class TimerScheduled$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayMode$
class FixedDelayMode$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayModeWithInitialDelay
class FixedDelayModeWithInitialDelay extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayModeWithInitialDelay$
class FixedDelayModeWithInitialDelay$ extends scala.runtime.AbstractFunction1<scala.concurrent.duration.FiniteDuration,org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.FixedDelayModeWithInitialDelay> implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateMode$
class FixedRateMode$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateModeWithInitialDelay
class FixedRateModeWithInitialDelay extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateModeWithInitialDelay$
class FixedRateModeWithInitialDelay$ extends scala.runtime.AbstractFunction1<scala.concurrent.duration.FiniteDuration,org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.FixedRateModeWithInitialDelay> implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.SingleMode$
class SingleMode$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.Unwatched
class Unwatched extends Effect implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.Unwatched$
class Unwatched$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.Watched
class Watched extends Effect implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.Watched$
class Watched$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith
class WatchedWith extends Effect implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith$
class WatchedWith$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.Effect$TimerScheduled$FixedDelayMode$
class Effect$TimerScheduled$FixedDelayMode$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.actor.testkit.typed.Effect$TimerScheduled$FixedDelayModeWithInitialDelay
class Effect$TimerScheduled$FixedDelayModeWithInitialDelay extends Object implements Serializable-
Serialized Fields
-
initialDelay
scala.concurrent.duration.FiniteDuration initialDelay
-
-
-
Class org.apache.pekko.actor.testkit.typed.Effect$TimerScheduled$FixedDelayModeWithInitialDelay$
class Effect$TimerScheduled$FixedDelayModeWithInitialDelay$ extends scala.runtime.AbstractFunction1<scala.concurrent.duration.FiniteDuration,org.apache.pekko.actor.testkit.typed.Effect$TimerScheduled$FixedDelayModeWithInitialDelay> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.actor.testkit.typed.Effect$TimerScheduled$FixedRateMode$
class Effect$TimerScheduled$FixedRateMode$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.actor.testkit.typed.Effect$TimerScheduled$FixedRateModeWithInitialDelay
class Effect$TimerScheduled$FixedRateModeWithInitialDelay extends Object implements Serializable-
Serialized Fields
-
initialDelay
scala.concurrent.duration.FiniteDuration initialDelay
-
-
-
Class org.apache.pekko.actor.testkit.typed.Effect$TimerScheduled$FixedRateModeWithInitialDelay$
class Effect$TimerScheduled$FixedRateModeWithInitialDelay$ extends scala.runtime.AbstractFunction1<scala.concurrent.duration.FiniteDuration,org.apache.pekko.actor.testkit.typed.Effect$TimerScheduled$FixedRateModeWithInitialDelay> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.actor.testkit.typed.Effect$TimerScheduled$SingleMode$
class Effect$TimerScheduled$SingleMode$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.actor.testkit.typed.FishingOutcome.Complete$
class Complete$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.FishingOutcome.Continue$
class Continue$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.FishingOutcome.ContinueAndIgnore$
class ContinueAndIgnore$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.FishingOutcome.Fail
class Fail extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.FishingOutcome.Fail$
class Fail$ extends scala.runtime.AbstractFunction1<String,FishingOutcome.Fail> implements Serializable -
Class org.apache.pekko.actor.testkit.typed.LoggingEvent
class LoggingEvent extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.LoggingEvent$
class LoggingEvent$ extends Object implements Serializable -
Exception org.apache.pekko.actor.testkit.typed.TestException
class TestException extends RuntimeException implements Serializable -
Class org.apache.pekko.actor.testkit.typed.TestException$
class TestException$ extends scala.runtime.AbstractFunction1<String,TestException> implements Serializable
-
-
Package org.apache.pekko.actor.testkit.typed.internal
-
Class org.apache.pekko.actor.testkit.typed.internal.ActorSystemStub$
class ActorSystemStub$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.Ack$
class Ack$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.ActorStopped
class ActorStopped extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.ActorStopped$
class ActorStopped$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor
class SpawnActor extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor$
class SpawnActor$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous
class SpawnActorAnonymous extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous$
class SpawnActorAnonymous$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor
class StopActor extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor$
class StopActor$ extends Object implements Serializable -
Class org.apache.pekko.actor.testkit.typed.internal.LoggingTestKitImpl$
class LoggingTestKitImpl$ extends Object implements Serializable
-
-
Package org.apache.pekko.actor.testkit.typed.scaladsl
-
Class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
class ScalaTestWithActorTestKit extends ActorTestKitBase implements Serializable
-
-
Package org.apache.pekko.actor.typed
-
Class org.apache.pekko.actor.typed.ActorRef$
class ActorRef$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.ActorSystem
class ActorSystem extends Object implements Serializable -
Class org.apache.pekko.actor.typed.ActorSystem$
class ActorSystem$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.ActorTags
class ActorTags extends Props implements Serializable -
Class org.apache.pekko.actor.typed.ActorTags$
class ActorTags$ extends Object implements Serializable -
Exception org.apache.pekko.actor.typed.DeathPactException
class DeathPactException extends RuntimeException implements Serializable -
Class org.apache.pekko.actor.typed.DeathPactException$
class DeathPactException$ extends scala.runtime.AbstractFunction1<ActorRef<scala.runtime.Nothing$>,DeathPactException> implements Serializable -
Class org.apache.pekko.actor.typed.DispatcherSelector
class DispatcherSelector extends Props implements Serializable -
Class org.apache.pekko.actor.typed.DispatcherSelector$
class DispatcherSelector$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.LogOptions.LogOptionsImpl$
class LogOptionsImpl$ extends scala.runtime.AbstractFunction3<Object,org.slf4j.event.Level, scala.Option<org.slf4j.Logger>, org.apache.pekko.actor.typed.LogOptions.LogOptionsImpl> implements Serializable -
Class org.apache.pekko.actor.typed.MailboxSelector
class MailboxSelector extends Props implements Serializable -
Class org.apache.pekko.actor.typed.MailboxSelector$
class MailboxSelector$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.MessageAdaptionFailure
class MessageAdaptionFailure extends Object implements Serializable -
Class org.apache.pekko.actor.typed.MessageAdaptionFailure$
class MessageAdaptionFailure$ extends scala.runtime.AbstractFunction1<Throwable,MessageAdaptionFailure> implements Serializable -
Class org.apache.pekko.actor.typed.PostStop$
class PostStop$ extends PostStop implements Serializable -
Class org.apache.pekko.actor.typed.PreRestart$
class PreRestart$ extends PreRestart implements Serializable -
Class org.apache.pekko.actor.typed.Props
class Props extends Object implements Serializable -
Class org.apache.pekko.actor.typed.Props$
class Props$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.SerializedActorRef$
class SerializedActorRef$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.SpawnProtocol.Spawn
class Spawn extends Object implements Serializable -
Class org.apache.pekko.actor.typed.SpawnProtocol.Spawn$
class Spawn$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.SupervisorStrategy.Backoff$
class Backoff$ extends scala.runtime.AbstractFunction11<scala.concurrent.duration.FiniteDuration,scala.concurrent.duration.FiniteDuration, Object, scala.concurrent.duration.FiniteDuration, Object, org.slf4j.event.Level, org.slf4j.event.Level, Object, Object, Object, Object, org.apache.pekko.actor.typed.SupervisorStrategy.Backoff> implements Serializable -
Class org.apache.pekko.actor.typed.SupervisorStrategy.Restart$
class Restart$ extends scala.runtime.AbstractFunction6<Object,scala.concurrent.duration.FiniteDuration, Object, org.slf4j.event.Level, Object, Object, org.apache.pekko.actor.typed.SupervisorStrategy.Restart> implements Serializable -
Class org.apache.pekko.actor.typed.SupervisorStrategy.Resume$
class Resume$ extends scala.runtime.AbstractFunction2<Object,org.slf4j.event.Level, org.apache.pekko.actor.typed.SupervisorStrategy.Resume> implements Serializable -
Class org.apache.pekko.actor.typed.SupervisorStrategy.Stop$
class Stop$ extends scala.runtime.AbstractFunction2<Object,org.slf4j.event.Level, org.apache.pekko.actor.typed.SupervisorStrategy.Stop> implements Serializable
-
-
Package org.apache.pekko.actor.typed.delivery
-
Class org.apache.pekko.actor.typed.delivery.ConsumerController.Confirmed$
class Confirmed$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.ConsumerController.DeliverThenStop
class DeliverThenStop extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.ConsumerController.DeliverThenStop$
class DeliverThenStop$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.ConsumerController.RegisterToProducerController
class RegisterToProducerController extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.ConsumerController.RegisterToProducerController$
class RegisterToProducerController$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
class SequencedMessage extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage$
class SequencedMessage$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.ConsumerController.Start
class Start extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.ConsumerController.Start$
class Start$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.Cleanup$
class Cleanup$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Set<String>,org.apache.pekko.actor.typed.delivery.DurableProducerQueue.Cleanup> implements Serializable -
Class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.Confirmed$
class Confirmed$ extends scala.runtime.AbstractFunction3<Object,String, Object, org.apache.pekko.actor.typed.delivery.DurableProducerQueue.Confirmed> implements Serializable -
Class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.LoadState
class LoadState extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.LoadState$
class LoadState$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
class State extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State$
class State$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed
class StoreMessageConfirmed extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed$
class StoreMessageConfirmed$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent
class StoreMessageSent extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent$
class StoreMessageSent$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSentAck
class StoreMessageSentAck extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSentAck$
class StoreMessageSentAck$ extends scala.runtime.AbstractFunction1<Object,DurableProducerQueue.StoreMessageSentAck> implements Serializable -
Class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation
class MessageWithConfirmation extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation$
class MessageWithConfirmation$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.ProducerController.RegisterConsumer
class RegisterConsumer extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.ProducerController.RegisterConsumer$
class RegisterConsumer$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
class RequestNext extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext$
class RequestNext$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.ProducerController.Start
class Start extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.ProducerController.Start$
class Start$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.GetWorkerStats
class GetWorkerStats extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.GetWorkerStats$
class GetWorkerStats$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation
class MessageWithConfirmation extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation$
class MessageWithConfirmation$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext
class RequestNext extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext$
class RequestNext$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start
class Start extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start$
class Start$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.WorkerStats
class WorkerStats extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.WorkerStats$
class WorkerStats$ extends scala.runtime.AbstractFunction1<Object,WorkPullingProducerController.WorkerStats> implements Serializable
-
-
Package org.apache.pekko.actor.typed.delivery.internal
-
Class org.apache.pekko.actor.typed.delivery.internal.ChunkedMessage$
class ChunkedMessage$ extends scala.runtime.AbstractFunction5<ByteString,Object, Object, Object, String, org.apache.pekko.actor.typed.delivery.internal.ChunkedMessage> implements Serializable -
Class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Ack
class Ack extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Ack$
class Ack$ extends scala.runtime.AbstractFunction1<Object,ProducerControllerImpl.Ack> implements Serializable -
Class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request
class Request extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request$
class Request$ extends scala.runtime.AbstractFunction4<Object,Object, Object, Object, ProducerControllerImpl.Request> implements Serializable -
Class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Resend
class Resend extends Object implements Serializable -
Class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Resend$
class Resend$ extends scala.runtime.AbstractFunction1<Object,ProducerControllerImpl.Resend> implements Serializable -
Class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.ResendFirstUnconfirmed$
class ResendFirstUnconfirmed$ extends Object implements Serializable
-
-
Package org.apache.pekko.actor.typed.eventstream
-
Class org.apache.pekko.actor.typed.eventstream.EventStream.Publish
class Publish extends Object implements Serializable -
Class org.apache.pekko.actor.typed.eventstream.EventStream.Publish$
class Publish$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe
class Subscribe extends Object implements Serializable -
Class org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe$
class Subscribe$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.eventstream.EventStream.Unsubscribe
class Unsubscribe extends Object implements Serializable -
Class org.apache.pekko.actor.typed.eventstream.EventStream.Unsubscribe$
class Unsubscribe$ extends Object implements Serializable
-
-
Package org.apache.pekko.actor.typed.internal
-
Class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
class LoggingContext extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext$
class LoggingContext$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.AdaptMessage$
class AdaptMessage$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.AdaptWithRegisteredMessageAdapter$
class AdaptWithRegisteredMessageAdapter$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.Create$
class Create$ extends scala.runtime.AbstractFunction0<org.apache.pekko.actor.typed.internal.Create> implements Serializable -
Class org.apache.pekko.actor.typed.internal.DeathWatchNotification$
class DeathWatchNotification$ extends scala.runtime.AbstractFunction2<ActorRef<scala.runtime.Nothing$>,Throwable, org.apache.pekko.actor.typed.internal.DeathWatchNotification> implements Serializable -
Class org.apache.pekko.actor.typed.internal.MonitorInterceptor$
class MonitorInterceptor$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.NoMessage$
class NoMessage$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder$
class NoOpActorFlightRecorder$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.PoisonPill$
class PoisonPill$ extends org.apache.pekko.actor.typed.internal.PoisonPill implements Serializable -
Class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl
class ActorTagsImpl extends ActorTags implements Serializable -
Class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl$
class ActorTagsImpl$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector
class BoundedMailboxSelector extends MailboxSelector implements Serializable -
Class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector$
class BoundedMailboxSelector$ extends scala.runtime.AbstractFunction2<Object,Props, PropsImpl.BoundedMailboxSelector> implements Serializable -
Class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector
class DefaultMailboxSelector extends MailboxSelector implements Serializable -
Class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector$
class DefaultMailboxSelector$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherDefault
class DispatcherDefault extends DispatcherSelector implements Serializable -
Class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherDefault$
class DispatcherDefault$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig
class DispatcherFromConfig extends DispatcherSelector implements Serializable -
Class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig$
class DispatcherFromConfig$ extends scala.runtime.AbstractFunction2<String,Props, PropsImpl.DispatcherFromConfig> implements Serializable -
Class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherSameAsParent
class DispatcherSameAsParent extends DispatcherSelector implements Serializable -
Class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherSameAsParent$
class DispatcherSameAsParent$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.PropsImpl.EmptyProps$
class EmptyProps$ extends Props implements Serializable -
Class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector
class MailboxFromConfigSelector extends MailboxSelector implements Serializable -
Class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector$
class MailboxFromConfigSelector$ extends scala.runtime.AbstractFunction2<String,Props, PropsImpl.MailboxFromConfigSelector> implements Serializable -
Class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount
class ResetRestartCount extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount$
class ResetRestartCount$ extends scala.runtime.AbstractFunction2<Object,RestartSupervisor<?, ? extends Throwable>, RestartSupervisor.ResetRestartCount> implements Serializable -
Class org.apache.pekko.actor.typed.internal.RestartSupervisor.ScheduledRestart
class ScheduledRestart extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.RestartSupervisor.ScheduledRestart$
class ScheduledRestart$ extends scala.runtime.AbstractFunction1<RestartSupervisor<?,? extends Throwable>, RestartSupervisor.ScheduledRestart> implements Serializable -
Class org.apache.pekko.actor.typed.internal.Terminate$
class Terminate$ extends scala.runtime.AbstractFunction0<org.apache.pekko.actor.typed.internal.Terminate> implements Serializable -
Class org.apache.pekko.actor.typed.internal.TimerSchedulerImpl.Timer
class Timer extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.TimerSchedulerImpl.Timer$
class Timer$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.TransformMessagesInterceptor$
class TransformMessagesInterceptor$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.UnstashException$
class UnstashException$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.Unwatch$
class Unwatch$ extends scala.runtime.AbstractFunction2<ActorRef<scala.runtime.Nothing$>,ActorRef<scala.runtime.Nothing$>, org.apache.pekko.actor.typed.internal.Unwatch> implements Serializable -
Class org.apache.pekko.actor.typed.internal.Watch$
class Watch$ extends scala.runtime.AbstractFunction2<ActorRef<scala.runtime.Nothing$>,ActorRef<scala.runtime.Nothing$>, org.apache.pekko.actor.typed.internal.Watch> implements Serializable
-
-
Package org.apache.pekko.actor.typed.internal.adapter
-
Exception org.apache.pekko.actor.typed.internal.adapter.ActorAdapter.TypedActorFailedException
class TypedActorFailedException extends RuntimeException implements Serializable -
Class org.apache.pekko.actor.typed.internal.adapter.ActorAdapter.TypedActorFailedException$
class TypedActorFailedException$ extends scala.runtime.AbstractFunction1<Throwable,org.apache.pekko.actor.typed.internal.adapter.ActorAdapter.TypedActorFailedException> implements Serializable -
Class org.apache.pekko.actor.typed.internal.adapter.ActorRefAdapter$
class ActorRefAdapter$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.adapter.ActorSystemAdapter$
class ActorSystemAdapter$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.adapter.GuardianStartupBehavior.Start$
class Start$ extends Object implements Serializable
-
-
Package org.apache.pekko.actor.typed.internal.pubsub
-
Class org.apache.pekko.actor.typed.internal.pubsub.TopicImpl.GetTopicStats
class GetTopicStats extends Object implements Serializable-
Serialized Fields
-
replyTo
ActorRef<org.apache.pekko.actor.typed.internal.pubsub.TopicImpl.TopicStats> replyTo
-
-
-
Class org.apache.pekko.actor.typed.internal.pubsub.TopicImpl.GetTopicStats$
class GetTopicStats$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.actor.typed.internal.pubsub.TopicImpl.MessagePublished
class MessagePublished extends Object implements Serializable-
Serialized Fields
-
message
T extends Object message
-
-
-
Class org.apache.pekko.actor.typed.internal.pubsub.TopicImpl.MessagePublished$
class MessagePublished$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.actor.typed.internal.pubsub.TopicImpl.Publish
class Publish extends Object implements Serializable-
Serialized Fields
-
message
T extends Object message
-
-
-
Class org.apache.pekko.actor.typed.internal.pubsub.TopicImpl.Publish$
class Publish$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.actor.typed.internal.pubsub.TopicImpl.Subscribe
class Subscribe extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.pubsub.TopicImpl.Subscribe$
class Subscribe$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.actor.typed.internal.pubsub.TopicImpl.SubscriberTerminated
class SubscriberTerminated extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.pubsub.TopicImpl.SubscriberTerminated$
class SubscriberTerminated$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.actor.typed.internal.pubsub.TopicImpl.TopicInstancesUpdated
class TopicInstancesUpdated extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.pubsub.TopicImpl.TopicInstancesUpdated$
class TopicInstancesUpdated$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.actor.typed.internal.pubsub.TopicImpl.TopicStats
class TopicStats extends Object implements Serializable-
Serialized Fields
-
localSubscriberCount
int localSubscriberCount
-
topicInstanceCount
int topicInstanceCount
-
-
-
Class org.apache.pekko.actor.typed.internal.pubsub.TopicImpl.TopicStats$
class TopicStats$ extends scala.runtime.AbstractFunction2<Object,Object, org.apache.pekko.actor.typed.internal.pubsub.TopicImpl.TopicStats> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.actor.typed.internal.pubsub.TopicImpl.Unsubscribe
class Unsubscribe extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.pubsub.TopicImpl.Unsubscribe$
class Unsubscribe$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
-
Package org.apache.pekko.actor.typed.internal.receptionist
-
Class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey
-
Class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey$
class DefaultServiceKey$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister
class Deregister extends Receptionist.Command implements Serializable -
Class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister$
class Deregister$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered
class Deregistered extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered$
class Deregistered$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find
class Find extends Receptionist.Command implements Serializable -
Class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find$
class Find$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
class Listing extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing$
class Listing$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register
class Register extends Receptionist.Command implements Serializable -
Class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register$
class Register$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered
class Registered extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered$
class Registered$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe
class Subscribe extends Receptionist.Command implements Serializable -
Class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe$
class Subscribe$ extends Object implements Serializable
-
-
Package org.apache.pekko.actor.typed.internal.routing
-
Class org.apache.pekko.actor.typed.internal.routing.GroupRouterBuilder$
class GroupRouterBuilder$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.internal.routing.PoolRouterBuilder$
class PoolRouterBuilder$ extends Object implements Serializable
-
-
Package org.apache.pekko.actor.typed.javadsl
-
Class org.apache.pekko.actor.typed.javadsl.BehaviorBuilder.Case$
class Case$ extends Object implements Serializable -
Class org.apache.pekko.actor.typed.javadsl.ReceiveBuilder.Case$
class Case$ extends Object implements Serializable -
Exception org.apache.pekko.actor.typed.javadsl.StashOverflowException
class StashOverflowException extends StashOverflowException implements Serializable
-
-
Package org.apache.pekko.actor.typed.scaladsl
-
Exception org.apache.pekko.actor.typed.scaladsl.StashOverflowException
class StashOverflowException extends RuntimeException implements Serializable
-
-
Package org.apache.pekko.cluster
-
Class org.apache.pekko.cluster.ClusterCoreDaemon.Ignored$
class Ignored$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterCoreDaemon.Merge$
class Merge$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterCoreDaemon.Newer$
class Newer$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterCoreDaemon.Older$
class Older$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterCoreDaemon.Same$
class Same$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.ClusterShuttingDown$
class ClusterShuttingDown$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
class CurrentClusterState extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState$
class CurrentClusterState$ extends scala.runtime.AbstractFunction5<scala.collection.immutable.SortedSet<Member>,scala.collection.immutable.Set<Member>, scala.collection.immutable.Set<Address>, scala.Option<Address>, scala.collection.immutable.Map<String, scala.Option<Address>>, ClusterEvent.CurrentClusterState> implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.CurrentInternalStats$
class CurrentInternalStats$ extends scala.runtime.AbstractFunction2<org.apache.pekko.cluster.GossipStats,org.apache.pekko.cluster.VectorClockStats, org.apache.pekko.cluster.ClusterEvent.CurrentInternalStats> implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.InitialStateAsEvents$
class InitialStateAsEvents$ extends ClusterEvent.SubscriptionInitialStateMode implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.InitialStateAsSnapshot$
class InitialStateAsSnapshot$ extends ClusterEvent.SubscriptionInitialStateMode implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.LeaderChanged
class LeaderChanged extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.LeaderChanged$
class LeaderChanged$ extends scala.runtime.AbstractFunction1<scala.Option<Address>,ClusterEvent.LeaderChanged> implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.MemberDowned
class MemberDowned extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.MemberDowned$
class MemberDowned$ extends scala.runtime.AbstractFunction1<Member,ClusterEvent.MemberDowned> implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.MemberExited
class MemberExited extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.MemberExited$
class MemberExited$ extends scala.runtime.AbstractFunction1<Member,ClusterEvent.MemberExited> implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.MemberJoined
class MemberJoined extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.MemberJoined$
class MemberJoined$ extends scala.runtime.AbstractFunction1<Member,ClusterEvent.MemberJoined> implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.MemberLeft
class MemberLeft extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.MemberLeft$
class MemberLeft$ extends scala.runtime.AbstractFunction1<Member,ClusterEvent.MemberLeft> implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.MemberPreparingForShutdown
class MemberPreparingForShutdown extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.MemberPreparingForShutdown$
class MemberPreparingForShutdown$ extends scala.runtime.AbstractFunction1<Member,ClusterEvent.MemberPreparingForShutdown> implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.MemberReadyForShutdown
class MemberReadyForShutdown extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.MemberReadyForShutdown$
class MemberReadyForShutdown$ extends scala.runtime.AbstractFunction1<Member,ClusterEvent.MemberReadyForShutdown> implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.MemberRemoved
class MemberRemoved extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.MemberRemoved$
class MemberRemoved$ extends scala.runtime.AbstractFunction2<Member,MemberStatus, ClusterEvent.MemberRemoved> implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.MemberTombstonesChanged$
class MemberTombstonesChanged$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Set<UniqueAddress>,org.apache.pekko.cluster.ClusterEvent.MemberTombstonesChanged> implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.MemberUp
class MemberUp extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.MemberUp$
class MemberUp$ extends scala.runtime.AbstractFunction1<Member,ClusterEvent.MemberUp> implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.MemberWeaklyUp
class MemberWeaklyUp extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.MemberWeaklyUp$
class MemberWeaklyUp$ extends scala.runtime.AbstractFunction1<Member,ClusterEvent.MemberWeaklyUp> implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.ReachabilityChanged$
class ReachabilityChanged$ extends scala.runtime.AbstractFunction1<org.apache.pekko.cluster.Reachability,org.apache.pekko.cluster.ClusterEvent.ReachabilityChanged> implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.ReachableDataCenter
class ReachableDataCenter extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.ReachableDataCenter$
class ReachableDataCenter$ extends scala.runtime.AbstractFunction1<String,ClusterEvent.ReachableDataCenter> implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.ReachableMember
class ReachableMember extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.ReachableMember$
class ReachableMember$ extends scala.runtime.AbstractFunction1<Member,ClusterEvent.ReachableMember> implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged
class RoleLeaderChanged extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged$
class RoleLeaderChanged$ extends scala.runtime.AbstractFunction2<String,scala.Option<Address>, ClusterEvent.RoleLeaderChanged> implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.SeenChanged$
class SeenChanged$ extends scala.runtime.AbstractFunction2<Object,scala.collection.immutable.Set<Address>, org.apache.pekko.cluster.ClusterEvent.SeenChanged> implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.UnreachableDataCenter
class UnreachableDataCenter extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.UnreachableDataCenter$
class UnreachableDataCenter$ extends scala.runtime.AbstractFunction1<String,ClusterEvent.UnreachableDataCenter> implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.UnreachableMember
class UnreachableMember extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterEvent.UnreachableMember$
class UnreachableMember$ extends scala.runtime.AbstractFunction1<Member,ClusterEvent.UnreachableMember> implements Serializable -
Class org.apache.pekko.cluster.ClusterHeartbeatSender.ExpectedFirstHeartbeat
class ExpectedFirstHeartbeat extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterHeartbeatSender.ExpectedFirstHeartbeat$
class ExpectedFirstHeartbeat$ extends scala.runtime.AbstractFunction1<UniqueAddress,org.apache.pekko.cluster.ClusterHeartbeatSender.ExpectedFirstHeartbeat> implements Serializable -
Class org.apache.pekko.cluster.ClusterHeartbeatSender.Heartbeat
class Heartbeat extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterHeartbeatSender.Heartbeat$
class Heartbeat$ extends scala.runtime.AbstractFunction3<Address,Object, Object, org.apache.pekko.cluster.ClusterHeartbeatSender.Heartbeat> implements Serializable -
Class org.apache.pekko.cluster.ClusterHeartbeatSender.HeartbeatRsp
class HeartbeatRsp extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterHeartbeatSender.HeartbeatRsp$
class HeartbeatRsp$ extends scala.runtime.AbstractFunction3<UniqueAddress,Object, Object, org.apache.pekko.cluster.ClusterHeartbeatSender.HeartbeatRsp> implements Serializable -
Class org.apache.pekko.cluster.ClusterHeartbeatSender.HeartbeatTick$
class HeartbeatTick$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterHeartbeatSenderState$
class ClusterHeartbeatSenderState$ extends scala.runtime.AbstractFunction3<org.apache.pekko.cluster.HeartbeatNodeRing,scala.collection.immutable.Set<UniqueAddress>, FailureDetectorRegistry<Address>, org.apache.pekko.cluster.ClusterHeartbeatSenderState> implements Serializable -
Class org.apache.pekko.cluster.ClusterReadView.State
class State extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterReadView.State$
class State$ extends scala.runtime.AbstractFunction4<ClusterEvent.CurrentClusterState,org.apache.pekko.cluster.Reachability, Member, org.apache.pekko.cluster.ClusterEvent.CurrentInternalStats, org.apache.pekko.cluster.ClusterReadView.State> implements Serializable -
Class org.apache.pekko.cluster.ClusterScope$
class ClusterScope$ extends ClusterScope implements Serializable -
Class org.apache.pekko.cluster.ClusterUserAction.Down
class Down extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterUserAction.Down$
class Down$ extends scala.runtime.AbstractFunction1<Address,ClusterUserAction.Down> implements Serializable -
Class org.apache.pekko.cluster.ClusterUserAction.JoinTo
class JoinTo extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterUserAction.JoinTo$
class JoinTo$ extends scala.runtime.AbstractFunction1<Address,ClusterUserAction.JoinTo> implements Serializable -
Class org.apache.pekko.cluster.ClusterUserAction.Leave
class Leave extends Object implements Serializable -
Class org.apache.pekko.cluster.ClusterUserAction.Leave$
class Leave$ extends scala.runtime.AbstractFunction1<Address,ClusterUserAction.Leave> implements Serializable -
Class org.apache.pekko.cluster.ClusterUserAction.PrepareForShutdown$
class PrepareForShutdown$ extends Object implements Serializable -
Class org.apache.pekko.cluster.CoordinatedShutdownLeave.LeaveReq$
class LeaveReq$ extends Object implements Serializable -
Class org.apache.pekko.cluster.CrossDcHeartbeatingState$
class CrossDcHeartbeatingState$ extends Object implements Serializable -
Class org.apache.pekko.cluster.CrossDcHeartbeatSender.MonitoringActive
class MonitoringActive extends Object implements Serializable -
Class org.apache.pekko.cluster.CrossDcHeartbeatSender.MonitoringActive$
class MonitoringActive$ extends scala.runtime.AbstractFunction1<org.apache.pekko.cluster.CrossDcHeartbeatingState,org.apache.pekko.cluster.CrossDcHeartbeatSender.MonitoringActive> implements Serializable -
Class org.apache.pekko.cluster.CrossDcHeartbeatSender.MonitoringDormant
class MonitoringDormant extends Object implements Serializable -
Class org.apache.pekko.cluster.CrossDcHeartbeatSender.MonitoringDormant$
class MonitoringDormant$ extends scala.runtime.AbstractFunction0<org.apache.pekko.cluster.CrossDcHeartbeatSender.MonitoringDormant> implements Serializable -
Class org.apache.pekko.cluster.CrossDcHeartbeatSender.ReportStatus
class ReportStatus extends Object implements Serializable -
Class org.apache.pekko.cluster.CrossDcHeartbeatSender.ReportStatus$
class ReportStatus$ extends scala.runtime.AbstractFunction0<org.apache.pekko.cluster.CrossDcHeartbeatSender.ReportStatus> implements Serializable -
Class org.apache.pekko.cluster.Gossip$
class Gossip$ extends Object implements Serializable -
Class org.apache.pekko.cluster.GossipEnvelope$
class GossipEnvelope$ extends Object implements Serializable -
Class org.apache.pekko.cluster.GossipOverview$
class GossipOverview$ extends scala.runtime.AbstractFunction2<scala.collection.immutable.Set<UniqueAddress>,org.apache.pekko.cluster.Reachability, org.apache.pekko.cluster.GossipOverview> implements Serializable -
Class org.apache.pekko.cluster.GossipStats$
-
Class org.apache.pekko.cluster.GossipStatus$
class GossipStatus$ extends scala.runtime.AbstractFunction3<UniqueAddress,VectorClock, byte[], org.apache.pekko.cluster.GossipStatus> implements Serializable -
Class org.apache.pekko.cluster.HeartbeatNodeRing$
class HeartbeatNodeRing$ extends scala.runtime.AbstractFunction4<UniqueAddress,scala.collection.immutable.Set<UniqueAddress>, scala.collection.immutable.Set<UniqueAddress>, Object, org.apache.pekko.cluster.HeartbeatNodeRing> implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberRemovedListener
class AddOnMemberRemovedListener extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberRemovedListener$
class AddOnMemberRemovedListener$ extends scala.runtime.AbstractFunction1<Runnable,InternalClusterAction.AddOnMemberRemovedListener> implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberUpListener
class AddOnMemberUpListener extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberUpListener$
class AddOnMemberUpListener$ extends scala.runtime.AbstractFunction1<Runnable,InternalClusterAction.AddOnMemberUpListener> implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.CompatibleConfig
class CompatibleConfig extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.CompatibleConfig$
class CompatibleConfig$ extends scala.runtime.AbstractFunction1<com.typesafe.config.Config,InternalClusterAction.CompatibleConfig> implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.ConfigCheckUnsupportedByJoiningNode$
class ConfigCheckUnsupportedByJoiningNode$ extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.ExitingCompleted$
class ExitingCompleted$ extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.ExitingConfirmed
class ExitingConfirmed extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.ExitingConfirmed$
class ExitingConfirmed$ extends scala.runtime.AbstractFunction1<UniqueAddress,InternalClusterAction.ExitingConfirmed> implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.GetClusterCoreRef$
class GetClusterCoreRef$ extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.GossipSpeedupTick$
class GossipSpeedupTick$ extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.GossipTick$
class GossipTick$ extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.IncompatibleConfig$
class IncompatibleConfig$ extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.InitJoin
class InitJoin extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.InitJoin$
class InitJoin$ extends scala.runtime.AbstractFunction1<com.typesafe.config.Config,InternalClusterAction.InitJoin> implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck
class InitJoinAck extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck$
class InitJoinAck$ extends scala.runtime.AbstractFunction2<Address,InternalClusterAction.ConfigCheck, InternalClusterAction.InitJoinAck> implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.InitJoinNack
class InitJoinNack extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.InitJoinNack$
class InitJoinNack$ extends scala.runtime.AbstractFunction1<Address,InternalClusterAction.InitJoinNack> implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.Join
class Join extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.Join$
class Join$ extends scala.runtime.AbstractFunction3<UniqueAddress,scala.collection.immutable.Set<String>, Version, InternalClusterAction.Join> implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNode$
class JoinSeedNode$ extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNodes
class JoinSeedNodes extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNodes$
class JoinSeedNodes$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.IndexedSeq<Address>,InternalClusterAction.JoinSeedNodes> implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.LeaderActionsTick$
class LeaderActionsTick$ extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.PublishChanges
class PublishChanges extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.PublishChanges$
class PublishChanges$ extends scala.runtime.AbstractFunction1<org.apache.pekko.cluster.MembershipState,InternalClusterAction.PublishChanges> implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.PublishEvent
class PublishEvent extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.PublishEvent$
class PublishEvent$ extends scala.runtime.AbstractFunction1<ClusterEvent.ClusterDomainEvent,InternalClusterAction.PublishEvent> implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.PublishStatsTick$
class PublishStatsTick$ extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.ReapUnreachableTick$
class ReapUnreachableTick$ extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.SendCurrentClusterState
class SendCurrentClusterState extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.SendCurrentClusterState$
class SendCurrentClusterState$ extends scala.runtime.AbstractFunction1<ActorRef,InternalClusterAction.SendCurrentClusterState> implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.SendGossipTo
class SendGossipTo extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.SendGossipTo$
class SendGossipTo$ extends scala.runtime.AbstractFunction1<Address,InternalClusterAction.SendGossipTo> implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.Subscribe
class Subscribe extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.Subscribe$
class Subscribe$ extends scala.runtime.AbstractFunction3<ActorRef,ClusterEvent.SubscriptionInitialStateMode, scala.collection.immutable.Set<Class<?>>, InternalClusterAction.Subscribe> implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.UncheckedConfig$
class UncheckedConfig$ extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe
class Unsubscribe extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe$
class Unsubscribe$ extends scala.runtime.AbstractFunction2<ActorRef,scala.Option<Class<?>>, InternalClusterAction.Unsubscribe> implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.Welcome
class Welcome extends Object implements Serializable -
Class org.apache.pekko.cluster.InternalClusterAction.Welcome$
class Welcome$ extends scala.runtime.AbstractFunction2<UniqueAddress,org.apache.pekko.cluster.Gossip, InternalClusterAction.Welcome> implements Serializable -
Class org.apache.pekko.cluster.Invalid
class Invalid extends Object implements Serializable -
Class org.apache.pekko.cluster.Invalid$
class Invalid$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Seq<String>,Invalid> implements Serializable -
Class org.apache.pekko.cluster.Member
class Member extends Object implements Serializable -
Class org.apache.pekko.cluster.Member$
class Member$ extends Object implements Serializable -
Class org.apache.pekko.cluster.MembershipState$
class MembershipState$ extends Object implements Serializable -
Class org.apache.pekko.cluster.MemberStatus.Down$
class Down$ extends MemberStatus implements Serializable -
Class org.apache.pekko.cluster.MemberStatus.Exiting$
class Exiting$ extends MemberStatus implements Serializable -
Class org.apache.pekko.cluster.MemberStatus.Joining$
class Joining$ extends MemberStatus implements Serializable -
Class org.apache.pekko.cluster.MemberStatus.Leaving$
class Leaving$ extends MemberStatus implements Serializable -
Class org.apache.pekko.cluster.MemberStatus.PreparingForShutdown$
class PreparingForShutdown$ extends MemberStatus implements Serializable -
Class org.apache.pekko.cluster.MemberStatus.ReadyForShutdown$
class ReadyForShutdown$ extends MemberStatus implements Serializable -
Class org.apache.pekko.cluster.MemberStatus.Removed$
class Removed$ extends MemberStatus implements Serializable -
Class org.apache.pekko.cluster.MemberStatus.Up$
class Up$ extends MemberStatus implements Serializable -
Class org.apache.pekko.cluster.MemberStatus.WeaklyUp$
class WeaklyUp$ extends MemberStatus implements Serializable -
Class org.apache.pekko.cluster.Reachability.Reachable$
class Reachable$ extends Object implements Serializable -
Class org.apache.pekko.cluster.Reachability.Record
class Record extends Object implements Serializable -
Class org.apache.pekko.cluster.Reachability.Record$
class Record$ extends scala.runtime.AbstractFunction4<UniqueAddress,UniqueAddress, org.apache.pekko.cluster.Reachability.ReachabilityStatus, Object, org.apache.pekko.cluster.Reachability.Record> implements Serializable -
Class org.apache.pekko.cluster.Reachability.Terminated$
class Terminated$ extends Object implements Serializable -
Class org.apache.pekko.cluster.Reachability.Unreachable$
class Unreachable$ extends Object implements Serializable -
Class org.apache.pekko.cluster.Reachability$
class Reachability$ extends Object implements Serializable -
Class org.apache.pekko.cluster.UniqueAddress
class UniqueAddress extends Object implements Serializable -
Class org.apache.pekko.cluster.UniqueAddress$
class UniqueAddress$ extends scala.runtime.AbstractFunction2<Address,Object, UniqueAddress> implements Serializable -
Class org.apache.pekko.cluster.Valid$
class Valid$ extends Object implements Serializable -
Class org.apache.pekko.cluster.VectorClock
class VectorClock extends Object implements Serializable -
Class org.apache.pekko.cluster.VectorClock.After$
class After$ extends Object implements Serializable -
Class org.apache.pekko.cluster.VectorClock.Before$
class Before$ extends Object implements Serializable -
Class org.apache.pekko.cluster.VectorClock.Concurrent$
class Concurrent$ extends Object implements Serializable -
Class org.apache.pekko.cluster.VectorClock.Same$
class Same$ extends Object implements Serializable -
Class org.apache.pekko.cluster.VectorClock$
class VectorClock$ extends Object implements Serializable -
Class org.apache.pekko.cluster.VectorClockStats$
class VectorClockStats$ extends scala.runtime.AbstractFunction2<Object,Object, org.apache.pekko.cluster.VectorClockStats> implements Serializable
-
-
Package org.apache.pekko.cluster.client
-
Class org.apache.pekko.cluster.client.ClusterClient.Internal$.HeartbeatTick$
class HeartbeatTick$ extends Object implements Serializable -
Class org.apache.pekko.cluster.client.ClusterClient.Internal$.ReconnectTimeout$
class ReconnectTimeout$ extends Object implements Serializable -
Class org.apache.pekko.cluster.client.ClusterClient.Internal$.RefreshContactsTick$
class RefreshContactsTick$ extends Object implements Serializable -
Class org.apache.pekko.cluster.client.ClusterClient.Publish
class Publish extends Object implements Serializable -
Class org.apache.pekko.cluster.client.ClusterClient.Publish$
class Publish$ extends scala.runtime.AbstractFunction2<String,Object, ClusterClient.Publish> implements Serializable -
Class org.apache.pekko.cluster.client.ClusterClient.Send
class Send extends Object implements Serializable -
Class org.apache.pekko.cluster.client.ClusterClient.Send$
class Send$ extends scala.runtime.AbstractFunction3<String,Object, Object, ClusterClient.Send> implements Serializable -
Class org.apache.pekko.cluster.client.ClusterClient.SendToAll
class SendToAll extends Object implements Serializable -
Class org.apache.pekko.cluster.client.ClusterClient.SendToAll$
class SendToAll$ extends scala.runtime.AbstractFunction2<String,Object, ClusterClient.SendToAll> implements Serializable -
Class org.apache.pekko.cluster.client.ClusterClient$Internal$HeartbeatTick$
class ClusterClient$Internal$HeartbeatTick$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.client.ClusterClient$Internal$ReconnectTimeout$
class ClusterClient$Internal$ReconnectTimeout$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.client.ClusterClient$Internal$RefreshContactsTick$
class ClusterClient$Internal$RefreshContactsTick$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.client.ClusterClients
class ClusterClients extends Object implements Serializable -
Class org.apache.pekko.cluster.client.ClusterClients$
class ClusterClients$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Set<ActorRef>,ClusterClients> implements Serializable -
Class org.apache.pekko.cluster.client.ClusterClientUnreachable
class ClusterClientUnreachable extends Object implements Serializable -
Class org.apache.pekko.cluster.client.ClusterClientUnreachable$
class ClusterClientUnreachable$ extends scala.runtime.AbstractFunction1<ActorRef,ClusterClientUnreachable> implements Serializable -
Class org.apache.pekko.cluster.client.ClusterClientUp
class ClusterClientUp extends Object implements Serializable -
Class org.apache.pekko.cluster.client.ClusterClientUp$
class ClusterClientUp$ extends scala.runtime.AbstractFunction1<ActorRef,ClusterClientUp> implements Serializable -
Class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines$
class CheckDeadlines$ extends Object implements Serializable -
Class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts
class Contacts extends Object implements Serializable -
Class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts$
class Contacts$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.IndexedSeq<String>,org.apache.pekko.cluster.client.ClusterReceptionist.Internal.Contacts> implements Serializable -
Class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.GetContacts$
class GetContacts$ extends Object implements Serializable -
Class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Heartbeat$
class Heartbeat$ extends Object implements Serializable -
Class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.HeartbeatRsp$
class HeartbeatRsp$ extends Object implements Serializable -
Class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Ping$
class Ping$ extends Object implements Serializable -
Class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ReceptionistShutdown$
class ReceptionistShutdown$ extends Object implements Serializable -
Class org.apache.pekko.cluster.client.ClusterReceptionist$Internal$CheckDeadlines$
class ClusterReceptionist$Internal$CheckDeadlines$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.client.ClusterReceptionist$Internal$Contacts
class ClusterReceptionist$Internal$Contacts extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contactPoints
scala.collection.immutable.IndexedSeq<String> contactPoints
-
-
Class org.apache.pekko.cluster.client.ClusterReceptionist$Internal$Contacts$
class ClusterReceptionist$Internal$Contacts$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.IndexedSeq<String>,org.apache.pekko.cluster.client.ClusterReceptionist$Internal$Contacts> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.client.ClusterReceptionist$Internal$GetContacts$
class ClusterReceptionist$Internal$GetContacts$ extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
-
-
Class org.apache.pekko.cluster.client.ClusterReceptionist$Internal$Heartbeat$
class ClusterReceptionist$Internal$Heartbeat$ extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
-
-
Class org.apache.pekko.cluster.client.ClusterReceptionist$Internal$HeartbeatRsp$
class ClusterReceptionist$Internal$HeartbeatRsp$ extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
-
-
Class org.apache.pekko.cluster.client.ClusterReceptionist$Internal$Ping$
class ClusterReceptionist$Internal$Ping$ extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
-
-
Class org.apache.pekko.cluster.client.ClusterReceptionist$Internal$ReceptionistShutdown$
class ClusterReceptionist$Internal$ReceptionistShutdown$ extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
-
-
Class org.apache.pekko.cluster.client.ContactPointAdded
class ContactPointAdded extends Object implements Serializable -
Class org.apache.pekko.cluster.client.ContactPointAdded$
class ContactPointAdded$ extends scala.runtime.AbstractFunction1<ActorPath,ContactPointAdded> implements Serializable -
Class org.apache.pekko.cluster.client.ContactPointRemoved
class ContactPointRemoved extends Object implements Serializable -
Class org.apache.pekko.cluster.client.ContactPointRemoved$
class ContactPointRemoved$ extends scala.runtime.AbstractFunction1<ActorPath,ContactPointRemoved> implements Serializable -
Class org.apache.pekko.cluster.client.ContactPoints
class ContactPoints extends Object implements Serializable -
Class org.apache.pekko.cluster.client.ContactPoints$
class ContactPoints$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Set<ActorPath>,ContactPoints> implements Serializable -
Class org.apache.pekko.cluster.client.GetClusterClients$
class GetClusterClients$ extends GetClusterClients implements Serializable -
Class org.apache.pekko.cluster.client.GetContactPoints$
class GetContactPoints$ extends GetContactPoints implements Serializable -
Class org.apache.pekko.cluster.client.SubscribeClusterClients$
class SubscribeClusterClients$ extends SubscribeClusterClients implements Serializable -
Class org.apache.pekko.cluster.client.SubscribeContactPoints$
class SubscribeContactPoints$ extends SubscribeContactPoints implements Serializable -
Class org.apache.pekko.cluster.client.UnsubscribeClusterClients$
class UnsubscribeClusterClients$ extends UnsubscribeClusterClients implements Serializable -
Class org.apache.pekko.cluster.client.UnsubscribeContactPoints$
class UnsubscribeContactPoints$ extends UnsubscribeContactPoints implements Serializable
-
-
Package org.apache.pekko.cluster.client.protobuf.msg
-
Class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
class Contacts extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
contactPoints_
org.apache.pekko.protobufv3.internal.LazyStringArrayList contactPoints_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
-
Package org.apache.pekko.cluster.ddata
-
Class org.apache.pekko.cluster.ddata.DurableStore.DurableDataEnvelope
class DurableDataEnvelope extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.DurableStore.LoadAll$
class LoadAll$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.DurableStore.LoadAllCompleted$
class LoadAllCompleted$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.DurableStore.LoadData
class LoadData extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.DurableStore.LoadData$
class LoadData$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Map<String,DurableStore.DurableDataEnvelope>, DurableStore.LoadData> implements Serializable -
Exception org.apache.pekko.cluster.ddata.DurableStore.LoadFailed
class LoadFailed extends RuntimeException implements Serializable -
Class org.apache.pekko.cluster.ddata.DurableStore.Store
class Store extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.DurableStore.Store$
class Store$ extends scala.runtime.AbstractFunction3<String,DurableStore.DurableDataEnvelope, scala.Option<DurableStore.StoreReply>, DurableStore.Store> implements Serializable -
Class org.apache.pekko.cluster.ddata.DurableStore.StoreReply
class StoreReply extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.DurableStore.StoreReply$
class StoreReply$ extends scala.runtime.AbstractFunction3<Object,Object, ActorRef, DurableStore.StoreReply> implements Serializable -
Class org.apache.pekko.cluster.ddata.Flag
class Flag extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Flag$
class Flag$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.FlagKey
-
Class org.apache.pekko.cluster.ddata.FlagKey$
class FlagKey$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.GCounter
class GCounter extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.GCounter$
class GCounter$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.GCounterKey
-
Class org.apache.pekko.cluster.ddata.GCounterKey$
class GCounterKey$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.GSet
class GSet extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.GSet$
class GSet$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.GSetKey
-
Class org.apache.pekko.cluster.ddata.GSetKey$
class GSetKey$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Key
class Key extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Key$
class Key$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.LWWMap
class LWWMap extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.LWWMap.LWWMapTag$
class LWWMapTag$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.LWWMap$
class LWWMap$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.LWWMapKey
-
Class org.apache.pekko.cluster.ddata.LWWMapKey$
class LWWMapKey$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.LWWRegister
class LWWRegister extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.LWWRegister$
class LWWRegister$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.LWWRegisterKey
-
Class org.apache.pekko.cluster.ddata.LWWRegisterKey$
class LWWRegisterKey$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.ManyVersionVector
class ManyVersionVector extends VersionVector implements Serializable -
Class org.apache.pekko.cluster.ddata.ManyVersionVector$
class ManyVersionVector$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.TreeMap<UniqueAddress,Object>, ManyVersionVector> implements Serializable -
Class org.apache.pekko.cluster.ddata.OneVersionVector
class OneVersionVector extends VersionVector implements Serializable -
Class org.apache.pekko.cluster.ddata.OneVersionVector$
class OneVersionVector$ extends scala.runtime.AbstractFunction2<UniqueAddress,Object, OneVersionVector> implements Serializable -
Class org.apache.pekko.cluster.ddata.ORMap
class ORMap extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.ORMap.DeltaGroup$
class DeltaGroup$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.ORMap.PutDeltaOp$
class PutDeltaOp$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.ORMap.RemoveDeltaOp$
class RemoveDeltaOp$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.ORMap.RemoveKeyDeltaOp$
class RemoveKeyDeltaOp$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.ORMap.UpdateDeltaOp$
class UpdateDeltaOp$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.ORMap.VanillaORMapTag$
class VanillaORMapTag$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.ORMap$
class ORMap$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.ORMapKey
-
Class org.apache.pekko.cluster.ddata.ORMapKey$
class ORMapKey$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.ORMultiMap
class ORMultiMap extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapTag$
class ORMultiMapTag$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapWithValueDeltasTag$
class ORMultiMapWithValueDeltasTag$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.ORMultiMap$
class ORMultiMap$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.ORMultiMapKey
-
Class org.apache.pekko.cluster.ddata.ORMultiMapKey$
class ORMultiMapKey$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.ORSet
class ORSet extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.ORSet.AddDeltaOp$
class AddDeltaOp$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.ORSet.DeltaGroup$
class DeltaGroup$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.ORSet.FullStateDeltaOp$
class FullStateDeltaOp$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.ORSet.RemoveDeltaOp$
class RemoveDeltaOp$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.ORSet$
class ORSet$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.ORSetKey
-
Class org.apache.pekko.cluster.ddata.ORSetKey$
class ORSetKey$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.PNCounter
class PNCounter extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.PNCounter$
class PNCounter$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.PNCounterKey
-
Class org.apache.pekko.cluster.ddata.PNCounterKey$
class PNCounterKey$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.PNCounterMap
class PNCounterMap extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.PNCounterMap.PNCounterMapTag$
class PNCounterMapTag$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.PNCounterMap$
class PNCounterMap$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.PNCounterMapKey
-
Class org.apache.pekko.cluster.ddata.PNCounterMapKey$
class PNCounterMapKey$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized
class PruningInitialized extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized$
class PruningInitialized$ extends scala.runtime.AbstractFunction2<UniqueAddress,scala.collection.immutable.Set<Address>, PruningState.PruningInitialized> implements Serializable -
Class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed
class PruningPerformed extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed$
class PruningPerformed$ extends scala.runtime.AbstractFunction1<Object,PruningState.PruningPerformed> implements Serializable -
Class org.apache.pekko.cluster.ddata.ReadWriteAggregator.SendToSecondary$
class SendToSecondary$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Changed
class Changed extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Changed$
class Changed$ extends Object implements Serializable -
Exception org.apache.pekko.cluster.ddata.Replicator.DataDeleted
class DataDeleted extends RuntimeException implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.DataDeleted$
class DataDeleted$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Delete
class Delete extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Delete$
class Delete$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Deleted
class Deleted extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Deleted$
class Deleted$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess
class DeleteSuccess extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess$
class DeleteSuccess$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.FlushChanges$
class FlushChanges$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Get
class Get extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Get$
class Get$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted
class GetDataDeleted extends Replicator.GetResponse<A extends ReplicatedData> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted$
class GetDataDeleted$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.GetFailure
-
Class org.apache.pekko.cluster.ddata.Replicator.GetFailure$
class GetFailure$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.GetKeyIds$
class GetKeyIds$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.GetKeyIdsResult$
class GetKeyIdsResult$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Set<String>,org.apache.pekko.cluster.ddata.Replicator.GetKeyIdsResult> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.GetReplicaCount$
class GetReplicaCount$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.GetSuccess
-
Class org.apache.pekko.cluster.ddata.Replicator.GetSuccess$
class GetSuccess$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.ClockTick$
class ClockTick$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
class DataEnvelope extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope$
class DataEnvelope$ extends scala.runtime.AbstractFunction3<ReplicatedData,scala.collection.immutable.Map<UniqueAddress, PruningState>, VersionVector, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData$
class DeletedData$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta
class Delta extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta$
class Delta$ extends scala.runtime.AbstractFunction3<org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope,Object, Object, org.apache.pekko.cluster.ddata.Replicator.Internal.Delta> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaNack$
class DeltaNack$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
class DeltaPropagation extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation$
class DeltaPropagation$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagationTick$
class DeltaPropagationTick$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
class Gossip extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip$
class Gossip$ extends scala.runtime.AbstractFunction4<scala.collection.immutable.Map<String,org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope>, Object, scala.Option<Object>, scala.Option<Object>, org.apache.pekko.cluster.ddata.Replicator.Internal.Gossip> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.GossipTick$
class GossipTick$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read
class Read extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read$
class Read$ extends scala.runtime.AbstractFunction2<String,scala.Option<UniqueAddress>, org.apache.pekko.cluster.ddata.Replicator.Internal.Read> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair
class ReadRepair extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair$
class ReadRepair$ extends scala.runtime.AbstractFunction2<String,org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope, org.apache.pekko.cluster.ddata.Replicator.Internal.ReadRepair> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepairAck$
class ReadRepairAck$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult
class ReadResult extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult$
class ReadResult$ extends scala.runtime.AbstractFunction1<scala.Option<org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope>,org.apache.pekko.cluster.ddata.Replicator.Internal.ReadResult> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.RemovedNodePruningTick$
class RemovedNodePruningTick$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
class Status extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status$
class Status$ extends scala.runtime.AbstractFunction5<scala.collection.immutable.Map<String,ByteString>, Object, Object, scala.Option<Object>, scala.Option<Object>, org.apache.pekko.cluster.ddata.Replicator.Internal.Status> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip
class TestFullStateGossip extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip$
class TestFullStateGossip$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.cluster.ddata.Replicator.Internal.TestFullStateGossip> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write
class Write extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write$
class Write$ extends scala.runtime.AbstractFunction3<String,org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope, scala.Option<UniqueAddress>, org.apache.pekko.cluster.ddata.Replicator.Internal.Write> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteAck$
class WriteAck$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteNack$
class WriteNack$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure
class ModifyFailure extends Replicator.UpdateFailure<A extends ReplicatedData> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure$
class ModifyFailure$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.NotFound
-
Class org.apache.pekko.cluster.ddata.Replicator.NotFound$
class NotFound$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.ReadAll
class ReadAll extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.ReadAll$
class ReadAll$ extends scala.runtime.AbstractFunction1<scala.concurrent.duration.FiniteDuration,Replicator.ReadAll> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.ReadFrom
class ReadFrom extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.ReadFrom$
class ReadFrom$ extends scala.runtime.AbstractFunction2<Object,scala.concurrent.duration.FiniteDuration, Replicator.ReadFrom> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.ReadLocal$
class ReadLocal$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.ReadMajority
class ReadMajority extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.ReadMajority$
class ReadMajority$ extends scala.runtime.AbstractFunction2<scala.concurrent.duration.FiniteDuration,Object, Replicator.ReadMajority> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus
class ReadMajorityPlus extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus$
class ReadMajorityPlus$ extends scala.runtime.AbstractFunction3<scala.concurrent.duration.FiniteDuration,Object, Object, Replicator.ReadMajorityPlus> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.ReplicaCount
class ReplicaCount extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.ReplicaCount$
class ReplicaCount$ extends scala.runtime.AbstractFunction1<Object,Replicator.ReplicaCount> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure
class ReplicationDeleteFailure extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure$
class ReplicationDeleteFailure$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.StoreFailure
class StoreFailure extends Replicator.UpdateFailure<A extends ReplicatedData> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.StoreFailure$
class StoreFailure$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Subscribe
class Subscribe extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Subscribe$
class Subscribe$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe
class Unsubscribe extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe$
class Unsubscribe$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Update
class Update extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.Update$
class Update$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted
class UpdateDataDeleted extends Replicator.UpdateResponse<A extends ReplicatedData> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted$
class UpdateDataDeleted$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess
class UpdateSuccess extends Replicator.UpdateResponse<A extends ReplicatedData> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess$
class UpdateSuccess$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout
class UpdateTimeout extends Replicator.UpdateFailure<A extends ReplicatedData> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout$
class UpdateTimeout$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.WriteAll
class WriteAll extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.WriteAll$
class WriteAll$ extends scala.runtime.AbstractFunction1<scala.concurrent.duration.FiniteDuration,Replicator.WriteAll> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.WriteLocal$
class WriteLocal$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.WriteMajority
class WriteMajority extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.WriteMajority$
class WriteMajority$ extends scala.runtime.AbstractFunction2<scala.concurrent.duration.FiniteDuration,Object, Replicator.WriteMajority> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus
class WriteMajorityPlus extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus$
class WriteMajorityPlus$ extends scala.runtime.AbstractFunction3<scala.concurrent.duration.FiniteDuration,Object, Object, Replicator.WriteMajorityPlus> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.WriteTo
class WriteTo extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator.WriteTo$
class WriteTo$ extends scala.runtime.AbstractFunction2<Object,scala.concurrent.duration.FiniteDuration, Replicator.WriteTo> implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator$Internal$ClockTick$
class Replicator$Internal$ClockTick$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$DataEnvelope
class Replicator$Internal$DataEnvelope extends Object implements Serializable-
Serialized Fields
-
data
ReplicatedData data
-
deltaVersions
VersionVector deltaVersions
-
pruning
scala.collection.immutable.Map<UniqueAddress,
PruningState> pruning
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$DataEnvelope$
class Replicator$Internal$DataEnvelope$ extends scala.runtime.AbstractFunction3<ReplicatedData,scala.collection.immutable.Map<UniqueAddress, PruningState>, VersionVector, org.apache.pekko.cluster.ddata.Replicator$Internal$DataEnvelope> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$DeletedData$
class Replicator$Internal$DeletedData$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$Delta
class Replicator$Internal$Delta extends Object implements Serializable-
Serialized Fields
-
dataEnvelope
org.apache.pekko.cluster.ddata.Replicator$Internal$DataEnvelope dataEnvelope
-
fromSeqNr
long fromSeqNr
-
toSeqNr
long toSeqNr
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$Delta$
class Replicator$Internal$Delta$ extends scala.runtime.AbstractFunction3<org.apache.pekko.cluster.ddata.Replicator$Internal$DataEnvelope,Object, Object, org.apache.pekko.cluster.ddata.Replicator$Internal$Delta> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$DeltaNack$
class Replicator$Internal$DeltaNack$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$DeltaPropagation
class Replicator$Internal$DeltaPropagation extends Object implements Serializable-
Serialized Fields
-
_fromNode
UniqueAddress _fromNode
-
deltas
scala.collection.immutable.Map<String,
org.apache.pekko.cluster.ddata.Replicator$Internal$Delta> deltas -
reply
boolean reply
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$DeltaPropagation$
class Replicator$Internal$DeltaPropagation$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$DeltaPropagationTick$
class Replicator$Internal$DeltaPropagationTick$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$Gossip
class Replicator$Internal$Gossip extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.Replicator$Internal$Gossip$
class Replicator$Internal$Gossip$ extends scala.runtime.AbstractFunction4<scala.collection.immutable.Map<String,org.apache.pekko.cluster.ddata.Replicator$Internal$DataEnvelope>, Object, scala.Option<Object>, scala.Option<Object>, org.apache.pekko.cluster.ddata.Replicator$Internal$Gossip> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$GossipTick$
class Replicator$Internal$GossipTick$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$Read
class Replicator$Internal$Read extends Object implements Serializable-
Serialized Fields
-
fromNode
scala.Option<UniqueAddress> fromNode
-
key
String key
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$Read$
class Replicator$Internal$Read$ extends scala.runtime.AbstractFunction2<String,scala.Option<UniqueAddress>, org.apache.pekko.cluster.ddata.Replicator$Internal$Read> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$ReadRepair
class Replicator$Internal$ReadRepair extends Object implements Serializable-
Serialized Fields
-
envelope
org.apache.pekko.cluster.ddata.Replicator$Internal$DataEnvelope envelope
-
key
String key
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$ReadRepair$
class Replicator$Internal$ReadRepair$ extends scala.runtime.AbstractFunction2<String,org.apache.pekko.cluster.ddata.Replicator$Internal$DataEnvelope, org.apache.pekko.cluster.ddata.Replicator$Internal$ReadRepair> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$ReadRepairAck$
class Replicator$Internal$ReadRepairAck$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$ReadResult
class Replicator$Internal$ReadResult extends Object implements Serializable-
Serialized Fields
-
envelope
scala.Option<org.apache.pekko.cluster.ddata.Replicator$Internal$DataEnvelope> envelope
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$ReadResult$
class Replicator$Internal$ReadResult$ extends scala.runtime.AbstractFunction1<scala.Option<org.apache.pekko.cluster.ddata.Replicator$Internal$DataEnvelope>,org.apache.pekko.cluster.ddata.Replicator$Internal$ReadResult> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$RemovedNodePruningTick$
class Replicator$Internal$RemovedNodePruningTick$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$Status
class Replicator$Internal$Status extends Object implements Serializable-
Serialized Fields
-
chunk
int chunk
-
digests
scala.collection.immutable.Map<String,
ByteString> digests -
fromSystemUid
scala.Option<Object> fromSystemUid
-
toSystemUid
scala.Option<Object> toSystemUid
-
totChunks
int totChunks
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$Status$
class Replicator$Internal$Status$ extends scala.runtime.AbstractFunction5<scala.collection.immutable.Map<String,ByteString>, Object, Object, scala.Option<Object>, scala.Option<Object>, org.apache.pekko.cluster.ddata.Replicator$Internal$Status> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$TestFullStateGossip
class Replicator$Internal$TestFullStateGossip extends Object implements Serializable-
Serialized Fields
-
enabled
boolean enabled
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$TestFullStateGossip$
class Replicator$Internal$TestFullStateGossip$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.cluster.ddata.Replicator$Internal$TestFullStateGossip> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$Write
class Replicator$Internal$Write extends Object implements Serializable-
Serialized Fields
-
envelope
org.apache.pekko.cluster.ddata.Replicator$Internal$DataEnvelope envelope
-
fromNode
scala.Option<UniqueAddress> fromNode
-
key
String key
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$Write$
class Replicator$Internal$Write$ extends scala.runtime.AbstractFunction3<String,org.apache.pekko.cluster.ddata.Replicator$Internal$DataEnvelope, scala.Option<UniqueAddress>, org.apache.pekko.cluster.ddata.Replicator$Internal$Write> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$WriteAck$
class Replicator$Internal$WriteAck$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.ddata.Replicator$Internal$WriteNack$
class Replicator$Internal$WriteNack$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.ddata.SelfUniqueAddress
class SelfUniqueAddress extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.SelfUniqueAddress$
class SelfUniqueAddress$ extends scala.runtime.AbstractFunction1<UniqueAddress,SelfUniqueAddress> implements Serializable -
Class org.apache.pekko.cluster.ddata.VersionVector
class VersionVector extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.VersionVector.After$
class After$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.VersionVector.Before$
class Before$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.VersionVector.Concurrent$
class Concurrent$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.VersionVector.Same$
class Same$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.VersionVector$
class VersionVector$ extends Object implements Serializable
-
-
Package org.apache.pekko.cluster.ddata.protobuf.msg
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
class Flag extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
enabled_
boolean enabled_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
class GCounter extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
entries_
List<ReplicatedDataMessages.GCounter.Entry> entries_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
class Entry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
node_
ReplicatorMessages.UniqueAddress node_
-
value_
org.apache.pekko.protobufv3.internal.ByteString value_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
class GSet extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
actorRefElements_
org.apache.pekko.protobufv3.internal.LazyStringArrayList actorRefElements_
-
intElements_
org.apache.pekko.protobufv3.internal.Internal.IntList intElements_
-
intElementsMemoizedSerializedSize
int intElementsMemoizedSerializedSize
-
longElements_
org.apache.pekko.protobufv3.internal.Internal.LongList longElements_
-
longElementsMemoizedSerializedSize
int longElementsMemoizedSerializedSize
-
memoizedIsInitialized
byte memoizedIsInitialized
-
otherElements_
List<ReplicatorMessages.OtherMessage> otherElements_
-
stringElements_
org.apache.pekko.protobufv3.internal.LazyStringArrayList stringElements_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
class LWWMap extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
entries_
List<ReplicatedDataMessages.LWWMap.Entry> entries_
-
keys_
ReplicatedDataMessages.ORSet keys_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
class Entry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
intKey_
int intKey_
-
longKey_
long longKey_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
otherKey_
ReplicatorMessages.OtherMessage otherKey_
-
stringKey_
Object stringKey_
-
value_
ReplicatedDataMessages.LWWRegister value_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
class LWWRegister extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
node_
ReplicatorMessages.UniqueAddress node_
-
state_
ReplicatorMessages.OtherMessage state_
-
timestamp_
long timestamp_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
class ORMap extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
entries_
List<ReplicatedDataMessages.ORMap.Entry> entries_
-
keys_
ReplicatedDataMessages.ORSet keys_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
class Entry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
intKey_
int intKey_
-
longKey_
long longKey_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
otherKey_
ReplicatorMessages.OtherMessage otherKey_
-
stringKey_
Object stringKey_
-
value_
ReplicatorMessages.OtherMessage value_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
class ORMapDeltaGroup extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
entries_
List<ReplicatedDataMessages.ORMapDeltaGroup.Entry> entries_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
class Entry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
entryData_
List<ReplicatedDataMessages.ORMapDeltaGroup.MapEntry> entryData_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
operation_
int operation_
-
underlying_
ReplicatedDataMessages.ORSet underlying_
-
zeroTag_
int zeroTag_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
class MapEntry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
intKey_
int intKey_
-
longKey_
long longKey_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
otherKey_
ReplicatorMessages.OtherMessage otherKey_
-
stringKey_
Object stringKey_
-
value_
ReplicatorMessages.OtherMessage value_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
class ORMultiMap extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
entries_
List<ReplicatedDataMessages.ORMultiMap.Entry> entries_
-
keys_
ReplicatedDataMessages.ORSet keys_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
withValueDeltas_
boolean withValueDeltas_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
class Entry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
intKey_
int intKey_
-
longKey_
long longKey_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
otherKey_
ReplicatorMessages.OtherMessage otherKey_
-
stringKey_
Object stringKey_
-
value_
ReplicatedDataMessages.ORSet value_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
class ORSet extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
actorRefElements_
org.apache.pekko.protobufv3.internal.LazyStringArrayList actorRefElements_
-
bitField0_
int bitField0_
-
dots_
List<ReplicatorMessages.VersionVector> dots_
-
intElements_
org.apache.pekko.protobufv3.internal.Internal.IntList intElements_
-
intElementsMemoizedSerializedSize
int intElementsMemoizedSerializedSize
-
longElements_
org.apache.pekko.protobufv3.internal.Internal.LongList longElements_
-
longElementsMemoizedSerializedSize
int longElementsMemoizedSerializedSize
-
memoizedIsInitialized
byte memoizedIsInitialized
-
otherElements_
List<ReplicatorMessages.OtherMessage> otherElements_
-
stringElements_
org.apache.pekko.protobufv3.internal.LazyStringArrayList stringElements_
-
vvector_
ReplicatorMessages.VersionVector vvector_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
class ORSetDeltaGroup extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
entries_
List<ReplicatedDataMessages.ORSetDeltaGroup.Entry> entries_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
class Entry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
operation_
int operation_
-
underlying_
ReplicatedDataMessages.ORSet underlying_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
class PNCounter extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
decrements_
ReplicatedDataMessages.GCounter decrements_
-
increments_
ReplicatedDataMessages.GCounter increments_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
class PNCounterMap extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
entries_
List<ReplicatedDataMessages.PNCounterMap.Entry> entries_
-
keys_
ReplicatedDataMessages.ORSet keys_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
class Entry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
intKey_
int intKey_
-
longKey_
long longKey_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
otherKey_
ReplicatorMessages.OtherMessage otherKey_
-
stringKey_
Object stringKey_
-
value_
ReplicatedDataMessages.PNCounter value_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
class Address extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
hostname_
Object hostname_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
port_
int port_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
class Changed extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
data_
ReplicatorMessages.OtherMessage data_
-
key_
ReplicatorMessages.OtherMessage key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
class DataEnvelope extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
data_
ReplicatorMessages.OtherMessage data_
-
deltaVersions_
ReplicatorMessages.VersionVector deltaVersions_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
pruning_
List<ReplicatorMessages.DataEnvelope.PruningEntry> pruning_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
class PruningEntry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
obsoleteTime_
long obsoleteTime_
-
ownerAddress_
ReplicatorMessages.UniqueAddress ownerAddress_
-
performed_
boolean performed_
-
removedAddress_
ReplicatorMessages.UniqueAddress removedAddress_
-
seen_
List<ReplicatorMessages.Address> seen_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
class DeltaPropagation extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
entries_
List<ReplicatorMessages.DeltaPropagation.Entry> entries_
-
fromNode_
ReplicatorMessages.UniqueAddress fromNode_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
reply_
boolean reply_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
class Entry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
envelope_
ReplicatorMessages.DataEnvelope envelope_
-
fromSeqNr_
long fromSeqNr_
-
key_
Object key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
toSeqNr_
long toSeqNr_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
class DurableDataEnvelope extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
data_
ReplicatorMessages.OtherMessage data_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
pruning_
List<ReplicatorMessages.DataEnvelope.PruningEntry> pruning_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
class Empty extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
class Get extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
consistency_
int consistency_
-
consistencyAdditional_
int consistencyAdditional_
-
consistencyMinCap_
int consistencyMinCap_
-
key_
ReplicatorMessages.OtherMessage key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
request_
ReplicatorMessages.OtherMessage request_
-
timeout_
int timeout_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
class GetFailure extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
key_
ReplicatorMessages.OtherMessage key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
request_
ReplicatorMessages.OtherMessage request_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
class GetSuccess extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
data_
ReplicatorMessages.OtherMessage data_
-
key_
ReplicatorMessages.OtherMessage key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
request_
ReplicatorMessages.OtherMessage request_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
class Gossip extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
entries_
List<ReplicatorMessages.Gossip.Entry> entries_
-
fromSystemUid_
long fromSystemUid_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
sendBack_
boolean sendBack_
-
toSystemUid_
long toSystemUid_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
class Entry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
envelope_
ReplicatorMessages.DataEnvelope envelope_
-
key_
Object key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
class NotFound extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
key_
ReplicatorMessages.OtherMessage key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
request_
ReplicatorMessages.OtherMessage request_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
class OtherMessage extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
enclosedMessage_
org.apache.pekko.protobufv3.internal.ByteString enclosedMessage_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
messageManifest_
org.apache.pekko.protobufv3.internal.ByteString messageManifest_
-
serializerId_
int serializerId_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
class Read extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
fromNode_
ReplicatorMessages.UniqueAddress fromNode_
-
key_
Object key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
class ReadResult extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
envelope_
ReplicatorMessages.DataEnvelope envelope_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
class Status extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
chunk_
int chunk_
-
entries_
List<ReplicatorMessages.Status.Entry> entries_
-
fromSystemUid_
long fromSystemUid_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
toSystemUid_
long toSystemUid_
-
totChunks_
int totChunks_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
class Entry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
digest_
org.apache.pekko.protobufv3.internal.ByteString digest_
-
key_
Object key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
class StringGSet extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
elements_
org.apache.pekko.protobufv3.internal.LazyStringArrayList elements_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
class Subscribe extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
key_
ReplicatorMessages.OtherMessage key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
ref_
Object ref_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
class UniqueAddress extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
address_
ReplicatorMessages.Address address_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
uid_
int uid_
-
uid2_
int uid2_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
class Unsubscribe extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
key_
ReplicatorMessages.OtherMessage key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
ref_
Object ref_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
class VersionVector extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
entries_
List<ReplicatorMessages.VersionVector.Entry> entries_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
class Entry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
node_
ReplicatorMessages.UniqueAddress node_
-
version_
long version_
-
-
Class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
class Write extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
envelope_
ReplicatorMessages.DataEnvelope envelope_
-
fromNode_
ReplicatorMessages.UniqueAddress fromNode_
-
key_
Object key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
-
Package org.apache.pekko.cluster.ddata.typed.javadsl
-
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed
class Changed extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed$
class Changed$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DataDeleted
class DataDeleted extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DataDeleted$
class DataDeleted$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete
class Delete extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete$
class Delete$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Deleted
class Deleted extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Deleted$
class Deleted$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteFailure
class DeleteFailure extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteFailure$
class DeleteFailure$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteSuccess
class DeleteSuccess extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteSuccess$
class DeleteSuccess$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.FlushChanges$
class FlushChanges$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get
class Get extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get$
class Get$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetDataDeleted
class GetDataDeleted extends Replicator.GetResponse<A extends ReplicatedData> implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetDataDeleted$
class GetDataDeleted$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetFailure
-
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetFailure$
class GetFailure$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetReplicaCount
class GetReplicaCount extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetReplicaCount$
class GetReplicaCount$ extends scala.runtime.AbstractFunction1<ActorRef<Replicator.ReplicaCount>,Replicator.GetReplicaCount> implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess
-
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess$
class GetSuccess$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure
class ModifyFailure extends Replicator.UpdateFailure<A extends ReplicatedData> implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure$
class ModifyFailure$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.NotFound
-
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.NotFound$
class NotFound$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadAll
class ReadAll extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadAll$
class ReadAll$ extends scala.runtime.AbstractFunction1<Duration,Replicator.ReadAll> implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom
class ReadFrom extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom$
class ReadFrom$ extends scala.runtime.AbstractFunction2<Object,Duration, Replicator.ReadFrom> implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadLocal$
class ReadLocal$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority
class ReadMajority extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority$
class ReadMajority$ extends scala.runtime.AbstractFunction2<Duration,Object, Replicator.ReadMajority> implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReplicaCount
class ReplicaCount extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReplicaCount$
class ReplicaCount$ extends scala.runtime.AbstractFunction1<Object,Replicator.ReplicaCount> implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.StoreFailure
class StoreFailure extends Replicator.UpdateFailure<A extends ReplicatedData> implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.StoreFailure$
class StoreFailure$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe
class Subscribe extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe$
class Subscribe$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe
class Unsubscribe extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe$
class Unsubscribe$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update
class Update extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update$
class Update$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateDataDeleted
class UpdateDataDeleted extends Replicator.UpdateResponse<A extends ReplicatedData> implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateDataDeleted$
class UpdateDataDeleted$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateSuccess
class UpdateSuccess extends Replicator.UpdateResponse<A extends ReplicatedData> implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateSuccess$
class UpdateSuccess$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateTimeout
class UpdateTimeout extends Replicator.UpdateFailure<A extends ReplicatedData> implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateTimeout$
class UpdateTimeout$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteAll
class WriteAll extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteAll$
class WriteAll$ extends scala.runtime.AbstractFunction1<Duration,Replicator.WriteAll> implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteLocal$
class WriteLocal$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority
class WriteMajority extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority$
class WriteMajority$ extends scala.runtime.AbstractFunction2<Duration,Object, Replicator.WriteMajority> implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo
class WriteTo extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo$
class WriteTo$ extends scala.runtime.AbstractFunction2<Object,Duration, Replicator.WriteTo> implements Serializable
-
-
Package org.apache.pekko.cluster.ddata.typed.scaladsl
-
Class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete
class Delete extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete$
class Delete$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get
class Get extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get$
class Get$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetReplicaCount
class GetReplicaCount extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetReplicaCount$
class GetReplicaCount$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe
class Subscribe extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe$
class Subscribe$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe
class Unsubscribe extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe$
class Unsubscribe$ extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update
class Update extends Object implements Serializable -
Class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update$
class Update$ extends Object implements Serializable
-
-
Package org.apache.pekko.cluster.metrics
-
Class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
class AdaptiveLoadBalancingGroup extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup$
class AdaptiveLoadBalancingGroup$ extends scala.runtime.AbstractFunction3<MetricsSelector,scala.collection.immutable.Iterable<String>, String, AdaptiveLoadBalancingGroup> implements Serializable -
Class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
class AdaptiveLoadBalancingPool extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool$
class AdaptiveLoadBalancingPool$ extends scala.runtime.AbstractFunction5<MetricsSelector,Object, SupervisorStrategy, String, Object, AdaptiveLoadBalancingPool> implements Serializable -
Class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
class AdaptiveLoadBalancingRoutingLogic extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic$
class AdaptiveLoadBalancingRoutingLogic$ extends scala.runtime.AbstractFunction2<ActorSystem,MetricsSelector, AdaptiveLoadBalancingRoutingLogic> implements Serializable -
Class org.apache.pekko.cluster.metrics.CapacityMetricsSelector
class CapacityMetricsSelector extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.ClusterMetricsChanged
class ClusterMetricsChanged extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.ClusterMetricsChanged$
class ClusterMetricsChanged$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Set<NodeMetrics>,ClusterMetricsChanged> implements Serializable -
Class org.apache.pekko.cluster.metrics.ClusterMetricsCollector.GossipTick$
class GossipTick$ extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.ClusterMetricsCollector.MetricsTick$
class MetricsTick$ extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
class ClusterMetricsSettings extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.ClusterMetricsSettings$
class ClusterMetricsSettings$ extends scala.runtime.AbstractFunction1<com.typesafe.config.Config,ClusterMetricsSettings> implements Serializable -
Class org.apache.pekko.cluster.metrics.ClusterMetricsStrategy
class ClusterMetricsStrategy extends OneForOneStrategy implements Serializable -
Class org.apache.pekko.cluster.metrics.ClusterMetricsStrategy$
class ClusterMetricsStrategy$ extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.CollectionControlMessage
class CollectionControlMessage extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.CollectionStartMessage$
class CollectionStartMessage$ extends CollectionControlMessage implements Serializable -
Class org.apache.pekko.cluster.metrics.CollectionStopMessage$
class CollectionStopMessage$ extends CollectionControlMessage implements Serializable -
Class org.apache.pekko.cluster.metrics.CpuMetricsSelector$
class CpuMetricsSelector$ extends CapacityMetricsSelector implements Serializable -
Class org.apache.pekko.cluster.metrics.DefaultSigarProvider
class DefaultSigarProvider extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.DefaultSigarProvider$
class DefaultSigarProvider$ extends scala.runtime.AbstractFunction1<ClusterMetricsSettings,DefaultSigarProvider> implements Serializable -
Class org.apache.pekko.cluster.metrics.EWMA
class EWMA extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.EWMA$
class EWMA$ extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.HeapMetricsSelector$
class HeapMetricsSelector$ extends CapacityMetricsSelector implements Serializable -
Class org.apache.pekko.cluster.metrics.Metric
class Metric extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.Metric$
class Metric$ extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.MetricsGossip$
class MetricsGossip$ extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.MetricsGossipEnvelope$
class MetricsGossipEnvelope$ extends scala.runtime.AbstractFunction3<Address,org.apache.pekko.cluster.metrics.MetricsGossip, Object, org.apache.pekko.cluster.metrics.MetricsGossipEnvelope> implements Serializable -
Class org.apache.pekko.cluster.metrics.MetricsSelector$
class MetricsSelector$ extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.MixMetricsSelector
class MixMetricsSelector extends MixMetricsSelectorBase implements Serializable -
Class org.apache.pekko.cluster.metrics.MixMetricsSelector$
class MixMetricsSelector$ extends MixMetricsSelectorBase implements Serializable -
Class org.apache.pekko.cluster.metrics.MixMetricsSelectorBase
class MixMetricsSelectorBase extends CapacityMetricsSelector implements Serializable -
Class org.apache.pekko.cluster.metrics.NodeMetrics
class NodeMetrics extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.NodeMetrics$
class NodeMetrics$ extends scala.runtime.AbstractFunction3<Address,Object, scala.collection.immutable.Set<Metric>, NodeMetrics> implements Serializable -
Class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
class Cpu extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu$
class Cpu$ extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
class HeapMemory extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory$
class HeapMemory$ extends Object implements Serializable -
Class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector$
class SystemLoadAverageMetricsSelector$ extends CapacityMetricsSelector implements Serializable
-
-
Package org.apache.pekko.cluster.metrics.protobuf.msg
-
Class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
class AdaptiveLoadBalancingPool extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
metricsSelector_
ClusterMetricsMessages.MetricsSelector metricsSelector_
-
nrOfInstances_
int nrOfInstances_
-
routerDispatcher_
Object routerDispatcher_
-
usePoolDispatcher_
boolean usePoolDispatcher_
-
-
Class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
class Address extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
class MetricsGossip extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
allAddresses_
List<ClusterMetricsMessages.Address> allAddresses_
-
allMetricNames_
org.apache.pekko.protobufv3.internal.LazyStringArrayList allMetricNames_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
nodeMetrics_
List<ClusterMetricsMessages.NodeMetrics> nodeMetrics_
-
-
Class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
class MetricsGossipEnvelope extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
from_
ClusterMetricsMessages.Address from_
-
gossip_
ClusterMetricsMessages.MetricsGossip gossip_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
reply_
boolean reply_
-
-
Class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
class MetricsSelector extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
data_
org.apache.pekko.protobufv3.internal.ByteString data_
-
manifest_
Object manifest_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
serializerId_
int serializerId_
-
-
Class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
class MixMetricsSelector extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
selectors_
List<ClusterMetricsMessages.MetricsSelector> selectors_
-
-
Class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
class NodeMetrics extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
addressIndex_
int addressIndex_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
metrics_
List<ClusterMetricsMessages.NodeMetrics.Metric> metrics_
-
timestamp_
long timestamp_
-
-
Class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
class EWMA extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
alpha_
double alpha_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
double value_
-
-
Class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
class Metric extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
ewma_
ClusterMetricsMessages.NodeMetrics.EWMA ewma_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
nameIndex_
int nameIndex_
-
number_
ClusterMetricsMessages.NodeMetrics.Number number_
-
-
Class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
class Number extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
serialized_
org.apache.pekko.protobufv3.internal.ByteString serialized_
-
type_
int type_
-
value32_
int value32_
-
value64_
long value64_
-
-
-
Package org.apache.pekko.cluster.protobuf.msg
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
class Address extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
class ClusterRouterPool extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
pool_
ClusterMessages.Pool pool_
-
settings_
ClusterMessages.ClusterRouterPoolSettings settings_
-
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
class ClusterRouterPoolSettings extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
allowLocalRoutees_
boolean allowLocalRoutees_
-
bitField0_
int bitField0_
-
maxInstancesPerNode_
int maxInstancesPerNode_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
totalInstances_
int totalInstances_
-
useRole_
Object useRole_
-
useRoles_
org.apache.pekko.protobufv3.internal.LazyStringArrayList useRoles_
-
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
class ConfigCheck extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
clusterConfig_
Object clusterConfig_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
type_
int type_
-
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
class Empty extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
class Gossip extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
allAddresses_
List<ClusterMessages.UniqueAddress> allAddresses_
-
allAppVersions_
org.apache.pekko.protobufv3.internal.LazyStringArrayList allAppVersions_
-
allHashes_
org.apache.pekko.protobufv3.internal.LazyStringArrayList allHashes_
-
allRoles_
org.apache.pekko.protobufv3.internal.LazyStringArrayList allRoles_
-
bitField0_
int bitField0_
-
members_
List<ClusterMessages.Member> members_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
overview_
ClusterMessages.GossipOverview overview_
-
tombstones_
List<ClusterMessages.Tombstone> tombstones_
-
version_
ClusterMessages.VectorClock version_
-
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
class GossipEnvelope extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
from_
ClusterMessages.UniqueAddress from_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
serializedGossip_
org.apache.pekko.protobufv3.internal.ByteString serializedGossip_
-
to_
ClusterMessages.UniqueAddress to_
-
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
class GossipOverview extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
observerReachability_
List<ClusterMessages.ObserverReachability> observerReachability_
-
seen_
org.apache.pekko.protobufv3.internal.Internal.IntList seen_
-
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
class GossipStatus extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
allHashes_
org.apache.pekko.protobufv3.internal.LazyStringArrayList allHashes_
-
bitField0_
int bitField0_
-
from_
ClusterMessages.UniqueAddress from_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
seenDigest_
org.apache.pekko.protobufv3.internal.ByteString seenDigest_
-
version_
ClusterMessages.VectorClock version_
-
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
class Heartbeat extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
creationTime_
long creationTime_
-
from_
ClusterMessages.Address from_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
sequenceNr_
long sequenceNr_
-
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
class HeartBeatResponse extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
creationTime_
long creationTime_
-
from_
ClusterMessages.UniqueAddress from_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
sequenceNr_
long sequenceNr_
-
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
class InitJoin extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
currentConfig_
Object currentConfig_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
class InitJoinAck extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
address_
ClusterMessages.Address address_
-
bitField0_
int bitField0_
-
configCheck_
ClusterMessages.ConfigCheck configCheck_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
class Join extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
appVersion_
Object appVersion_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
node_
ClusterMessages.UniqueAddress node_
-
roles_
org.apache.pekko.protobufv3.internal.LazyStringArrayList roles_
-
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
class Member extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
addressIndex_
int addressIndex_
-
appVersionIndex_
int appVersionIndex_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
rolesIndexes_
org.apache.pekko.protobufv3.internal.Internal.IntList rolesIndexes_
-
rolesIndexesMemoizedSerializedSize
int rolesIndexesMemoizedSerializedSize
-
status_
int status_
-
upNumber_
int upNumber_
-
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
class ObserverReachability extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
addressIndex_
int addressIndex_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
subjectReachability_
List<ClusterMessages.SubjectReachability> subjectReachability_
-
version_
long version_
-
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
class Pool extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
data_
org.apache.pekko.protobufv3.internal.ByteString data_
-
manifest_
Object manifest_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
serializerId_
int serializerId_
-
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
class SubjectReachability extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
addressIndex_
int addressIndex_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
status_
int status_
-
version_
long version_
-
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
class Tombstone extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
addressIndex_
int addressIndex_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
timestamp_
long timestamp_
-
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
class UniqueAddress extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
address_
ClusterMessages.Address address_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
uid_
int uid_
-
uid2_
int uid2_
-
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
class VectorClock extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
timestamp_
long timestamp_
-
versions_
List<ClusterMessages.VectorClock.Version> versions_
-
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
class Version extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
hashIndex_
int hashIndex_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
timestamp_
long timestamp_
-
-
Class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
class Welcome extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
from_
ClusterMessages.UniqueAddress from_
-
gossip_
ClusterMessages.Gossip gossip_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
-
Package org.apache.pekko.cluster.pubsub
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Count$
class Count$ extends DistributedPubSubMediator.Count implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CountSubscribers
class CountSubscribers extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CountSubscribers$
class CountSubscribers$ extends scala.runtime.AbstractFunction1<String,DistributedPubSubMediator.CountSubscribers> implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CurrentTopics
class CurrentTopics extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CurrentTopics$
class CurrentTopics$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Set<String>,DistributedPubSubMediator.CurrentTopics> implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.GetTopics$
class GetTopics$ extends DistributedPubSubMediator.GetTopics implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
class Bucket extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket$
class Bucket$ extends scala.runtime.AbstractFunction3<Address,Object, scala.collection.immutable.TreeMap<String, org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder>, org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Bucket> implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta
class Delta extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta$
class Delta$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Iterable<org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Bucket>,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Delta> implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount$
class DeltaCount$ extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.GossipTick$
class GossipTick$ extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope
class MediatorRouterEnvelope extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope$
class MediatorRouterEnvelope$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.MediatorRouterEnvelope> implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NewSubscriberArrived$
class NewSubscriberArrived$ extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NoMoreSubscribers$
class NoMoreSubscribers$ extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Prune$
class Prune$ extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic
class RegisterTopic extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic$
class RegisterTopic$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.RegisterTopic> implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber
class SendToOneSubscriber extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber$
class SendToOneSubscriber$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.SendToOneSubscriber> implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status
class Status extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status$
class Status$ extends scala.runtime.AbstractFunction2<scala.collection.immutable.Map<Address,Object>, Object, org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Status> implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed
class Subscribed extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed$
class Subscribed$ extends scala.runtime.AbstractFunction2<DistributedPubSubMediator.SubscribeAck,ActorRef, org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Subscribed> implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TerminateRequest$
class TerminateRequest$ extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed
class Unsubscribed extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed$
class Unsubscribed$ extends scala.runtime.AbstractFunction2<DistributedPubSubMediator.UnsubscribeAck,ActorRef, org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Unsubscribed> implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder
class ValueHolder extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder$
class ValueHolder$ extends scala.runtime.AbstractFunction2<Object,scala.Option<ActorRef>, org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder> implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish
class Publish extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish$
class Publish$ extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Put
class Put extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Put$
class Put$ extends scala.runtime.AbstractFunction1<ActorRef,DistributedPubSubMediator.Put> implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Remove
class Remove extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Remove$
class Remove$ extends scala.runtime.AbstractFunction1<String,DistributedPubSubMediator.Remove> implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send
class Send extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send$
class Send$ extends scala.runtime.AbstractFunction3<String,Object, Object, DistributedPubSubMediator.Send> implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll
class SendToAll extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll$
class SendToAll$ extends scala.runtime.AbstractFunction3<String,Object, Object, DistributedPubSubMediator.SendToAll> implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
class Subscribe extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe$
class Subscribe$ extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SubscribeAck
class SubscribeAck extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SubscribeAck$
class SubscribeAck$ extends scala.runtime.AbstractFunction1<DistributedPubSubMediator.Subscribe,DistributedPubSubMediator.SubscribeAck> implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe
class Unsubscribe extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe$
class Unsubscribe$ extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.UnsubscribeAck
class UnsubscribeAck extends Object implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.UnsubscribeAck$
class UnsubscribeAck$ extends scala.runtime.AbstractFunction1<DistributedPubSubMediator.Unsubscribe,DistributedPubSubMediator.UnsubscribeAck> implements Serializable -
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Bucket
class DistributedPubSubMediator$Internal$Bucket extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Bucket$
class DistributedPubSubMediator$Internal$Bucket$ extends scala.runtime.AbstractFunction3<Address,Object, scala.collection.immutable.TreeMap<String, org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$ValueHolder>, org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Bucket> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Delta
class DistributedPubSubMediator$Internal$Delta extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
buckets
scala.collection.immutable.Iterable<org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Bucket> buckets
-
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Delta$
class DistributedPubSubMediator$Internal$Delta$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Iterable<org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Bucket>,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Delta> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$DeltaCount$
class DistributedPubSubMediator$Internal$DeltaCount$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$GossipTick$
class DistributedPubSubMediator$Internal$GossipTick$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$MediatorRouterEnvelope
class DistributedPubSubMediator$Internal$MediatorRouterEnvelope extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
msg
Object msg
-
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$MediatorRouterEnvelope$
class DistributedPubSubMediator$Internal$MediatorRouterEnvelope$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$MediatorRouterEnvelope> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$NewSubscriberArrived$
class DistributedPubSubMediator$Internal$NewSubscriberArrived$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$NoMoreSubscribers$
class DistributedPubSubMediator$Internal$NoMoreSubscribers$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Prune$
class DistributedPubSubMediator$Internal$Prune$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$RegisterTopic
class DistributedPubSubMediator$Internal$RegisterTopic extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
topicRef
ActorRef topicRef
-
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$RegisterTopic$
class DistributedPubSubMediator$Internal$RegisterTopic$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$RegisterTopic> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$SendToOneSubscriber
class DistributedPubSubMediator$Internal$SendToOneSubscriber extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
msg
Object msg
-
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$SendToOneSubscriber$
class DistributedPubSubMediator$Internal$SendToOneSubscriber$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$SendToOneSubscriber> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Status
class DistributedPubSubMediator$Internal$Status extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Status$
class DistributedPubSubMediator$Internal$Status$ extends scala.runtime.AbstractFunction2<scala.collection.immutable.Map<Address,Object>, Object, org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Status> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Subscribed
class DistributedPubSubMediator$Internal$Subscribed extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ack
DistributedPubSubMediator.SubscribeAck ack
-
subscriber
ActorRef subscriber
-
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Subscribed$
class DistributedPubSubMediator$Internal$Subscribed$ extends scala.runtime.AbstractFunction2<DistributedPubSubMediator.SubscribeAck,ActorRef, org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Subscribed> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$TerminateRequest$
class DistributedPubSubMediator$Internal$TerminateRequest$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Unsubscribed
class DistributedPubSubMediator$Internal$Unsubscribed extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ack
DistributedPubSubMediator.UnsubscribeAck ack
-
subscriber
ActorRef subscriber
-
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Unsubscribed$
class DistributedPubSubMediator$Internal$Unsubscribed$ extends scala.runtime.AbstractFunction2<DistributedPubSubMediator.UnsubscribeAck,ActorRef, org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Unsubscribed> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$ValueHolder
class DistributedPubSubMediator$Internal$ValueHolder extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ref
scala.Option<ActorRef> ref
-
version
long version
-
-
Class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$ValueHolder$
class DistributedPubSubMediator$Internal$ValueHolder$ extends scala.runtime.AbstractFunction2<Object,scala.Option<ActorRef>, org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$ValueHolder> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
-
Package org.apache.pekko.cluster.pubsub.protobuf.msg
-
Class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
class Address extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
class Delta extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
buckets_
List<DistributedPubSubMessages.Delta.Bucket> buckets_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
class Bucket extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
content_
List<DistributedPubSubMessages.Delta.Entry> content_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
owner_
DistributedPubSubMessages.Address owner_
-
version_
long version_
-
-
Class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
class Entry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
class Payload extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
enclosedMessage_
org.apache.pekko.protobufv3.internal.ByteString enclosedMessage_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
messageManifest_
org.apache.pekko.protobufv3.internal.ByteString messageManifest_
-
serializerId_
int serializerId_
-
-
Class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
class Publish extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
payload_
DistributedPubSubMessages.Payload payload_
-
topic_
Object topic_
-
-
Class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
class Send extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
localAffinity_
boolean localAffinity_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
path_
Object path_
-
payload_
DistributedPubSubMessages.Payload payload_
-
-
Class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
class SendToAll extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
allButSelf_
boolean allButSelf_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
path_
Object path_
-
payload_
DistributedPubSubMessages.Payload payload_
-
-
Class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
class SendToOneSubscriber extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
payload_
DistributedPubSubMessages.Payload payload_
-
-
Class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
class Status extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
replyToStatus_
boolean replyToStatus_
-
versions_
List<DistributedPubSubMessages.Status.Version> versions_
-
-
Class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
class Version extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
address_
DistributedPubSubMessages.Address address_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
timestamp_
long timestamp_
-
-
-
Package org.apache.pekko.cluster.routing
-
Class org.apache.pekko.cluster.routing.ClusterRouterGroup
class ClusterRouterGroup extends Object implements Serializable -
Class org.apache.pekko.cluster.routing.ClusterRouterGroup$
class ClusterRouterGroup$ extends scala.runtime.AbstractFunction2<Group,ClusterRouterGroupSettings, ClusterRouterGroup> implements Serializable -
Class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
class ClusterRouterGroupSettings extends Object implements Serializable -
Class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings$
class ClusterRouterGroupSettings$ extends Object implements Serializable -
Class org.apache.pekko.cluster.routing.ClusterRouterPool
class ClusterRouterPool extends Object implements Serializable -
Class org.apache.pekko.cluster.routing.ClusterRouterPool$
class ClusterRouterPool$ extends scala.runtime.AbstractFunction2<Pool,ClusterRouterPoolSettings, ClusterRouterPool> implements Serializable -
Class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
class ClusterRouterPoolSettings extends Object implements Serializable -
Class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings$
class ClusterRouterPoolSettings$ extends Object implements Serializable
-
-
Package org.apache.pekko.cluster.sbr
-
Class org.apache.pekko.cluster.sbr.DowningStrategy.AcquireLeaseAndDownIndirectlyConnected
class AcquireLeaseAndDownIndirectlyConnected extends Object implements Serializable -
Class org.apache.pekko.cluster.sbr.DowningStrategy.AcquireLeaseAndDownIndirectlyConnected$
class AcquireLeaseAndDownIndirectlyConnected$ extends scala.runtime.AbstractFunction1<scala.concurrent.duration.FiniteDuration,org.apache.pekko.cluster.sbr.DowningStrategy.AcquireLeaseAndDownIndirectlyConnected> implements Serializable -
Class org.apache.pekko.cluster.sbr.DowningStrategy.AcquireLeaseAndDownUnreachable
class AcquireLeaseAndDownUnreachable extends Object implements Serializable -
Class org.apache.pekko.cluster.sbr.DowningStrategy.AcquireLeaseAndDownUnreachable$
class AcquireLeaseAndDownUnreachable$ extends scala.runtime.AbstractFunction1<scala.concurrent.duration.FiniteDuration,org.apache.pekko.cluster.sbr.DowningStrategy.AcquireLeaseAndDownUnreachable> implements Serializable -
Class org.apache.pekko.cluster.sbr.DowningStrategy.DownAll$
class DownAll$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sbr.DowningStrategy.DownIndirectlyConnected$
class DownIndirectlyConnected$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sbr.DowningStrategy.DownReachable$
class DownReachable$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sbr.DowningStrategy.DownSelfQuarantinedByRemote$
class DownSelfQuarantinedByRemote$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sbr.DowningStrategy.DownUnreachable$
class DownUnreachable$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sbr.DowningStrategy.ReverseDownIndirectlyConnected$
class ReverseDownIndirectlyConnected$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sbr.KeepOldestSettings$
class KeepOldestSettings$ extends scala.runtime.AbstractFunction2<Object,scala.Option<String>, org.apache.pekko.cluster.sbr.KeepOldestSettings> implements Serializable -
Class org.apache.pekko.cluster.sbr.LeaseMajoritySettings$
class LeaseMajoritySettings$ extends scala.runtime.AbstractFunction5<String,scala.concurrent.duration.FiniteDuration, scala.concurrent.duration.FiniteDuration, scala.Option<String>, scala.Option<String>, org.apache.pekko.cluster.sbr.LeaseMajoritySettings> implements Serializable -
Class org.apache.pekko.cluster.sbr.SplitBrainResolver.AcquireLease$
class AcquireLease$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sbr.SplitBrainResolver.AcquireLeaseResult
class AcquireLeaseResult extends Object implements Serializable -
Class org.apache.pekko.cluster.sbr.SplitBrainResolver.AcquireLeaseResult$
class AcquireLeaseResult$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.cluster.sbr.SplitBrainResolver.AcquireLeaseResult> implements Serializable -
Class org.apache.pekko.cluster.sbr.SplitBrainResolver.ReachabilityChangedStats
class ReachabilityChangedStats extends Object implements Serializable -
Class org.apache.pekko.cluster.sbr.SplitBrainResolver.ReachabilityChangedStats$
class ReachabilityChangedStats$ extends scala.runtime.AbstractFunction3<Object,Object, Object, org.apache.pekko.cluster.sbr.SplitBrainResolver.ReachabilityChangedStats> implements Serializable -
Class org.apache.pekko.cluster.sbr.SplitBrainResolver.ReleaseLeaseCondition$.NoLease$
class NoLease$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sbr.SplitBrainResolver.ReleaseLeaseCondition$.WhenMembersRemoved
class WhenMembersRemoved extends Object implements Serializable -
Class org.apache.pekko.cluster.sbr.SplitBrainResolver.ReleaseLeaseCondition$.WhenMembersRemoved$
class WhenMembersRemoved$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Set<UniqueAddress>,org.apache.pekko.cluster.sbr.SplitBrainResolver.ReleaseLeaseCondition.WhenMembersRemoved> implements Serializable -
Class org.apache.pekko.cluster.sbr.SplitBrainResolver.ReleaseLeaseCondition$.WhenTimeElapsed
class WhenTimeElapsed extends Object implements Serializable -
Class org.apache.pekko.cluster.sbr.SplitBrainResolver.ReleaseLeaseCondition$.WhenTimeElapsed$
class WhenTimeElapsed$ extends scala.runtime.AbstractFunction1<scala.concurrent.duration.Deadline,org.apache.pekko.cluster.sbr.SplitBrainResolver.ReleaseLeaseCondition.WhenTimeElapsed> implements Serializable -
Class org.apache.pekko.cluster.sbr.SplitBrainResolver.ReleaseLeaseResult
class ReleaseLeaseResult extends Object implements Serializable -
Class org.apache.pekko.cluster.sbr.SplitBrainResolver.ReleaseLeaseResult$
class ReleaseLeaseResult$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.cluster.sbr.SplitBrainResolver.ReleaseLeaseResult> implements Serializable -
Class org.apache.pekko.cluster.sbr.SplitBrainResolver.Tick$
class Tick$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sbr.SplitBrainResolver$ReleaseLeaseCondition$NoLease$
class SplitBrainResolver$ReleaseLeaseCondition$NoLease$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sbr.SplitBrainResolver$ReleaseLeaseCondition$WhenMembersRemoved
class SplitBrainResolver$ReleaseLeaseCondition$WhenMembersRemoved extends Object implements Serializable-
Serialized Fields
-
nodes
scala.collection.immutable.Set<UniqueAddress> nodes
-
-
-
Class org.apache.pekko.cluster.sbr.SplitBrainResolver$ReleaseLeaseCondition$WhenMembersRemoved$
class SplitBrainResolver$ReleaseLeaseCondition$WhenMembersRemoved$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Set<UniqueAddress>,org.apache.pekko.cluster.sbr.SplitBrainResolver$ReleaseLeaseCondition$WhenMembersRemoved> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sbr.SplitBrainResolver$ReleaseLeaseCondition$WhenTimeElapsed
class SplitBrainResolver$ReleaseLeaseCondition$WhenTimeElapsed extends Object implements Serializable-
Serialized Fields
-
deadline
scala.concurrent.duration.Deadline deadline
-
-
-
Class org.apache.pekko.cluster.sbr.SplitBrainResolver$ReleaseLeaseCondition$WhenTimeElapsed$
class SplitBrainResolver$ReleaseLeaseCondition$WhenTimeElapsed$ extends scala.runtime.AbstractFunction1<scala.concurrent.duration.Deadline,org.apache.pekko.cluster.sbr.SplitBrainResolver$ReleaseLeaseCondition$WhenTimeElapsed> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sbr.StaticQuorumSettings$
class StaticQuorumSettings$ extends scala.runtime.AbstractFunction2<Object,scala.Option<String>, org.apache.pekko.cluster.sbr.StaticQuorumSettings> implements Serializable
-
-
Package org.apache.pekko.cluster.sharding
-
Class org.apache.pekko.cluster.sharding.ClusterShardingGuardian.Start
class Start extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ClusterShardingGuardian.Start$
class Start$ extends scala.runtime.AbstractFunction7<String,scala.Function1<String, Props>, ClusterShardingSettings, scala.PartialFunction<Object, scala.Tuple2<String, Object>>, scala.Function1<Object, String>, ShardCoordinator.ShardAllocationStrategy, Object, org.apache.pekko.cluster.sharding.ClusterShardingGuardian.Start> implements Serializable -
Class org.apache.pekko.cluster.sharding.ClusterShardingGuardian.Started
class Started extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ClusterShardingGuardian.Started$
class Started$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.ClusterShardingGuardian.Started> implements Serializable -
Class org.apache.pekko.cluster.sharding.ClusterShardingGuardian.StartProxy
class StartProxy extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ClusterShardingGuardian.StartProxy$
class StartProxy$ extends scala.runtime.AbstractFunction5<String,scala.Option<String>, ClusterShardingSettings, scala.PartialFunction<Object, scala.Tuple2<String, Object>>, scala.Function1<Object, String>, org.apache.pekko.cluster.sharding.ClusterShardingGuardian.StartProxy> implements Serializable -
Class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$
class CompositePassivationStrategy$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.AlwaysAdmissionFilter$
class AlwaysAdmissionFilter$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter
class FrequencySketchAdmissionFilter extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter$
class FrequencySketchAdmissionFilter$ extends scala.runtime.AbstractFunction4<Object,Object, Object, Object, org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy.FrequencySketchAdmissionFilter> implements Serializable -
Class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer
class HillClimbingAdmissionOptimizer extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer$
class HillClimbingAdmissionOptimizer$ extends scala.runtime.AbstractFunction4<Object,Object, Object, Object, org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy.HillClimbingAdmissionOptimizer> implements Serializable -
Class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.NoAdmissionOptimizer$
class NoAdmissionOptimizer$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ClusterShardingSettings.IdlePassivationStrategy$
class IdlePassivationStrategy$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ClusterShardingSettings.LeastFrequentlyUsedPassivationStrategy$
class LeastFrequentlyUsedPassivationStrategy$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ClusterShardingSettings.LeastRecentlyUsedPassivationStrategy$
class LeastRecentlyUsedPassivationStrategy$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ClusterShardingSettings.MostRecentlyUsedPassivationStrategy$
class MostRecentlyUsedPassivationStrategy$ extends scala.runtime.AbstractFunction2<Object,scala.Option<org.apache.pekko.cluster.sharding.ClusterShardingSettings.IdlePassivationStrategy>, org.apache.pekko.cluster.sharding.ClusterShardingSettings.MostRecentlyUsedPassivationStrategy> implements Serializable -
Class org.apache.pekko.cluster.sharding.ClusterShardingSettings.NoPassivationStrategy$
class NoPassivationStrategy$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ClusterShardingSettings$CompositePassivationStrategy$AlwaysAdmissionFilter$
class ClusterShardingSettings$CompositePassivationStrategy$AlwaysAdmissionFilter$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ClusterShardingSettings$CompositePassivationStrategy$FrequencySketchAdmissionFilter
class ClusterShardingSettings$CompositePassivationStrategy$FrequencySketchAdmissionFilter extends Object implements Serializable-
Serialized Fields
-
counterBits
int counterBits
-
depth
int depth
-
resetMultiplier
double resetMultiplier
-
widthMultiplier
int widthMultiplier
-
-
-
Class org.apache.pekko.cluster.sharding.ClusterShardingSettings$CompositePassivationStrategy$FrequencySketchAdmissionFilter$
class ClusterShardingSettings$CompositePassivationStrategy$FrequencySketchAdmissionFilter$ extends scala.runtime.AbstractFunction4<Object,Object, Object, Object, org.apache.pekko.cluster.sharding.ClusterShardingSettings$CompositePassivationStrategy$FrequencySketchAdmissionFilter> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ClusterShardingSettings$CompositePassivationStrategy$HillClimbingAdmissionOptimizer
class ClusterShardingSettings$CompositePassivationStrategy$HillClimbingAdmissionOptimizer extends Object implements Serializable-
Serialized Fields
-
adjustMultiplier
double adjustMultiplier
-
initialStep
double initialStep
-
restartThreshold
double restartThreshold
-
stepDecay
double stepDecay
-
-
-
Class org.apache.pekko.cluster.sharding.ClusterShardingSettings$CompositePassivationStrategy$HillClimbingAdmissionOptimizer$
class ClusterShardingSettings$CompositePassivationStrategy$HillClimbingAdmissionOptimizer$ extends scala.runtime.AbstractFunction4<Object,Object, Object, Object, org.apache.pekko.cluster.sharding.ClusterShardingSettings$CompositePassivationStrategy$HillClimbingAdmissionOptimizer> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ClusterShardingSettings$CompositePassivationStrategy$NoAdmissionOptimizer$
class ClusterShardingSettings$CompositePassivationStrategy$NoAdmissionOptimizer$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder$
class NoOpShardingFlightRecorder$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals
class Removals extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals$
class Removals$ extends scala.runtime.AbstractFunction2<Object,Object, org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId.Removals> implements Serializable -
Class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result
class Result extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result$
class Result$ extends scala.runtime.AbstractFunction1<scala.util.Try<org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId.Removals>,org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId.Result> implements Serializable -
Class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData$RemoveOnePersistenceId$Removals
class RemoveInternalClusterShardingData$RemoveOnePersistenceId$Removals extends Object implements Serializable-
Serialized Fields
-
events
boolean events
-
snapshots
boolean snapshots
-
-
-
Class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData$RemoveOnePersistenceId$Removals$
class RemoveInternalClusterShardingData$RemoveOnePersistenceId$Removals$ extends scala.runtime.AbstractFunction2<Object,Object, org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData$RemoveOnePersistenceId$Removals> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData$RemoveOnePersistenceId$Result
class RemoveInternalClusterShardingData$RemoveOnePersistenceId$Result extends Object implements Serializable-
Serialized Fields
-
removals
scala.util.Try<org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData$RemoveOnePersistenceId$Removals> removals
-
-
-
Class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData$RemoveOnePersistenceId$Result$
class RemoveInternalClusterShardingData$RemoveOnePersistenceId$Result$ extends scala.runtime.AbstractFunction1<scala.util.Try<org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData$RemoveOnePersistenceId$Removals>,org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData$RemoveOnePersistenceId$Result> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.Shard.Active
class Active extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.Active$
class Active$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.Shard.Active> implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.CurrentShardState
class CurrentShardState extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.CurrentShardState$
class CurrentShardState$ extends scala.runtime.AbstractFunction2<String,scala.collection.immutable.Set<String>, org.apache.pekko.cluster.sharding.Shard.CurrentShardState> implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.EntitiesMovedToOtherShard
class EntitiesMovedToOtherShard extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.EntitiesMovedToOtherShard$
class EntitiesMovedToOtherShard$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Set<String>,org.apache.pekko.cluster.sharding.Shard.EntitiesMovedToOtherShard> implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.GetCurrentShardState$
class GetCurrentShardState$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.GetShardStats$
class GetShardStats$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.LeaseAcquireResult
class LeaseAcquireResult extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.LeaseAcquireResult$
class LeaseAcquireResult$ extends scala.runtime.AbstractFunction2<Object,scala.Option<Throwable>, org.apache.pekko.cluster.sharding.Shard.LeaseAcquireResult> implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.LeaseLost
class LeaseLost extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.LeaseLost$
class LeaseLost$ extends scala.runtime.AbstractFunction1<scala.Option<Throwable>,org.apache.pekko.cluster.sharding.Shard.LeaseLost> implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.LeaseRetry$
class LeaseRetry$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.NoState$
class NoState$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.PassivateIntervalTick$
class PassivateIntervalTick$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.Passivating
class Passivating extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.Passivating$
class Passivating$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.Shard.Passivating> implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.RememberedButNotCreated$
class RememberedButNotCreated$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.RememberEntityTimeout
class RememberEntityTimeout extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.RememberEntityTimeout$
class RememberEntityTimeout$ extends scala.runtime.AbstractFunction1<RememberEntitiesShardStore.Command,org.apache.pekko.cluster.sharding.Shard.RememberEntityTimeout> implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.RememberingStart
class RememberingStart extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.RememberingStart$
class RememberingStart$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.RememberingStop$
class RememberingStop$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.RestartTerminatedEntity
class RestartTerminatedEntity extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.RestartTerminatedEntity$
class RestartTerminatedEntity$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.cluster.sharding.Shard.RestartTerminatedEntity> implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.ShardStats
class ShardStats extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.ShardStats$
class ShardStats$ extends scala.runtime.AbstractFunction2<String,Object, org.apache.pekko.cluster.sharding.Shard.ShardStats> implements Serializable -
Class org.apache.pekko.cluster.sharding.Shard.WaitingForRestart$
class WaitingForRestart$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff
class BeginHandOff extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff$
class BeginHandOff$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.BeginHandOff> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck
class BeginHandOffAck extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck$
class BeginHandOffAck$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.BeginHandOffAck> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome
class GetShardHome extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome$
class GetShardHome$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.GetShardHome> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq
class GracefulShutdownReq extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq$
class GracefulShutdownReq$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.GracefulShutdownReq> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff
class HandOff extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff$
class HandOff$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.HandOff> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard
class HostShard extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard$
class HostShard$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.HostShard> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped
class RegionStopped extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped$
class RegionStopped$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.RegionStopped> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register
class Register extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register$
class Register$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.Register> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck
class RegisterAck extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck$
class RegisterAck$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.RegisterAck> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy
class RegisterProxy extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy$
class RegisterProxy$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.RegisterProxy> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardCoordinatorInitialized$
class ShardCoordinatorInitialized$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome
class ShardHome extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome$
class ShardHome$ extends scala.runtime.AbstractFunction2<String,ActorRef, org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardHome> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated
class ShardHomeAllocated extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated$
class ShardHomeAllocated$ extends scala.runtime.AbstractFunction2<String,ActorRef, org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardHomeAllocated> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated
class ShardHomeDeallocated extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated$
class ShardHomeDeallocated$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardHomeDeallocated> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes
class ShardHomes extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes$
class ShardHomes$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Map<ActorRef,scala.collection.immutable.Seq<String>>, org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardHomes> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered
class ShardRegionProxyRegistered extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered$
class ShardRegionProxyRegistered$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardRegionProxyRegistered> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated
class ShardRegionProxyTerminated extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated$
class ShardRegionProxyTerminated$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardRegionProxyTerminated> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered
class ShardRegionRegistered extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered$
class ShardRegionRegistered$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardRegionRegistered> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated
class ShardRegionTerminated extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated$
class ShardRegionTerminated$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardRegionTerminated> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted
class ShardStarted extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted$
class ShardStarted$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardStarted> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped
class ShardStopped extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped$
class ShardStopped$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardStopped> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
class State extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State$
class State$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.StateInitialized$
class StateInitialized$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Terminate$
class Terminate$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.LeastShardAllocationStrategy
class LeastShardAllocationStrategy extends org.apache.pekko.cluster.sharding.internal.AbstractLeastShardAllocationStrategy implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$.ShardRegionTerminated
class ShardRegionTerminated extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$.ShardRegionTerminated$
class ShardRegionTerminated$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker.ShardRegionTerminated> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$BeginHandOff
class ShardCoordinator$Internal$BeginHandOff extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
shard
String shard
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$BeginHandOff$
class ShardCoordinator$Internal$BeginHandOff$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$BeginHandOff> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$BeginHandOffAck
class ShardCoordinator$Internal$BeginHandOffAck extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
shard
String shard
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$BeginHandOffAck$
class ShardCoordinator$Internal$BeginHandOffAck$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$BeginHandOffAck> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$GetShardHome
class ShardCoordinator$Internal$GetShardHome extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
shard
String shard
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$GetShardHome$
class ShardCoordinator$Internal$GetShardHome$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$GetShardHome> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$GracefulShutdownReq
class ShardCoordinator$Internal$GracefulShutdownReq extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
shardRegion
ActorRef shardRegion
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$GracefulShutdownReq$
class ShardCoordinator$Internal$GracefulShutdownReq$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$GracefulShutdownReq> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$HandOff
class ShardCoordinator$Internal$HandOff extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
shard
String shard
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$HandOff$
class ShardCoordinator$Internal$HandOff$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$HandOff> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$HostShard
class ShardCoordinator$Internal$HostShard extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
shard
String shard
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$HostShard$
class ShardCoordinator$Internal$HostShard$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$HostShard> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$RegionStopped
class ShardCoordinator$Internal$RegionStopped extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
shardRegion
ActorRef shardRegion
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$RegionStopped$
class ShardCoordinator$Internal$RegionStopped$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$RegionStopped> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$Register
class ShardCoordinator$Internal$Register extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
shardRegion
ActorRef shardRegion
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$Register$
class ShardCoordinator$Internal$Register$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$Register> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$RegisterAck
class ShardCoordinator$Internal$RegisterAck extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
coordinator
ActorRef coordinator
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$RegisterAck$
class ShardCoordinator$Internal$RegisterAck$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$RegisterAck> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$RegisterProxy
class ShardCoordinator$Internal$RegisterProxy extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
shardRegionProxy
ActorRef shardRegionProxy
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$RegisterProxy$
class ShardCoordinator$Internal$RegisterProxy$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$RegisterProxy> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardCoordinatorInitialized$
class ShardCoordinator$Internal$ShardCoordinatorInitialized$ extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardHome
class ShardCoordinator$Internal$ShardHome extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardHome$
class ShardCoordinator$Internal$ShardHome$ extends scala.runtime.AbstractFunction2<String,ActorRef, org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardHome> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardHomeAllocated
class ShardCoordinator$Internal$ShardHomeAllocated extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardHomeAllocated$
class ShardCoordinator$Internal$ShardHomeAllocated$ extends scala.runtime.AbstractFunction2<String,ActorRef, org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardHomeAllocated> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardHomeDeallocated
class ShardCoordinator$Internal$ShardHomeDeallocated extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
shard
String shard
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardHomeDeallocated$
class ShardCoordinator$Internal$ShardHomeDeallocated$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardHomeDeallocated> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardHomes
class ShardCoordinator$Internal$ShardHomes extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardHomes$
class ShardCoordinator$Internal$ShardHomes$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Map<ActorRef,scala.collection.immutable.Seq<String>>, org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardHomes> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardRegionProxyRegistered
class ShardCoordinator$Internal$ShardRegionProxyRegistered extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
regionProxy
ActorRef regionProxy
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardRegionProxyRegistered$
class ShardCoordinator$Internal$ShardRegionProxyRegistered$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardRegionProxyRegistered> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardRegionProxyTerminated
class ShardCoordinator$Internal$ShardRegionProxyTerminated extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
regionProxy
ActorRef regionProxy
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardRegionProxyTerminated$
class ShardCoordinator$Internal$ShardRegionProxyTerminated$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardRegionProxyTerminated> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardRegionRegistered
class ShardCoordinator$Internal$ShardRegionRegistered extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
region
ActorRef region
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardRegionRegistered$
class ShardCoordinator$Internal$ShardRegionRegistered$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardRegionRegistered> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardRegionTerminated
class ShardCoordinator$Internal$ShardRegionTerminated extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
region
ActorRef region
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardRegionTerminated$
class ShardCoordinator$Internal$ShardRegionTerminated$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardRegionTerminated> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardStarted
class ShardCoordinator$Internal$ShardStarted extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
shard
String shard
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardStarted$
class ShardCoordinator$Internal$ShardStarted$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardStarted> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardStopped
class ShardCoordinator$Internal$ShardStopped extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
shard
String shard
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardStopped$
class ShardCoordinator$Internal$ShardStopped$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$ShardStopped> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$State
class ShardCoordinator$Internal$State extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
regionProxies
scala.collection.immutable.Set<ActorRef> regionProxies
-
regions
scala.collection.immutable.Map<ActorRef,
scala.collection.immutable.Vector<String>> regions -
rememberEntities
boolean rememberEntities
-
shards
scala.collection.immutable.Map<String,
ActorRef> shards -
unallocatedShards
scala.collection.immutable.Set<String> unallocatedShards
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$State$
class ShardCoordinator$Internal$State$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$StateInitialized$
class ShardCoordinator$Internal$StateInitialized$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$Internal$Terminate$
class ShardCoordinator$Internal$Terminate$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$RebalanceWorker$ShardRegionTerminated
class ShardCoordinator$RebalanceWorker$ShardRegionTerminated extends Object implements Serializable-
Serialized Fields
-
region
ActorRef region
-
-
-
Class org.apache.pekko.cluster.sharding.ShardCoordinator$RebalanceWorker$ShardRegionTerminated$
class ShardCoordinator$RebalanceWorker$ShardRegionTerminated$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.sharding.ShardCoordinator$RebalanceWorker$ShardRegionTerminated> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult
class ShardsQueryResult extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult$
class ShardsQueryResult$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.ClusterShardingStats
class ClusterShardingStats extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.ClusterShardingStats$
class ClusterShardingStats$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Map<Address,org.apache.pekko.cluster.sharding.ShardRegion.ShardRegionStats>, org.apache.pekko.cluster.sharding.ShardRegion.ClusterShardingStats> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.CurrentRegions
class CurrentRegions extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.CurrentRegions$
class CurrentRegions$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Set<Address>,org.apache.pekko.cluster.sharding.ShardRegion.CurrentRegions> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.CurrentShardRegionState
class CurrentShardRegionState extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.CurrentShardRegionState$
class CurrentShardRegionState$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Set<org.apache.pekko.cluster.sharding.ShardRegion.ShardState>,org.apache.pekko.cluster.sharding.ShardRegion.CurrentShardRegionState> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.GetClusterShardingStats
class GetClusterShardingStats extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.GetClusterShardingStats$
class GetClusterShardingStats$ extends scala.runtime.AbstractFunction1<scala.concurrent.duration.FiniteDuration,org.apache.pekko.cluster.sharding.ShardRegion.GetClusterShardingStats> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.GetCurrentRegions$
class GetCurrentRegions$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.GetShardRegionState$
class GetShardRegionState$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.GetShardRegionStats$
class GetShardRegionStats$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.GracefulShutdown$
class GracefulShutdown$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.Passivate
class Passivate extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.Passivate$
class Passivate$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.cluster.sharding.ShardRegion.Passivate> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.SetActiveEntityLimit
class SetActiveEntityLimit extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.SetActiveEntityLimit$
class SetActiveEntityLimit$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.cluster.sharding.ShardRegion.SetActiveEntityLimit> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.ShardInitialized
class ShardInitialized extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.ShardInitialized$
class ShardInitialized$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.cluster.sharding.ShardRegion.ShardInitialized> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.ShardRegionStats
class ShardRegionStats extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.ShardRegionStats$
class ShardRegionStats$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Map<String,Object>, org.apache.pekko.cluster.sharding.ShardRegion.ShardRegionStats> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.ShardState
class ShardState extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.ShardState$
class ShardState$ extends scala.runtime.AbstractFunction2<String,scala.collection.immutable.Set<String>, org.apache.pekko.cluster.sharding.ShardRegion.ShardState> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.ShardsUpdated$
class ShardsUpdated$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.cluster.sharding.ShardRegion.ShardsUpdated> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.StartEntity
class StartEntity extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.StartEntity$
class StartEntity$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.cluster.sharding.ShardRegion.StartEntity> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.StartEntityAck
class StartEntityAck extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion.StartEntityAck$
class StartEntityAck$ extends scala.runtime.AbstractFunction2<String,String, org.apache.pekko.cluster.sharding.ShardRegion.StartEntityAck> implements Serializable -
Class org.apache.pekko.cluster.sharding.ShardRegion$HandOffStopper$StopTimeout$
class ShardRegion$HandOffStopper$StopTimeout$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.sharding.ShardRegion$HandOffStopper$StopTimeoutWarning$
class ShardRegion$HandOffStopper$StopTimeoutWarning$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
-
Package org.apache.pekko.cluster.sharding.external
-
Exception org.apache.pekko.cluster.sharding.external.ClientTimeoutException
class ClientTimeoutException extends RuntimeException implements Serializable -
Class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocation$
class GetShardLocation$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocation> implements Serializable -
Class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocationResponse$
class GetShardLocationResponse$ extends scala.runtime.AbstractFunction1<scala.Option<Address>,org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocationResponse> implements Serializable -
Class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocations$
class GetShardLocations$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocationsResponse$
class GetShardLocationsResponse$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Map<String,Address>, org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocationsResponse> implements Serializable -
Class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.ShardLocation
class ShardLocation extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.ShardLocation$
class ShardLocation$ extends scala.runtime.AbstractFunction1<Address,ExternalShardAllocationStrategy.ShardLocation> implements Serializable
-
-
Package org.apache.pekko.cluster.sharding.internal
-
Class org.apache.pekko.cluster.sharding.internal.AbstractLeastShardAllocationStrategy.RegionEntry
class RegionEntry extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.AbstractLeastShardAllocationStrategy.RegionEntry$
class RegionEntry$ extends scala.runtime.AbstractFunction3<ActorRef,Member, scala.collection.immutable.IndexedSeq<String>, org.apache.pekko.cluster.sharding.internal.AbstractLeastShardAllocationStrategy.RegionEntry> implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.AbstractLeastShardAllocationStrategy.ShardSuitabilityOrdering$
class ShardSuitabilityOrdering$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.EventSourcedRememberEntitiesCoordinatorStore.MigrationMarker$
class MigrationMarker$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.EventSourcedRememberEntitiesCoordinatorStore.State
class State extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.EventSourcedRememberEntitiesCoordinatorStore.State$
class State$ extends scala.runtime.AbstractFunction2<scala.collection.immutable.Set<String>,Object, org.apache.pekko.cluster.sharding.internal.EventSourcedRememberEntitiesCoordinatorStore.State> implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.EventSourcedRememberEntitiesShardStore.EntitiesStarted
class EntitiesStarted extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.EventSourcedRememberEntitiesShardStore.EntitiesStarted$
class EntitiesStarted$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Set<String>,org.apache.pekko.cluster.sharding.internal.EventSourcedRememberEntitiesShardStore.EntitiesStarted> implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.EventSourcedRememberEntitiesShardStore.EntitiesStopped
class EntitiesStopped extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.EventSourcedRememberEntitiesShardStore.EntitiesStopped$
class EntitiesStopped$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Set<String>,org.apache.pekko.cluster.sharding.internal.EventSourcedRememberEntitiesShardStore.EntitiesStopped> implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.EventSourcedRememberEntitiesShardStore.StartedAck$
class StartedAck$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.EventSourcedRememberEntitiesShardStore.State
class State extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.EventSourcedRememberEntitiesShardStore.State$
class State$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Set<String>,org.apache.pekko.cluster.sharding.internal.EventSourcedRememberEntitiesShardStore.State> implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.AddShard
class AddShard extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.AddShard$
class AddShard$ extends scala.runtime.AbstractFunction1<String,RememberEntitiesCoordinatorStore.AddShard> implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.GetShards$
class GetShards$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.RememberedShards
class RememberedShards extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.RememberedShards$
class RememberedShards$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Set<String>,RememberEntitiesCoordinatorStore.RememberedShards> implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateDone
class UpdateDone extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateDone$
class UpdateDone$ extends scala.runtime.AbstractFunction1<String,RememberEntitiesCoordinatorStore.UpdateDone> implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateFailed
class UpdateFailed extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateFailed$
class UpdateFailed$ extends scala.runtime.AbstractFunction1<String,RememberEntitiesCoordinatorStore.UpdateFailed> implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.GetEntities$
class GetEntities$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.RememberedEntities
class RememberedEntities extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.RememberedEntities$
class RememberedEntities$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Set<String>,RememberEntitiesShardStore.RememberedEntities> implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update
class Update extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update$
class Update$ extends scala.runtime.AbstractFunction2<scala.collection.immutable.Set<String>,scala.collection.immutable.Set<String>, RememberEntitiesShardStore.Update> implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone
class UpdateDone extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone$
class UpdateDone$ extends scala.runtime.AbstractFunction2<scala.collection.immutable.Set<String>,scala.collection.immutable.Set<String>, RememberEntitiesShardStore.UpdateDone> implements Serializable
-
-
Package org.apache.pekko.cluster.sharding.protobuf.msg
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
class ActorRefMessage extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
ref_
Object ref_
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
class Address extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
class ClusterShardingStats extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
stats_
List<ClusterShardingMessages.ClusterShardingStatsEntry> stats_
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
class ClusterShardingStatsEntry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
address_
ClusterShardingMessages.Address address_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
stats_
ClusterShardingMessages.ShardRegionStats stats_
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
class CoordinatorState extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
regionProxies_
org.apache.pekko.protobufv3.internal.LazyStringArrayList regionProxies_
-
regions_
org.apache.pekko.protobufv3.internal.LazyStringArrayList regions_
-
shards_
List<ClusterShardingMessages.CoordinatorState.ShardEntry> shards_
-
unallocatedShards_
org.apache.pekko.protobufv3.internal.LazyStringArrayList unallocatedShards_
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
class ShardEntry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
class CurrentRegions extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
regions_
List<ClusterShardingMessages.Address> regions_
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
class CurrentShardRegionState extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
failed_
org.apache.pekko.protobufv3.internal.LazyStringArrayList failed_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
shards_
List<ClusterShardingMessages.ShardState> shards_
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
class CurrentShardState extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
entityIds_
org.apache.pekko.protobufv3.internal.LazyStringArrayList entityIds_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
shardId_
Object shardId_
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
class EntitiesStarted extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
entityId_
org.apache.pekko.protobufv3.internal.LazyStringArrayList entityId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
class EntitiesStopped extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
entityId_
org.apache.pekko.protobufv3.internal.LazyStringArrayList entityId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
class EntityStarted extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
entityId_
Object entityId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
class EntityState extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
entities_
org.apache.pekko.protobufv3.internal.LazyStringArrayList entities_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
class EntityStopped extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
entityId_
Object entityId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
class GetClusterShardingStats extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
timeoutNanos_
long timeoutNanos_
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
class MapFieldEntry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
key_
Object key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
int value_
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
class RememberedShardState extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
marker_
boolean marker_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
shardId_
org.apache.pekko.protobufv3.internal.LazyStringArrayList shardId_
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
class ShardHome extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
class ShardHomeAllocated extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
class ShardHomes extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
homes_
List<ClusterShardingMessages.ShardHomesEntry> homes_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
class ShardHomesEntry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
region_
Object region_
-
shard_
org.apache.pekko.protobufv3.internal.LazyStringArrayList shard_
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
class ShardIdMessage extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
shard_
Object shard_
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
class ShardRegionStats extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
failed_
org.apache.pekko.protobufv3.internal.LazyStringArrayList failed_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
stats_
List<ClusterShardingMessages.MapFieldEntry> stats_
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
class ShardState extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
entityIds_
org.apache.pekko.protobufv3.internal.LazyStringArrayList entityIds_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
shardId_
Object shardId_
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
class ShardStats extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
entityCount_
int entityCount_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
shard_
Object shard_
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
class StartEntity extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
entityId_
Object entityId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
class StartEntityAck extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
-
Package org.apache.pekko.cluster.sharding.typed
-
Class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeDData$
class RememberEntitiesStoreModeDData$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeEventSourced$
class RememberEntitiesStoreModeEventSourced$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModeDData$
class StateStoreModeDData$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModePersistence$
class StateStoreModePersistence$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats
class GetClusterShardingStats extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats$
class GetClusterShardingStats$ extends scala.runtime.AbstractFunction3<EntityTypeKey<?>,scala.concurrent.duration.FiniteDuration, ActorRef<org.apache.pekko.cluster.sharding.ShardRegion.ClusterShardingStats>, GetClusterShardingStats> implements Serializable -
Class org.apache.pekko.cluster.sharding.typed.GetShardRegionState
class GetShardRegionState extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.typed.GetShardRegionState$
class GetShardRegionState$ extends scala.runtime.AbstractFunction2<EntityTypeKey<?>,ActorRef<org.apache.pekko.cluster.sharding.ShardRegion.CurrentShardRegionState>, GetShardRegionState> implements Serializable -
Class org.apache.pekko.cluster.sharding.typed.ShardingDirectReplication.VerifyStarted$
class VerifyStarted$ extends scala.runtime.AbstractFunction1<ActorRef<Done>,org.apache.pekko.cluster.sharding.typed.ShardingDirectReplication.VerifyStarted> implements Serializable -
Class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope
class ShardingEnvelope extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope$
class ShardingEnvelope$ extends Object implements Serializable
-
-
Package org.apache.pekko.cluster.sharding.typed.delivery
-
Class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation
class MessageWithConfirmation extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation$
class MessageWithConfirmation$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
class RequestNext extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext$
class RequestNext$ extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start
class Start extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start$
class Start$ extends Object implements Serializable
-
-
Package org.apache.pekko.cluster.sharding.typed.internal
-
Class org.apache.pekko.cluster.sharding.typed.internal.EntityTypeKeyImpl$
class EntityTypeKeyImpl$ extends Object implements Serializable
-
-
Package org.apache.pekko.cluster.sharding.typed.internal.protobuf
-
Class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
class ShardingEnvelope extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
entityId_
Object entityId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
message_
ContainerFormats.Payload message_
-
-
-
Package org.apache.pekko.cluster.sharding.typed.javadsl
-
Class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding.Passivate
class Passivate extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding.Passivate$
class Passivate$ extends Object implements Serializable
-
-
Package org.apache.pekko.cluster.sharding.typed.scaladsl
-
Class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding.Passivate
class Passivate extends Object implements Serializable -
Class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding.Passivate$
class Passivate$ extends Object implements Serializable
-
-
Package org.apache.pekko.cluster.singleton
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure
class AcquireLeaseFailure extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure$
class AcquireLeaseFailure$ extends scala.runtime.AbstractFunction1<Throwable,org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.AcquireLeaseFailure> implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult
class AcquireLeaseResult extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult$
class AcquireLeaseResult$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.AcquireLeaseResult> implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLease$
class AcquiringLease$ extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData
class AcquiringLeaseData extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData$
class AcquiringLeaseData$ extends scala.runtime.AbstractFunction2<Object,scala.Option<ActorRef>, org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.AcquiringLeaseData> implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldest$
class BecomingOldest$ extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData
class BecomingOldestData extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData$
class BecomingOldestData$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.List<UniqueAddress>,org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.BecomingOldestData> implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup$
class Cleanup$ extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved
class DelayedMemberRemoved extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved$
class DelayedMemberRemoved$ extends scala.runtime.AbstractFunction1<Member,org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.DelayedMemberRemoved> implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.End$
class End$ extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.EndData$
class EndData$ extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOver$
class HandingOver$ extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData
class HandingOverData extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData$
class HandingOverData$ extends scala.runtime.AbstractFunction2<ActorRef,scala.Option<ActorRef>, org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.HandingOverData> implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverDone$
class HandOverDone$ extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverInProgress$
class HandOverInProgress$ extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry
class HandOverRetry extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry$
class HandOverRetry$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.HandOverRetry> implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverToMe$
class HandOverToMe$ extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost
class LeaseLost extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost$
class LeaseLost$ extends scala.runtime.AbstractFunction1<scala.Option<Throwable>,org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.LeaseLost> implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseRetry$
class LeaseRetry$ extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Oldest$
class Oldest$ extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.GetNext$
class GetNext$ extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState
class InitialOldestState extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState$
class InitialOldestState$ extends scala.runtime.AbstractFunction2<scala.collection.immutable.List<UniqueAddress>,Object, org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.OldestChangedBuffer.InitialOldestState> implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged
class OldestChanged extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged$
class OldestChanged$ extends scala.runtime.AbstractFunction1<scala.Option<UniqueAddress>,org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.OldestChangedBuffer.OldestChanged> implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData
class OldestData extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData$
class OldestData$ extends scala.runtime.AbstractFunction1<scala.Option<ActorRef>,org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.OldestData> implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure
class ReleaseLeaseFailure extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure$
class ReleaseLeaseFailure$ extends scala.runtime.AbstractFunction1<Throwable,org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.ReleaseLeaseFailure> implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult
class ReleaseLeaseResult extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult$
class ReleaseLeaseResult$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.ReleaseLeaseResult> implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.SelfExiting$
class SelfExiting$ extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Start$
class Start$ extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StartOldestChangedBuffer$
class StartOldestChangedBuffer$ extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Stopping$
class Stopping$ extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData
class StoppingData extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData$
class StoppingData$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.StoppingData> implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOver$
class TakeOver$ extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverFromMe$
class TakeOverFromMe$ extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry
class TakeOverRetry extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry$
class TakeOverRetry$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.TakeOverRetry> implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Uninitialized$
class Uninitialized$ extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldest$
class WasOldest$ extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData
class WasOldestData extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData$
class WasOldestData$ extends scala.runtime.AbstractFunction2<scala.Option<ActorRef>,scala.Option<UniqueAddress>, org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.WasOldestData> implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Younger$
class Younger$ extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData
class YoungerData extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData$
class YoungerData$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.List<UniqueAddress>,org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.YoungerData> implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$AcquireLeaseFailure
class ClusterSingletonManager$Internal$AcquireLeaseFailure extends Object implements Serializable-
Serialized Fields
-
t
Throwable t
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$AcquireLeaseFailure$
class ClusterSingletonManager$Internal$AcquireLeaseFailure$ extends scala.runtime.AbstractFunction1<Throwable,org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$AcquireLeaseFailure> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$AcquireLeaseResult
class ClusterSingletonManager$Internal$AcquireLeaseResult extends Object implements Serializable-
Serialized Fields
-
holdingLease
boolean holdingLease
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$AcquireLeaseResult$
class ClusterSingletonManager$Internal$AcquireLeaseResult$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$AcquireLeaseResult> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$AcquiringLease$
class ClusterSingletonManager$Internal$AcquiringLease$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$AcquiringLeaseData
class ClusterSingletonManager$Internal$AcquiringLeaseData extends Object implements Serializable-
Serialized Fields
-
leaseRequestInProgress
boolean leaseRequestInProgress
-
singleton
scala.Option<ActorRef> singleton
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$AcquiringLeaseData$
class ClusterSingletonManager$Internal$AcquiringLeaseData$ extends scala.runtime.AbstractFunction2<Object,scala.Option<ActorRef>, org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$AcquiringLeaseData> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$BecomingOldest$
class ClusterSingletonManager$Internal$BecomingOldest$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$BecomingOldestData
class ClusterSingletonManager$Internal$BecomingOldestData extends Object implements Serializable-
Serialized Fields
-
previousOldest
scala.collection.immutable.List<UniqueAddress> previousOldest
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$BecomingOldestData$
class ClusterSingletonManager$Internal$BecomingOldestData$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.List<UniqueAddress>,org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$BecomingOldestData> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$Cleanup$
class ClusterSingletonManager$Internal$Cleanup$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$DelayedMemberRemoved
class ClusterSingletonManager$Internal$DelayedMemberRemoved extends Object implements Serializable-
Serialized Fields
-
member
Member member
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$DelayedMemberRemoved$
class ClusterSingletonManager$Internal$DelayedMemberRemoved$ extends scala.runtime.AbstractFunction1<Member,org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$DelayedMemberRemoved> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$End$
class ClusterSingletonManager$Internal$End$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$EndData$
class ClusterSingletonManager$Internal$EndData$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$HandingOver$
class ClusterSingletonManager$Internal$HandingOver$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$HandingOverData
class ClusterSingletonManager$Internal$HandingOverData extends Object implements Serializable -
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$HandingOverData$
class ClusterSingletonManager$Internal$HandingOverData$ extends scala.runtime.AbstractFunction2<ActorRef,scala.Option<ActorRef>, org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$HandingOverData> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$HandOverDone$
class ClusterSingletonManager$Internal$HandOverDone$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$HandOverInProgress$
class ClusterSingletonManager$Internal$HandOverInProgress$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$HandOverRetry
class ClusterSingletonManager$Internal$HandOverRetry extends Object implements Serializable-
Serialized Fields
-
count
int count
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$HandOverRetry$
class ClusterSingletonManager$Internal$HandOverRetry$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$HandOverRetry> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$HandOverToMe$
class ClusterSingletonManager$Internal$HandOverToMe$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$LeaseLost
class ClusterSingletonManager$Internal$LeaseLost extends Object implements Serializable-
Serialized Fields
-
reason
scala.Option<Throwable> reason
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$LeaseLost$
class ClusterSingletonManager$Internal$LeaseLost$ extends scala.runtime.AbstractFunction1<scala.Option<Throwable>,org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$LeaseLost> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$LeaseRetry$
class ClusterSingletonManager$Internal$LeaseRetry$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$Oldest$
class ClusterSingletonManager$Internal$Oldest$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$OldestChangedBuffer$GetNext$
class ClusterSingletonManager$Internal$OldestChangedBuffer$GetNext$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$OldestChangedBuffer$InitialOldestState
class ClusterSingletonManager$Internal$OldestChangedBuffer$InitialOldestState extends Object implements Serializable-
Serialized Fields
-
oldest
scala.collection.immutable.List<UniqueAddress> oldest
-
safeToBeOldest
boolean safeToBeOldest
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$OldestChangedBuffer$InitialOldestState$
class ClusterSingletonManager$Internal$OldestChangedBuffer$InitialOldestState$ extends scala.runtime.AbstractFunction2<scala.collection.immutable.List<UniqueAddress>,Object, org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$OldestChangedBuffer$InitialOldestState> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$OldestChangedBuffer$OldestChanged
class ClusterSingletonManager$Internal$OldestChangedBuffer$OldestChanged extends Object implements Serializable-
Serialized Fields
-
oldest
scala.Option<UniqueAddress> oldest
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$OldestChangedBuffer$OldestChanged$
class ClusterSingletonManager$Internal$OldestChangedBuffer$OldestChanged$ extends scala.runtime.AbstractFunction1<scala.Option<UniqueAddress>,org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$OldestChangedBuffer$OldestChanged> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$OldestData
class ClusterSingletonManager$Internal$OldestData extends Object implements Serializable-
Serialized Fields
-
singleton
scala.Option<ActorRef> singleton
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$OldestData$
class ClusterSingletonManager$Internal$OldestData$ extends scala.runtime.AbstractFunction1<scala.Option<ActorRef>,org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$OldestData> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$ReleaseLeaseFailure
class ClusterSingletonManager$Internal$ReleaseLeaseFailure extends Object implements Serializable-
Serialized Fields
-
t
Throwable t
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$ReleaseLeaseFailure$
class ClusterSingletonManager$Internal$ReleaseLeaseFailure$ extends scala.runtime.AbstractFunction1<Throwable,org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$ReleaseLeaseFailure> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$ReleaseLeaseResult
class ClusterSingletonManager$Internal$ReleaseLeaseResult extends Object implements Serializable-
Serialized Fields
-
released
boolean released
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$ReleaseLeaseResult$
class ClusterSingletonManager$Internal$ReleaseLeaseResult$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$ReleaseLeaseResult> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$SelfExiting$
class ClusterSingletonManager$Internal$SelfExiting$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$Start$
class ClusterSingletonManager$Internal$Start$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$StartOldestChangedBuffer$
class ClusterSingletonManager$Internal$StartOldestChangedBuffer$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$Stopping$
class ClusterSingletonManager$Internal$Stopping$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$StoppingData
class ClusterSingletonManager$Internal$StoppingData extends Object implements Serializable-
Serialized Fields
-
singleton
ActorRef singleton
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$StoppingData$
class ClusterSingletonManager$Internal$StoppingData$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$StoppingData> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$TakeOver$
class ClusterSingletonManager$Internal$TakeOver$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$TakeOverFromMe$
class ClusterSingletonManager$Internal$TakeOverFromMe$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$TakeOverRetry
class ClusterSingletonManager$Internal$TakeOverRetry extends Object implements Serializable-
Serialized Fields
-
count
int count
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$TakeOverRetry$
class ClusterSingletonManager$Internal$TakeOverRetry$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$TakeOverRetry> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$Uninitialized$
class ClusterSingletonManager$Internal$Uninitialized$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$WasOldest$
class ClusterSingletonManager$Internal$WasOldest$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$WasOldestData
class ClusterSingletonManager$Internal$WasOldestData extends Object implements Serializable-
Serialized Fields
-
newOldestOption
scala.Option<UniqueAddress> newOldestOption
-
singleton
scala.Option<ActorRef> singleton
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$WasOldestData$
class ClusterSingletonManager$Internal$WasOldestData$ extends scala.runtime.AbstractFunction2<scala.Option<ActorRef>,scala.Option<UniqueAddress>, org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$WasOldestData> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$Younger$
class ClusterSingletonManager$Internal$Younger$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$YoungerData
class ClusterSingletonManager$Internal$YoungerData extends Object implements Serializable-
Serialized Fields
-
oldest
scala.collection.immutable.List<UniqueAddress> oldest
-
-
-
Class org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$YoungerData$
class ClusterSingletonManager$Internal$YoungerData$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.List<UniqueAddress>,org.apache.pekko.cluster.singleton.ClusterSingletonManager$Internal$YoungerData> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Exception org.apache.pekko.cluster.singleton.ClusterSingletonManagerIsStuck
class ClusterSingletonManagerIsStuck extends PekkoException implements Serializable
-
-
Package org.apache.pekko.cluster.typed
-
Class org.apache.pekko.cluster.typed.Down
class Down extends Object implements Serializable -
Class org.apache.pekko.cluster.typed.Down$
class Down$ extends scala.runtime.AbstractFunction1<Address,Down> implements Serializable -
Class org.apache.pekko.cluster.typed.GetCurrentState
class GetCurrentState extends Object implements Serializable -
Class org.apache.pekko.cluster.typed.GetCurrentState$
class GetCurrentState$ extends scala.runtime.AbstractFunction1<ActorRef<ClusterEvent.CurrentClusterState>,GetCurrentState> implements Serializable -
Class org.apache.pekko.cluster.typed.Join
class Join extends Object implements Serializable -
Class org.apache.pekko.cluster.typed.Join$
class Join$ extends Object implements Serializable -
Class org.apache.pekko.cluster.typed.JoinSeedNodes
class JoinSeedNodes extends Object implements Serializable -
Class org.apache.pekko.cluster.typed.JoinSeedNodes$
class JoinSeedNodes$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Seq<Address>,JoinSeedNodes> implements Serializable -
Class org.apache.pekko.cluster.typed.Leave
class Leave extends Object implements Serializable -
Class org.apache.pekko.cluster.typed.Leave$
class Leave$ extends Object implements Serializable -
Class org.apache.pekko.cluster.typed.PrepareForFullClusterShutdown$
class PrepareForFullClusterShutdown$ extends Object implements Serializable -
Class org.apache.pekko.cluster.typed.SelfRemoved
class SelfRemoved extends Object implements Serializable -
Class org.apache.pekko.cluster.typed.SelfRemoved$
class SelfRemoved$ extends scala.runtime.AbstractFunction1<MemberStatus,SelfRemoved> implements Serializable -
Class org.apache.pekko.cluster.typed.SelfUp
class SelfUp extends Object implements Serializable -
Class org.apache.pekko.cluster.typed.SelfUp$
class SelfUp$ extends scala.runtime.AbstractFunction1<ClusterEvent.CurrentClusterState,SelfUp> implements Serializable -
Class org.apache.pekko.cluster.typed.Subscribe
class Subscribe extends Object implements Serializable -
Class org.apache.pekko.cluster.typed.Subscribe$
class Subscribe$ extends Object implements Serializable -
Class org.apache.pekko.cluster.typed.Unsubscribe
class Unsubscribe extends Object implements Serializable -
Class org.apache.pekko.cluster.typed.Unsubscribe$
class Unsubscribe$ extends Object implements Serializable
-
-
Package org.apache.pekko.cluster.typed.internal.protobuf
-
Class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
class PubSubMessagePublished extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
message_
ContainerFormats.Payload message_
-
-
Class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
class ReceptionistEntry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
actorRef_
Object actorRef_
-
bitField0_
int bitField0_
-
createdTimestamp_
long createdTimestamp_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
systemUid_
long systemUid_
-
-
Class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
class Ack extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
confirmedSeqNr_
long confirmedSeqNr_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
class Cleanup extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
qualifiers_
org.apache.pekko.protobufv3.internal.LazyStringArrayList qualifiers_
-
-
Class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
class Confirmed extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
qualifier_
Object qualifier_
-
seqNr_
long seqNr_
-
timestamp_
long timestamp_
-
-
Class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
class MessageSent extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
ack_
boolean ack_
-
bitField0_
int bitField0_
-
firstChunk_
boolean firstChunk_
-
lastChunk_
boolean lastChunk_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
message_
ContainerFormats.Payload message_
-
qualifier_
Object qualifier_
-
seqNr_
long seqNr_
-
timestamp_
long timestamp_
-
-
Class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
class RegisterConsumer extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
consumerControllerRef_
Object consumerControllerRef_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
class Request extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
confirmedSeqNr_
long confirmedSeqNr_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
requestUpToSeqNr_
long requestUpToSeqNr_
-
supportResend_
boolean supportResend_
-
viaTimeout_
boolean viaTimeout_
-
-
Class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
class Resend extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
fromSeqNr_
long fromSeqNr_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
class SequencedMessage extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
ack_
boolean ack_
-
bitField0_
int bitField0_
-
first_
boolean first_
-
firstChunk_
boolean firstChunk_
-
lastChunk_
boolean lastChunk_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
message_
ContainerFormats.Payload message_
-
producerControllerRef_
Object producerControllerRef_
-
producerId_
Object producerId_
-
seqNr_
long seqNr_
-
-
Class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
class State extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
confirmed_
List<ReliableDelivery.Confirmed> confirmed_
-
currentSeqNr_
long currentSeqNr_
-
highestConfirmedSeqNr_
long highestConfirmedSeqNr_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
unconfirmed_
List<ReliableDelivery.MessageSent> unconfirmed_
-
-
-
Package org.apache.pekko.cluster.typed.internal.receptionist
-
Class org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry
class Entry extends Object implements Serializable -
Class org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry$
class Entry$ extends Object implements Serializable -
Class org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.State
class State extends Object implements Serializable -
Class org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.State$
class State$ extends scala.runtime.AbstractFunction4<org.apache.pekko.cluster.typed.internal.receptionist.ShardedServiceRegistry,scala.collection.immutable.Map<ActorRef<?>, scala.collection.immutable.Set<org.apache.pekko.actor.typed.internal.receptionist.AbstractServiceKey>>, scala.collection.immutable.Map<ActorRef<?>, scala.collection.immutable.Set<scala.Tuple2<org.apache.pekko.actor.typed.internal.receptionist.AbstractServiceKey, scala.concurrent.duration.Deadline>>>, TypedMultiMap<org.apache.pekko.actor.typed.internal.receptionist.AbstractServiceKey, ActorRef>, org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.State> implements Serializable -
Class org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionistSettings$
class ClusterReceptionistSettings$ extends Object implements Serializable -
Class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
class ServiceRegistry$ extends Object implements Serializable -
Class org.apache.pekko.cluster.typed.internal.receptionist.ShardedServiceRegistry$
class ShardedServiceRegistry$ extends Object implements Serializable
-
-
Package org.apache.pekko.coordination.lease
-
Exception org.apache.pekko.coordination.lease.LeaseException
class LeaseException extends RuntimeException implements Serializable -
Exception org.apache.pekko.coordination.lease.LeaseTimeoutException
class LeaseTimeoutException extends LeaseException implements Serializable
-
-
Package org.apache.pekko.discovery
-
Class org.apache.pekko.discovery.Lookup$
class Lookup$ extends Object implements Serializable -
Exception org.apache.pekko.discovery.ServiceDiscovery.DiscoveryTimeoutException
class DiscoveryTimeoutException extends RuntimeException implements Serializable
-
-
Package org.apache.pekko.dispatch
-
Class org.apache.pekko.dispatch.AbstractNodeQueue
-
Serialized Fields
-
_tailDoNotCallMeDirectly
AbstractNodeQueue.Node<T> _tailDoNotCallMeDirectly
-
-
-
Class org.apache.pekko.dispatch.BoundedControlAwareMailbox
class BoundedControlAwareMailbox extends Object implements Serializable -
Class org.apache.pekko.dispatch.BoundedControlAwareMailbox.MessageQueue
class MessageQueue extends Object implements Serializable -
Class org.apache.pekko.dispatch.BoundedControlAwareMailbox$
class BoundedControlAwareMailbox$ extends Object implements Serializable -
Class org.apache.pekko.dispatch.BoundedDequeBasedMailbox
class BoundedDequeBasedMailbox extends Object implements Serializable -
Class org.apache.pekko.dispatch.BoundedDequeBasedMailbox.MessageQueue
-
Class org.apache.pekko.dispatch.BoundedDequeBasedMailbox$
class BoundedDequeBasedMailbox$ extends Object implements Serializable -
Class org.apache.pekko.dispatch.BoundedMailbox
class BoundedMailbox extends Object implements Serializable -
Class org.apache.pekko.dispatch.BoundedMailbox.MessageQueue
-
Class org.apache.pekko.dispatch.BoundedMailbox$
class BoundedMailbox$ extends Object implements Serializable -
Class org.apache.pekko.dispatch.CachingConfig.StringPathEntry
class StringPathEntry extends Object implements Serializable -
Class org.apache.pekko.dispatch.CachingConfig.StringPathEntry$
class StringPathEntry$ extends scala.runtime.AbstractFunction4<Object,Object, com.typesafe.config.Config, String, org.apache.pekko.dispatch.CachingConfig.StringPathEntry> implements Serializable -
Class org.apache.pekko.dispatch.CachingConfig.ValuePathEntry
class ValuePathEntry extends Object implements Serializable -
Class org.apache.pekko.dispatch.CachingConfig.ValuePathEntry$
class ValuePathEntry$ extends scala.runtime.AbstractFunction3<Object,Object, com.typesafe.config.Config, org.apache.pekko.dispatch.CachingConfig.ValuePathEntry> implements Serializable -
Class org.apache.pekko.dispatch.DefaultDispatcherPrerequisites$
class DefaultDispatcherPrerequisites$ extends scala.runtime.AbstractFunction7<ThreadFactory,EventStream, Scheduler, DynamicAccess, ActorSystem.Settings, org.apache.pekko.dispatch.Mailboxes, scala.Option<scala.concurrent.ExecutionContext>, org.apache.pekko.dispatch.DefaultDispatcherPrerequisites> implements Serializable -
Class org.apache.pekko.dispatch.Envelope
class Envelope extends Object implements Serializable -
Class org.apache.pekko.dispatch.Envelope$
class Envelope$ extends Object implements Serializable -
Class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator.PekkoForkJoinTask
class PekkoForkJoinTask extends ForkJoinTask<scala.runtime.BoxedUnit> implements Serializable -
Class org.apache.pekko.dispatch.Mailbox$
class Mailbox$ extends Object implements Serializable -
Class org.apache.pekko.dispatch.MonitorableThreadFactory
class MonitorableThreadFactory extends Object implements Serializable -
Class org.apache.pekko.dispatch.MonitorableThreadFactory$
class MonitorableThreadFactory$ extends Object implements Serializable -
Class org.apache.pekko.dispatch.NodeMessageQueue
-
Class org.apache.pekko.dispatch.NonBlockingBoundedMailbox
class NonBlockingBoundedMailbox extends Object implements Serializable -
Class org.apache.pekko.dispatch.NonBlockingBoundedMailbox$
class NonBlockingBoundedMailbox$ extends scala.runtime.AbstractFunction1<Object,NonBlockingBoundedMailbox> implements Serializable -
Class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox
class SingleConsumerOnlyUnboundedMailbox extends Object implements Serializable -
Class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox$
class SingleConsumerOnlyUnboundedMailbox$ extends scala.runtime.AbstractFunction0<SingleConsumerOnlyUnboundedMailbox> implements Serializable -
Class org.apache.pekko.dispatch.TaskInvocation
class TaskInvocation extends Object implements Serializable -
Class org.apache.pekko.dispatch.TaskInvocation$
class TaskInvocation$ extends scala.runtime.AbstractFunction3<EventStream,Runnable, scala.Function0<scala.runtime.BoxedUnit>, TaskInvocation> implements Serializable -
Class org.apache.pekko.dispatch.ThreadPoolConfig
class ThreadPoolConfig extends Object implements Serializable -
Class org.apache.pekko.dispatch.ThreadPoolConfig$
class ThreadPoolConfig$ extends Object implements Serializable -
Class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
class ThreadPoolConfigBuilder extends Object implements Serializable -
Class org.apache.pekko.dispatch.ThreadPoolConfigBuilder$
class ThreadPoolConfigBuilder$ extends scala.runtime.AbstractFunction1<ThreadPoolConfig,ThreadPoolConfigBuilder> implements Serializable -
Class org.apache.pekko.dispatch.UnboundedControlAwareMailbox
class UnboundedControlAwareMailbox extends Object implements Serializable -
Class org.apache.pekko.dispatch.UnboundedControlAwareMailbox.MessageQueue
class MessageQueue extends Object implements Serializable -
Class org.apache.pekko.dispatch.UnboundedControlAwareMailbox$
class UnboundedControlAwareMailbox$ extends Object implements Serializable -
Class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox
class UnboundedDequeBasedMailbox extends Object implements Serializable -
Class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox.MessageQueue
-
Class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox$
class UnboundedDequeBasedMailbox$ extends Object implements Serializable -
Class org.apache.pekko.dispatch.UnboundedMailbox
class UnboundedMailbox extends Object implements Serializable -
Class org.apache.pekko.dispatch.UnboundedMailbox.MessageQueue
-
Class org.apache.pekko.dispatch.UnboundedMailbox$
class UnboundedMailbox$ extends Object implements Serializable -
Class org.apache.pekko.dispatch.UnboundedPriorityMailbox.MessageQueue
-
-
Package org.apache.pekko.dispatch.sysmsg
-
Class org.apache.pekko.dispatch.sysmsg.Create$
class Create$ extends scala.runtime.AbstractFunction1<scala.Option<ActorInitializationException>,org.apache.pekko.dispatch.sysmsg.Create> implements Serializable -
Class org.apache.pekko.dispatch.sysmsg.DeathWatchNotification$
class DeathWatchNotification$ extends scala.runtime.AbstractFunction3<ActorRef,Object, Object, org.apache.pekko.dispatch.sysmsg.DeathWatchNotification> implements Serializable -
Class org.apache.pekko.dispatch.sysmsg.Failed$
class Failed$ extends scala.runtime.AbstractFunction3<ActorRef,Throwable, Object, org.apache.pekko.dispatch.sysmsg.Failed> implements Serializable -
Class org.apache.pekko.dispatch.sysmsg.NoMessage$
class NoMessage$ extends Object implements Serializable -
Class org.apache.pekko.dispatch.sysmsg.Recreate$
class Recreate$ extends scala.runtime.AbstractFunction1<Throwable,org.apache.pekko.dispatch.sysmsg.Recreate> implements Serializable -
Class org.apache.pekko.dispatch.sysmsg.Resume$
class Resume$ extends scala.runtime.AbstractFunction1<Throwable,org.apache.pekko.dispatch.sysmsg.Resume> implements Serializable -
Class org.apache.pekko.dispatch.sysmsg.Supervise$
class Supervise$ extends scala.runtime.AbstractFunction2<ActorRef,Object, org.apache.pekko.dispatch.sysmsg.Supervise> implements Serializable -
Class org.apache.pekko.dispatch.sysmsg.Suspend$
class Suspend$ extends scala.runtime.AbstractFunction0<org.apache.pekko.dispatch.sysmsg.Suspend> implements Serializable -
Class org.apache.pekko.dispatch.sysmsg.Terminate$
class Terminate$ extends scala.runtime.AbstractFunction0<org.apache.pekko.dispatch.sysmsg.Terminate> implements Serializable -
Class org.apache.pekko.dispatch.sysmsg.Unwatch$
class Unwatch$ extends scala.runtime.AbstractFunction2<ActorRef,ActorRef, org.apache.pekko.dispatch.sysmsg.Unwatch> implements Serializable -
Class org.apache.pekko.dispatch.sysmsg.Watch$
class Watch$ extends scala.runtime.AbstractFunction2<org.apache.pekko.actor.InternalActorRef,org.apache.pekko.actor.InternalActorRef, org.apache.pekko.dispatch.sysmsg.Watch> implements Serializable
-
-
Package org.apache.pekko.event
-
Class org.apache.pekko.event.ActorClassificationUnsubscriber.Register
class Register extends Object implements Serializable -
Class org.apache.pekko.event.ActorClassificationUnsubscriber.Register$
class Register$ extends scala.runtime.AbstractFunction2<ActorRef,Object, org.apache.pekko.event.ActorClassificationUnsubscriber.Register> implements Serializable -
Class org.apache.pekko.event.ActorClassificationUnsubscriber.Unregister
class Unregister extends Object implements Serializable -
Class org.apache.pekko.event.ActorClassificationUnsubscriber.Unregister$
class Unregister$ extends scala.runtime.AbstractFunction2<ActorRef,Object, org.apache.pekko.event.ActorClassificationUnsubscriber.Unregister> implements Serializable -
Class org.apache.pekko.event.ActorWithLogClass$
class ActorWithLogClass$ extends scala.runtime.AbstractFunction2<Actor,Class<?>, org.apache.pekko.event.ActorWithLogClass> implements Serializable -
Class org.apache.pekko.event.EventStreamUnsubscriber.Register
class Register extends Object implements Serializable -
Class org.apache.pekko.event.EventStreamUnsubscriber.Register$
class Register$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.event.EventStreamUnsubscriber.Register> implements Serializable -
Class org.apache.pekko.event.EventStreamUnsubscriber.UnregisterIfNoMoreSubscribedChannels
class UnregisterIfNoMoreSubscribedChannels extends Object implements Serializable -
Class org.apache.pekko.event.EventStreamUnsubscriber.UnregisterIfNoMoreSubscribedChannels$
class UnregisterIfNoMoreSubscribedChannels$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.event.EventStreamUnsubscriber.UnregisterIfNoMoreSubscribedChannels> implements Serializable -
Class org.apache.pekko.event.Logging.Debug
class Debug extends Object implements Serializable -
Class org.apache.pekko.event.Logging.Debug$
class Debug$ extends Object implements Serializable -
Class org.apache.pekko.event.Logging.Debug2
class Debug2 extends Logging.Debug implements Serializable -
Class org.apache.pekko.event.Logging.Debug3
class Debug3 extends Logging.Debug2 implements Serializable -
Class org.apache.pekko.event.Logging.Error
class Error extends Object implements Serializable -
Class org.apache.pekko.event.Logging.Error$
class Error$ extends Object implements Serializable -
Class org.apache.pekko.event.Logging.Error$.NoCause$
class NoCause$ extends Throwable implements Serializable -
Class org.apache.pekko.event.Logging.Error2
class Error2 extends Logging.Error implements Serializable -
Class org.apache.pekko.event.Logging.Error2$
class Error2$ extends Object implements Serializable -
Class org.apache.pekko.event.Logging.Error3
class Error3 extends Logging.Error2 implements Serializable -
Class org.apache.pekko.event.Logging.Info
class Info extends Object implements Serializable -
Class org.apache.pekko.event.Logging.Info$
class Info$ extends Object implements Serializable -
Class org.apache.pekko.event.Logging.Info2
class Info2 extends Logging.Info implements Serializable -
Class org.apache.pekko.event.Logging.Info3
class Info3 extends Logging.Info2 implements Serializable -
Class org.apache.pekko.event.Logging.InitializeLogger
class InitializeLogger extends Object implements Serializable -
Class org.apache.pekko.event.Logging.InitializeLogger$
class InitializeLogger$ extends scala.runtime.AbstractFunction1<LoggingBus,Logging.InitializeLogger> implements Serializable -
Class org.apache.pekko.event.Logging.LogEventException
class LogEventException extends Throwable implements Serializable -
Exception org.apache.pekko.event.Logging.LoggerException
class LoggerException extends PekkoException implements Serializable -
Exception org.apache.pekko.event.Logging.LoggerInitializationException
class LoggerInitializationException extends PekkoException implements Serializable -
Class org.apache.pekko.event.Logging.LoggerInitialized$
class LoggerInitialized$ extends Logging.LoggerInitialized implements Serializable -
Class org.apache.pekko.event.Logging.LogLevel
class LogLevel extends scala.AnyVal implements Serializable -
Class org.apache.pekko.event.Logging.LogLevel$
class LogLevel$ extends scala.runtime.AbstractFunction1<Object,Logging.LogLevel> implements Serializable -
Class org.apache.pekko.event.Logging.Warning
class Warning extends Object implements Serializable -
Class org.apache.pekko.event.Logging.Warning$
class Warning$ extends Object implements Serializable -
Class org.apache.pekko.event.Logging.Warning2
class Warning2 extends Logging.Warning implements Serializable -
Class org.apache.pekko.event.Logging.Warning3
class Warning3 extends Logging.Warning2 implements Serializable -
Class org.apache.pekko.event.Logging.Warning4
class Warning4 extends Logging.Warning2 implements Serializable -
Class org.apache.pekko.event.Logging$Error$NoCause$
class Logging$Error$NoCause$ extends Throwable implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
-
Package org.apache.pekko.io
-
Class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize
class ReceiveBufferSize extends Object implements Serializable -
Class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize$
class ReceiveBufferSize$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.io.Inet.SO.ReceiveBufferSize> implements Serializable -
Class org.apache.pekko.io.Inet.SO$.ReuseAddress
class ReuseAddress extends Object implements Serializable -
Class org.apache.pekko.io.Inet.SO$.ReuseAddress$
class ReuseAddress$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.io.Inet.SO.ReuseAddress> implements Serializable -
Class org.apache.pekko.io.Inet.SO$.SendBufferSize
class SendBufferSize extends Object implements Serializable -
Class org.apache.pekko.io.Inet.SO$.SendBufferSize$
class SendBufferSize$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.io.Inet.SO.SendBufferSize> implements Serializable -
Class org.apache.pekko.io.Inet.SO$.TrafficClass
class TrafficClass extends Object implements Serializable -
Class org.apache.pekko.io.Inet.SO$.TrafficClass$
class TrafficClass$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.io.Inet.SO.TrafficClass> implements Serializable -
Class org.apache.pekko.io.Inet$SO$ReceiveBufferSize
class Inet$SO$ReceiveBufferSize extends Object implements Serializable-
Serialized Fields
-
size
int size
-
-
-
Class org.apache.pekko.io.Inet$SO$ReceiveBufferSize$
class Inet$SO$ReceiveBufferSize$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.io.Inet$SO$ReceiveBufferSize> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.io.Inet$SO$ReuseAddress
class Inet$SO$ReuseAddress extends Object implements Serializable-
Serialized Fields
-
on
boolean on
-
-
-
Class org.apache.pekko.io.Inet$SO$ReuseAddress$
class Inet$SO$ReuseAddress$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.io.Inet$SO$ReuseAddress> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.io.Inet$SO$SendBufferSize
class Inet$SO$SendBufferSize extends Object implements Serializable-
Serialized Fields
-
size
int size
-
-
-
Class org.apache.pekko.io.Inet$SO$SendBufferSize$
class Inet$SO$SendBufferSize$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.io.Inet$SO$SendBufferSize> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.io.Inet$SO$TrafficClass
class Inet$SO$TrafficClass extends Object implements Serializable-
Serialized Fields
-
tc
int tc
-
-
-
Class org.apache.pekko.io.Inet$SO$TrafficClass$
class Inet$SO$TrafficClass$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.io.Inet$SO$TrafficClass> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.io.SelectionHandler.ChannelAcceptable$
class ChannelAcceptable$ extends Object implements Serializable -
Class org.apache.pekko.io.SelectionHandler.ChannelConnectable$
class ChannelConnectable$ extends Object implements Serializable -
Class org.apache.pekko.io.SelectionHandler.ChannelReadable$
class ChannelReadable$ extends Object implements Serializable -
Class org.apache.pekko.io.SelectionHandler.ChannelWritable$
class ChannelWritable$ extends Object implements Serializable -
Class org.apache.pekko.io.SelectionHandler.Retry
class Retry extends Object implements Serializable -
Class org.apache.pekko.io.SelectionHandler.Retry$
class Retry$ extends scala.runtime.AbstractFunction2<org.apache.pekko.io.SelectionHandler.WorkerForCommand,Object, org.apache.pekko.io.SelectionHandler.Retry> implements Serializable -
Class org.apache.pekko.io.SelectionHandler.WorkerForCommand
class WorkerForCommand extends Object implements Serializable -
Class org.apache.pekko.io.SelectionHandler.WorkerForCommand$
class WorkerForCommand$ extends scala.runtime.AbstractFunction3<org.apache.pekko.io.SelectionHandler.HasFailureMessage,ActorRef, scala.Function1<ChannelRegistry, Props>, org.apache.pekko.io.SelectionHandler.WorkerForCommand> implements Serializable -
Class org.apache.pekko.io.SimpleDnsCache.CacheEntry$
class CacheEntry$ extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.Abort$
class Abort$ extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.Aborted$
class Aborted$ extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.Bind
class Bind extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.Bind$
class Bind$ extends scala.runtime.AbstractFunction5<ActorRef,InetSocketAddress, Object, scala.collection.immutable.Iterable<Inet.SocketOption>, Object, Tcp.Bind> implements Serializable -
Class org.apache.pekko.io.Tcp.Bound
class Bound extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.Bound$
class Bound$ extends scala.runtime.AbstractFunction1<InetSocketAddress,Tcp.Bound> implements Serializable -
Class org.apache.pekko.io.Tcp.Close$
class Close$ extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.Closed$
class Closed$ extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.CommandFailed
class CommandFailed extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.CommandFailed$
class CommandFailed$ extends scala.runtime.AbstractFunction1<Tcp.Command,Tcp.CommandFailed> implements Serializable -
Class org.apache.pekko.io.Tcp.CompoundWrite
class CompoundWrite extends Tcp.WriteCommand implements Serializable -
Class org.apache.pekko.io.Tcp.CompoundWrite$
class CompoundWrite$ extends scala.runtime.AbstractFunction2<Tcp.SimpleWriteCommand,Tcp.WriteCommand, Tcp.CompoundWrite> implements Serializable -
Class org.apache.pekko.io.Tcp.ConfirmedClose$
class ConfirmedClose$ extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.ConfirmedClosed$
class ConfirmedClosed$ extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.Connect
class Connect extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.Connect$
class Connect$ extends scala.runtime.AbstractFunction5<InetSocketAddress,scala.Option<InetSocketAddress>, scala.collection.immutable.Iterable<Inet.SocketOption>, scala.Option<scala.concurrent.duration.FiniteDuration>, Object, Tcp.Connect> implements Serializable -
Class org.apache.pekko.io.Tcp.Connected
class Connected extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.Connected$
class Connected$ extends scala.runtime.AbstractFunction2<InetSocketAddress,InetSocketAddress, Tcp.Connected> implements Serializable -
Class org.apache.pekko.io.Tcp.ErrorClosed
class ErrorClosed extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.ErrorClosed$
class ErrorClosed$ extends scala.runtime.AbstractFunction1<String,Tcp.ErrorClosed> implements Serializable -
Class org.apache.pekko.io.Tcp.NoAck
class NoAck extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.NoAck$
class NoAck$ extends Tcp.NoAck implements Serializable -
Class org.apache.pekko.io.Tcp.PeerClosed$
class PeerClosed$ extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.Received
class Received extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.Received$
class Received$ extends scala.runtime.AbstractFunction1<ByteString,Tcp.Received> implements Serializable -
Class org.apache.pekko.io.Tcp.Register
class Register extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.Register$
class Register$ extends scala.runtime.AbstractFunction3<ActorRef,Object, Object, Tcp.Register> implements Serializable -
Class org.apache.pekko.io.Tcp.ResumeAccepting
class ResumeAccepting extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.ResumeAccepting$
class ResumeAccepting$ extends scala.runtime.AbstractFunction1<Object,Tcp.ResumeAccepting> implements Serializable -
Class org.apache.pekko.io.Tcp.ResumeReading$
class ResumeReading$ extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.ResumeWriting$
class ResumeWriting$ extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.SO$.KeepAlive
class KeepAlive extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.SO$.KeepAlive$
class KeepAlive$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.io.Tcp.SO.KeepAlive> implements Serializable -
Class org.apache.pekko.io.Tcp.SO$.OOBInline
class OOBInline extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.SO$.OOBInline$
class OOBInline$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.io.Tcp.SO.OOBInline> implements Serializable -
Class org.apache.pekko.io.Tcp.SO$.TcpNoDelay
class TcpNoDelay extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.SO$.TcpNoDelay$
class TcpNoDelay$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.io.Tcp.SO.TcpNoDelay> implements Serializable -
Class org.apache.pekko.io.Tcp.SuspendReading$
class SuspendReading$ extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.Unbind$
class Unbind$ extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.Unbound$
class Unbound$ extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.Write
class Write extends Tcp.SimpleWriteCommand implements Serializable -
Class org.apache.pekko.io.Tcp.Write$
class Write$ extends Object implements Serializable -
Class org.apache.pekko.io.Tcp.WritePath
class WritePath extends Tcp.SimpleWriteCommand implements Serializable -
Class org.apache.pekko.io.Tcp.WritePath$
class WritePath$ extends scala.runtime.AbstractFunction4<Path,Object, Object, Tcp.Event, Tcp.WritePath> implements Serializable -
Class org.apache.pekko.io.Tcp.WritingResumed$
class WritingResumed$ extends Object implements Serializable -
Class org.apache.pekko.io.Tcp$SO$KeepAlive
class Tcp$SO$KeepAlive extends Object implements Serializable-
Serialized Fields
-
on
boolean on
-
-
-
Class org.apache.pekko.io.Tcp$SO$KeepAlive$
class Tcp$SO$KeepAlive$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.io.Tcp$SO$KeepAlive> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.io.Tcp$SO$OOBInline
class Tcp$SO$OOBInline extends Object implements Serializable-
Serialized Fields
-
on
boolean on
-
-
-
Class org.apache.pekko.io.Tcp$SO$OOBInline$
class Tcp$SO$OOBInline$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.io.Tcp$SO$OOBInline> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.io.Tcp$SO$TcpNoDelay
class Tcp$SO$TcpNoDelay extends Object implements Serializable-
Serialized Fields
-
on
boolean on
-
-
-
Class org.apache.pekko.io.Tcp$SO$TcpNoDelay$
class Tcp$SO$TcpNoDelay$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.io.Tcp$SO$TcpNoDelay> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.io.TcpConnection.CloseInformation
class CloseInformation extends Object implements Serializable -
Class org.apache.pekko.io.TcpConnection.CloseInformation$
class CloseInformation$ extends scala.runtime.AbstractFunction2<scala.collection.immutable.Set<ActorRef>,Tcp.Event, org.apache.pekko.io.TcpConnection.CloseInformation> implements Serializable -
Class org.apache.pekko.io.TcpConnection.ConnectionInfo
class ConnectionInfo extends Object implements Serializable -
Class org.apache.pekko.io.TcpConnection.ConnectionInfo$
class ConnectionInfo$ extends scala.runtime.AbstractFunction4<ChannelRegistration,ActorRef, Object, Object, org.apache.pekko.io.TcpConnection.ConnectionInfo> implements Serializable -
Class org.apache.pekko.io.TcpConnection.Unregistered$
class Unregistered$ extends Object implements Serializable -
Class org.apache.pekko.io.TcpConnection.UpdatePendingWriteAndThen
class UpdatePendingWriteAndThen extends Object implements Serializable -
Class org.apache.pekko.io.TcpConnection.UpdatePendingWriteAndThen$
class UpdatePendingWriteAndThen$ extends scala.runtime.AbstractFunction2<org.apache.pekko.io.TcpConnection.PendingWrite,scala.Function0<scala.runtime.BoxedUnit>, org.apache.pekko.io.TcpConnection.UpdatePendingWriteAndThen> implements Serializable -
Class org.apache.pekko.io.TcpConnection.WriteFileFailed
class WriteFileFailed extends Object implements Serializable -
Class org.apache.pekko.io.TcpConnection.WriteFileFailed$
class WriteFileFailed$ extends scala.runtime.AbstractFunction1<IOException,org.apache.pekko.io.TcpConnection.WriteFileFailed> implements Serializable -
Class org.apache.pekko.io.TcpListener.FailedRegisterIncoming
class FailedRegisterIncoming extends Object implements Serializable -
Class org.apache.pekko.io.TcpListener.FailedRegisterIncoming$
class FailedRegisterIncoming$ extends scala.runtime.AbstractFunction1<SocketChannel,org.apache.pekko.io.TcpListener.FailedRegisterIncoming> implements Serializable -
Class org.apache.pekko.io.TcpListener.RegisterIncoming
class RegisterIncoming extends Object implements Serializable -
Class org.apache.pekko.io.TcpListener.RegisterIncoming$
class RegisterIncoming$ extends scala.runtime.AbstractFunction1<SocketChannel,org.apache.pekko.io.TcpListener.RegisterIncoming> implements Serializable -
Class org.apache.pekko.io.Udp.Bind
class Bind extends Object implements Serializable -
Class org.apache.pekko.io.Udp.Bind$
class Bind$ extends scala.runtime.AbstractFunction3<ActorRef,InetSocketAddress, scala.collection.immutable.Iterable<Inet.SocketOption>, Udp.Bind> implements Serializable -
Class org.apache.pekko.io.Udp.Bound
class Bound extends Object implements Serializable -
Class org.apache.pekko.io.Udp.Bound$
class Bound$ extends scala.runtime.AbstractFunction1<InetSocketAddress,Udp.Bound> implements Serializable -
Class org.apache.pekko.io.Udp.CommandFailed
class CommandFailed extends Object implements Serializable -
Class org.apache.pekko.io.Udp.CommandFailed$
class CommandFailed$ extends scala.runtime.AbstractFunction1<Udp.Command,Udp.CommandFailed> implements Serializable -
Class org.apache.pekko.io.Udp.NoAck
class NoAck extends Object implements Serializable -
Class org.apache.pekko.io.Udp.NoAck$
class NoAck$ extends Udp.NoAck implements Serializable -
Class org.apache.pekko.io.Udp.Received
class Received extends Object implements Serializable -
Class org.apache.pekko.io.Udp.Received$
class Received$ extends scala.runtime.AbstractFunction2<ByteString,InetSocketAddress, Udp.Received> implements Serializable -
Class org.apache.pekko.io.Udp.ResumeReading$
class ResumeReading$ extends Object implements Serializable -
Class org.apache.pekko.io.Udp.Send
class Send extends Object implements Serializable -
Class org.apache.pekko.io.Udp.Send$
class Send$ extends Object implements Serializable -
Class org.apache.pekko.io.Udp.SimpleSender
class SimpleSender extends Object implements Serializable -
Class org.apache.pekko.io.Udp.SimpleSender$
class SimpleSender$ extends Udp.SimpleSender implements Serializable -
Class org.apache.pekko.io.Udp.SimpleSenderReady$
class SimpleSenderReady$ extends Object implements Serializable -
Class org.apache.pekko.io.Udp.SO$.Broadcast
class Broadcast extends Object implements Serializable -
Class org.apache.pekko.io.Udp.SO$.Broadcast$
class Broadcast$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.io.Udp.SO.Broadcast> implements Serializable -
Class org.apache.pekko.io.Udp.SuspendReading$
class SuspendReading$ extends Object implements Serializable -
Class org.apache.pekko.io.Udp.Unbind$
class Unbind$ extends Object implements Serializable -
Class org.apache.pekko.io.Udp.Unbound$
class Unbound$ extends Object implements Serializable -
Class org.apache.pekko.io.Udp$SO$Broadcast
class Udp$SO$Broadcast extends Object implements Serializable-
Serialized Fields
-
on
boolean on
-
-
-
Class org.apache.pekko.io.Udp$SO$Broadcast$
class Udp$SO$Broadcast$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.io.Udp$SO$Broadcast> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.io.UdpConnected.CommandFailed
class CommandFailed extends Object implements Serializable -
Class org.apache.pekko.io.UdpConnected.CommandFailed$
class CommandFailed$ extends scala.runtime.AbstractFunction1<UdpConnected.Command,UdpConnected.CommandFailed> implements Serializable -
Class org.apache.pekko.io.UdpConnected.Connect
class Connect extends Object implements Serializable -
Class org.apache.pekko.io.UdpConnected.Connect$
class Connect$ extends scala.runtime.AbstractFunction4<ActorRef,InetSocketAddress, scala.Option<InetSocketAddress>, scala.collection.immutable.Iterable<Inet.SocketOption>, UdpConnected.Connect> implements Serializable -
Class org.apache.pekko.io.UdpConnected.Connected$
class Connected$ extends Object implements Serializable -
Class org.apache.pekko.io.UdpConnected.Disconnect$
class Disconnect$ extends Object implements Serializable -
Class org.apache.pekko.io.UdpConnected.Disconnected$
class Disconnected$ extends Object implements Serializable -
Class org.apache.pekko.io.UdpConnected.NoAck
class NoAck extends Object implements Serializable -
Class org.apache.pekko.io.UdpConnected.NoAck$
class NoAck$ extends UdpConnected.NoAck implements Serializable -
Class org.apache.pekko.io.UdpConnected.Received
class Received extends Object implements Serializable -
Class org.apache.pekko.io.UdpConnected.Received$
class Received$ extends scala.runtime.AbstractFunction1<ByteString,UdpConnected.Received> implements Serializable -
Class org.apache.pekko.io.UdpConnected.ResumeReading$
class ResumeReading$ extends Object implements Serializable -
Class org.apache.pekko.io.UdpConnected.Send
class Send extends Object implements Serializable -
Class org.apache.pekko.io.UdpConnected.Send$
class Send$ extends Object implements Serializable -
Class org.apache.pekko.io.UdpConnected.SuspendReading$
class SuspendReading$ extends Object implements Serializable
-
-
Package org.apache.pekko.io.dns
-
Class org.apache.pekko.io.dns.AAAARecord
class AAAARecord extends ResourceRecord implements Serializable -
Class org.apache.pekko.io.dns.AAAARecord$
class AAAARecord$ extends Object implements Serializable -
Class org.apache.pekko.io.dns.ARecord
class ARecord extends ResourceRecord implements Serializable -
Class org.apache.pekko.io.dns.ARecord$
class ARecord$ extends Object implements Serializable -
Class org.apache.pekko.io.dns.CachePolicy.Forever$
class Forever$ extends Object implements Serializable -
Class org.apache.pekko.io.dns.CachePolicy.Never$
class Never$ extends Object implements Serializable -
Class org.apache.pekko.io.dns.CachePolicy.Ttl$.TtlIsOrdered$
class TtlIsOrdered$ extends Object implements Serializable -
Class org.apache.pekko.io.dns.CachePolicy$Ttl$TtlIsOrdered$
class CachePolicy$Ttl$TtlIsOrdered$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.io.dns.CNameRecord
class CNameRecord extends ResourceRecord implements Serializable -
Class org.apache.pekko.io.dns.CNameRecord$
class CNameRecord$ extends Object implements Serializable -
Class org.apache.pekko.io.dns.DnsProtocol.Ip
class Ip extends Object implements Serializable -
Class org.apache.pekko.io.dns.DnsProtocol.Ip$
class Ip$ extends scala.runtime.AbstractFunction2<Object,Object, DnsProtocol.Ip> implements Serializable -
Class org.apache.pekko.io.dns.DnsProtocol.Resolve
class Resolve extends Object implements Serializable -
Class org.apache.pekko.io.dns.DnsProtocol.Resolve$
class Resolve$ extends Object implements Serializable -
Class org.apache.pekko.io.dns.DnsProtocol.Resolved
class Resolved extends Object implements Serializable -
Class org.apache.pekko.io.dns.DnsProtocol.Resolved$
class Resolved$ extends Object implements Serializable -
Class org.apache.pekko.io.dns.DnsProtocol.Srv$
class Srv$ extends Object implements Serializable -
Class org.apache.pekko.io.dns.IdGenerator.Policy$.EnhancedDoubleHashRandom$
class EnhancedDoubleHashRandom$ extends Object implements Serializable -
Class org.apache.pekko.io.dns.IdGenerator.Policy$.SecureRandom$
class SecureRandom$ extends Object implements Serializable -
Class org.apache.pekko.io.dns.IdGenerator.Policy$.ThreadLocalRandom$
class ThreadLocalRandom$ extends Object implements Serializable -
Class org.apache.pekko.io.dns.IdGenerator$Policy$EnhancedDoubleHashRandom$
class IdGenerator$Policy$EnhancedDoubleHashRandom$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.io.dns.IdGenerator$Policy$SecureRandom$
class IdGenerator$Policy$SecureRandom$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.io.dns.IdGenerator$Policy$ThreadLocalRandom$
class IdGenerator$Policy$ThreadLocalRandom$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.io.dns.RecordClass
class RecordClass extends Object implements Serializable -
Class org.apache.pekko.io.dns.RecordClass$
class RecordClass$ extends Object implements Serializable -
Class org.apache.pekko.io.dns.RecordType
class RecordType extends Object implements Serializable -
Class org.apache.pekko.io.dns.RecordType$
class RecordType$ extends Object implements Serializable -
Class org.apache.pekko.io.dns.SRVRecord
class SRVRecord extends ResourceRecord implements Serializable -
Class org.apache.pekko.io.dns.SRVRecord$
class SRVRecord$ extends Object implements Serializable -
Class org.apache.pekko.io.dns.UnknownRecord
class UnknownRecord extends ResourceRecord implements Serializable -
Class org.apache.pekko.io.dns.UnknownRecord$
class UnknownRecord$ extends Object implements Serializable
-
-
Package org.apache.pekko.io.dns.internal
-
Class org.apache.pekko.io.dns.internal.AsyncDnsManager.GetCache$
class GetCache$ extends Object implements Serializable -
Exception org.apache.pekko.io.dns.internal.AsyncDnsResolver.ResolveFailedException
class ResolveFailedException extends Exception implements Serializable -
Class org.apache.pekko.io.dns.internal.AsyncDnsResolver.ResolveFailedException$
class ResolveFailedException$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.io.dns.internal.AsyncDnsResolver.ResolveFailedException> implements Serializable -
Class org.apache.pekko.io.dns.internal.DnsClient.Answer
class Answer extends Object implements Serializable -
Class org.apache.pekko.io.dns.internal.DnsClient.Answer$
class Answer$ extends scala.runtime.AbstractFunction3<Object,scala.collection.immutable.Seq<ResourceRecord>, scala.collection.immutable.Seq<ResourceRecord>, org.apache.pekko.io.dns.internal.DnsClient.Answer> implements Serializable -
Class org.apache.pekko.io.dns.internal.DnsClient.DropRequest
class DropRequest extends Object implements Serializable -
Class org.apache.pekko.io.dns.internal.DnsClient.DropRequest$
class DropRequest$ extends scala.runtime.AbstractFunction1<org.apache.pekko.io.dns.internal.DnsClient.DnsQuestion,org.apache.pekko.io.dns.internal.DnsClient.DropRequest> implements Serializable -
Class org.apache.pekko.io.dns.internal.DnsClient.DuplicateId
class DuplicateId extends Object implements Serializable -
Class org.apache.pekko.io.dns.internal.DnsClient.DuplicateId$
class DuplicateId$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.io.dns.internal.DnsClient.DuplicateId> implements Serializable -
Class org.apache.pekko.io.dns.internal.DnsClient.Question4
class Question4 extends Object implements Serializable -
Class org.apache.pekko.io.dns.internal.DnsClient.Question4$
class Question4$ extends scala.runtime.AbstractFunction2<Object,String, org.apache.pekko.io.dns.internal.DnsClient.Question4> implements Serializable -
Class org.apache.pekko.io.dns.internal.DnsClient.Question6
class Question6 extends Object implements Serializable -
Class org.apache.pekko.io.dns.internal.DnsClient.Question6$
class Question6$ extends scala.runtime.AbstractFunction2<Object,String, org.apache.pekko.io.dns.internal.DnsClient.Question6> implements Serializable -
Class org.apache.pekko.io.dns.internal.DnsClient.SrvQuestion
class SrvQuestion extends Object implements Serializable -
Class org.apache.pekko.io.dns.internal.DnsClient.SrvQuestion$
class SrvQuestion$ extends scala.runtime.AbstractFunction2<Object,String, org.apache.pekko.io.dns.internal.DnsClient.SrvQuestion> implements Serializable -
Class org.apache.pekko.io.dns.internal.Message$
class Message$ extends Object implements Serializable -
Class org.apache.pekko.io.dns.internal.MessageFlags$
class MessageFlags$ extends Object implements Serializable -
Class org.apache.pekko.io.dns.internal.OpCode$
class OpCode$ extends scala.Enumeration implements Serializable -
Class org.apache.pekko.io.dns.internal.package.CachePolicyIsOrdered$
class CachePolicyIsOrdered$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.io.dns.internal.Question$
class Question$ extends Object implements Serializable -
Class org.apache.pekko.io.dns.internal.ResolvConf$
class ResolvConf$ extends scala.runtime.AbstractFunction2<scala.collection.immutable.List<String>,Object, org.apache.pekko.io.dns.internal.ResolvConf> implements Serializable -
Class org.apache.pekko.io.dns.internal.ResponseCode$
class ResponseCode$ extends scala.Enumeration implements Serializable
-
-
Package org.apache.pekko.japi
-
Exception org.apache.pekko.japi.JavaPartialFunction.NoMatch$
class NoMatch$ extends JavaPartialFunction.NoMatchException implements Serializable -
Exception org.apache.pekko.japi.JavaPartialFunction.NoMatchException
class NoMatchException extends RuntimeException implements Serializable -
Class org.apache.pekko.japi.Pair
class Pair extends Object implements Serializable -
Class org.apache.pekko.japi.Pair$
class Pair$ extends Object implements Serializable
-
-
Package org.apache.pekko.japi.function
-
Class org.apache.pekko.japi.function.Function$
class Function$ extends Object implements Serializable
-
-
Package org.apache.pekko.japi.tuple
-
Class org.apache.pekko.japi.tuple.Tuple10
class Tuple10 extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple10$
class Tuple10$ extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple11
class Tuple11 extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple11$
class Tuple11$ extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple12
class Tuple12 extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple12$
class Tuple12$ extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple13
class Tuple13 extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple13$
class Tuple13$ extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple14
class Tuple14 extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple14$
class Tuple14$ extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple15
class Tuple15 extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple15$
class Tuple15$ extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple16
class Tuple16 extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple16$
class Tuple16$ extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple17
class Tuple17 extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple17$
class Tuple17$ extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple18
class Tuple18 extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple18$
class Tuple18$ extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple19
class Tuple19 extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple19$
class Tuple19$ extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple20
class Tuple20 extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple20$
class Tuple20$ extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple21
class Tuple21 extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple21$
class Tuple21$ extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple22
class Tuple22 extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple22$
class Tuple22$ extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple3
class Tuple3 extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple3$
class Tuple3$ extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple4
class Tuple4 extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple4$
class Tuple4$ extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple5
class Tuple5 extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple5$
class Tuple5$ extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple6
class Tuple6 extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple6$
class Tuple6$ extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple7
class Tuple7 extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple7$
class Tuple7$ extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple8
class Tuple8 extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple8$
class Tuple8$ extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple9
class Tuple9 extends Object implements Serializable -
Class org.apache.pekko.japi.tuple.Tuple9$
class Tuple9$ extends Object implements Serializable
-
-
Package org.apache.pekko.osgi
-
Class org.apache.pekko.osgi.UnregisteringLogService$
class UnregisteringLogService$ extends Object implements Serializable
-
-
Package org.apache.pekko.pattern
-
Exception org.apache.pekko.pattern.AskTimeoutException
class AskTimeoutException extends TimeoutException implements Serializable -
Class org.apache.pekko.pattern.AutoReset$
class AutoReset$ extends scala.runtime.AbstractFunction1<scala.concurrent.duration.FiniteDuration,org.apache.pekko.pattern.AutoReset> implements Serializable -
Class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
class BackoffOnFailureOptionsImpl extends Object implements Serializable -
Class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl$
class BackoffOnFailureOptionsImpl$ extends Object implements Serializable -
Class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
class BackoffOnStopOptionsImpl extends Object implements Serializable -
Class org.apache.pekko.pattern.BackoffOnStopOptionsImpl$
class BackoffOnStopOptionsImpl$ extends Object implements Serializable -
Class org.apache.pekko.pattern.BackoffSupervisor.CurrentChild
class CurrentChild extends Object implements Serializable -
Class org.apache.pekko.pattern.BackoffSupervisor.CurrentChild$
class CurrentChild$ extends scala.runtime.AbstractFunction1<scala.Option<ActorRef>,BackoffSupervisor.CurrentChild> implements Serializable -
Class org.apache.pekko.pattern.BackoffSupervisor.GetCurrentChild$
class GetCurrentChild$ extends Object implements Serializable -
Class org.apache.pekko.pattern.BackoffSupervisor.GetRestartCount$
class GetRestartCount$ extends Object implements Serializable -
Class org.apache.pekko.pattern.BackoffSupervisor.Reset$
class Reset$ extends Object implements Serializable -
Class org.apache.pekko.pattern.BackoffSupervisor.ResetRestartCount$
class ResetRestartCount$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.pattern.BackoffSupervisor.ResetRestartCount> implements Serializable -
Class org.apache.pekko.pattern.BackoffSupervisor.RestartCount
class RestartCount extends Object implements Serializable -
Class org.apache.pekko.pattern.BackoffSupervisor.RestartCount$
class RestartCount$ extends scala.runtime.AbstractFunction1<Object,BackoffSupervisor.RestartCount> implements Serializable -
Class org.apache.pekko.pattern.BackoffSupervisor.StartChild$
class StartChild$ extends Object implements Serializable -
Exception org.apache.pekko.pattern.CircuitBreakerOpenException
class CircuitBreakerOpenException extends PekkoException implements Serializable -
Class org.apache.pekko.pattern.CircuitBreakerOpenException$
class CircuitBreakerOpenException$ extends Object implements Serializable -
Class org.apache.pekko.pattern.ForwardDeathLetters$
class ForwardDeathLetters$ extends Object implements Serializable -
Class org.apache.pekko.pattern.ForwardTo$
class ForwardTo$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.pattern.ForwardTo> implements Serializable -
Class org.apache.pekko.pattern.ManualReset$
class ManualReset$ extends Object implements Serializable -
Class org.apache.pekko.pattern.PromiseActorRef$
class PromiseActorRef$ extends Object implements Serializable -
Class org.apache.pekko.pattern.ReplyWith$
class ReplyWith$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.pattern.ReplyWith> implements Serializable -
Exception org.apache.pekko.pattern.StatusReply.ErrorMessage
class ErrorMessage extends RuntimeException implements Serializable -
Class org.apache.pekko.pattern.StatusReply.ErrorMessage$
class ErrorMessage$ extends scala.runtime.AbstractFunction1<String,StatusReply.ErrorMessage> implements Serializable
-
-
Package org.apache.pekko.persistence
-
Class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot
class AtLeastOnceDeliverySnapshot extends Object implements Serializable -
Class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot$
class AtLeastOnceDeliverySnapshot$ extends scala.runtime.AbstractFunction2<Object,scala.collection.immutable.Seq<AtLeastOnceDelivery.UnconfirmedDelivery>, AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot> implements Serializable -
Class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
class Delivery extends Object implements Serializable -
Class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery$
class Delivery$ extends scala.runtime.AbstractFunction4<ActorPath,Object, Object, Object, org.apache.pekko.persistence.AtLeastOnceDelivery.Internal.Delivery> implements Serializable -
Class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.RedeliveryTick$
class RedeliveryTick$ extends Object implements Serializable -
Exception org.apache.pekko.persistence.AtLeastOnceDelivery.MaxUnconfirmedMessagesExceededException
class MaxUnconfirmedMessagesExceededException extends RuntimeException implements Serializable -
Class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
class UnconfirmedDelivery extends Object implements Serializable -
Class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery$
class UnconfirmedDelivery$ extends scala.runtime.AbstractFunction3<Object,ActorPath, Object, AtLeastOnceDelivery.UnconfirmedDelivery> implements Serializable -
Class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedWarning
class UnconfirmedWarning extends Object implements Serializable -
Class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedWarning$
class UnconfirmedWarning$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Seq<AtLeastOnceDelivery.UnconfirmedDelivery>,AtLeastOnceDelivery.UnconfirmedWarning> implements Serializable -
Class org.apache.pekko.persistence.AtLeastOnceDelivery$Internal$Delivery
class AtLeastOnceDelivery$Internal$Delivery extends Object implements Serializable -
Class org.apache.pekko.persistence.AtLeastOnceDelivery$Internal$Delivery$
class AtLeastOnceDelivery$Internal$Delivery$ extends scala.runtime.AbstractFunction4<ActorPath,Object, Object, Object, org.apache.pekko.persistence.AtLeastOnceDelivery$Internal$Delivery> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.persistence.AtLeastOnceDelivery$Internal$RedeliveryTick$
class AtLeastOnceDelivery$Internal$RedeliveryTick$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.persistence.AtomicWrite
class AtomicWrite extends Object implements Serializable -
Class org.apache.pekko.persistence.AtomicWrite$
class AtomicWrite$ extends Object implements Serializable -
Class org.apache.pekko.persistence.DeleteMessagesFailure
class DeleteMessagesFailure extends Object implements Serializable -
Class org.apache.pekko.persistence.DeleteMessagesFailure$
class DeleteMessagesFailure$ extends scala.runtime.AbstractFunction2<Throwable,Object, DeleteMessagesFailure> implements Serializable -
Class org.apache.pekko.persistence.DeleteMessagesSuccess
class DeleteMessagesSuccess extends Object implements Serializable -
Class org.apache.pekko.persistence.DeleteMessagesSuccess$
class DeleteMessagesSuccess$ extends scala.runtime.AbstractFunction1<Object,DeleteMessagesSuccess> implements Serializable -
Class org.apache.pekko.persistence.DeleteSnapshotFailure
class DeleteSnapshotFailure extends Object implements Serializable -
Class org.apache.pekko.persistence.DeleteSnapshotFailure$
class DeleteSnapshotFailure$ extends scala.runtime.AbstractFunction2<SnapshotMetadata,Throwable, DeleteSnapshotFailure> implements Serializable -
Class org.apache.pekko.persistence.DeleteSnapshotsFailure
class DeleteSnapshotsFailure extends Object implements Serializable -
Class org.apache.pekko.persistence.DeleteSnapshotsFailure$
class DeleteSnapshotsFailure$ extends scala.runtime.AbstractFunction2<SnapshotSelectionCriteria,Throwable, DeleteSnapshotsFailure> implements Serializable -
Class org.apache.pekko.persistence.DeleteSnapshotsSuccess
class DeleteSnapshotsSuccess extends Object implements Serializable -
Class org.apache.pekko.persistence.DeleteSnapshotsSuccess$
class DeleteSnapshotsSuccess$ extends scala.runtime.AbstractFunction1<SnapshotSelectionCriteria,DeleteSnapshotsSuccess> implements Serializable -
Class org.apache.pekko.persistence.DeleteSnapshotSuccess
class DeleteSnapshotSuccess extends Object implements Serializable -
Class org.apache.pekko.persistence.DeleteSnapshotSuccess$
class DeleteSnapshotSuccess$ extends scala.runtime.AbstractFunction1<SnapshotMetadata,DeleteSnapshotSuccess> implements Serializable -
Class org.apache.pekko.persistence.DiscardToDeadLetterStrategy$
class DiscardToDeadLetterStrategy$ extends Object implements Serializable -
Class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation
class AsyncHandlerInvocation extends Object implements Serializable -
Class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation$
class AsyncHandlerInvocation$ extends scala.runtime.AbstractFunction2<Object,scala.Function1<Object, scala.runtime.BoxedUnit>, Eventsourced.AsyncHandlerInvocation> implements Serializable -
Class org.apache.pekko.persistence.Eventsourced.RecoveryTick
class RecoveryTick extends Object implements Serializable -
Class org.apache.pekko.persistence.Eventsourced.RecoveryTick$
class RecoveryTick$ extends scala.runtime.AbstractFunction1<Object,Eventsourced.RecoveryTick> implements Serializable -
Class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation
class StashingHandlerInvocation extends Object implements Serializable -
Class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation$
class StashingHandlerInvocation$ extends scala.runtime.AbstractFunction2<Object,scala.Function1<Object, scala.runtime.BoxedUnit>, Eventsourced.StashingHandlerInvocation> implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo
class DeleteMessagesTo extends Object implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo$
class DeleteMessagesTo$ extends scala.runtime.AbstractFunction3<String,Object, ActorRef, JournalProtocol.DeleteMessagesTo> implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess
class LoopMessageSuccess extends Object implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess$
class LoopMessageSuccess$ extends scala.runtime.AbstractFunction2<Object,Object, JournalProtocol.LoopMessageSuccess> implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.RecoverySuccess
class RecoverySuccess extends Object implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.RecoverySuccess$
class RecoverySuccess$ extends scala.runtime.AbstractFunction1<Object,JournalProtocol.RecoverySuccess> implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.ReplayedMessage
class ReplayedMessage extends Object implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.ReplayedMessage$
class ReplayedMessage$ extends scala.runtime.AbstractFunction1<PersistentRepr,JournalProtocol.ReplayedMessage> implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
class ReplayMessages extends Object implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.ReplayMessages$
class ReplayMessages$ extends scala.runtime.AbstractFunction5<Object,Object, Object, String, ActorRef, JournalProtocol.ReplayMessages> implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.ReplayMessagesFailure
class ReplayMessagesFailure extends Object implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.ReplayMessagesFailure$
class ReplayMessagesFailure$ extends scala.runtime.AbstractFunction1<Throwable,JournalProtocol.ReplayMessagesFailure> implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure
class WriteMessageFailure extends Object implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure$
class WriteMessageFailure$ extends scala.runtime.AbstractFunction3<PersistentRepr,Throwable, Object, JournalProtocol.WriteMessageFailure> implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected
class WriteMessageRejected extends Object implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected$
class WriteMessageRejected$ extends scala.runtime.AbstractFunction3<PersistentRepr,Throwable, Object, JournalProtocol.WriteMessageRejected> implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.WriteMessages
class WriteMessages extends Object implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.WriteMessages$
class WriteMessages$ extends scala.runtime.AbstractFunction3<scala.collection.immutable.Seq<PersistentEnvelope>,ActorRef, Object, JournalProtocol.WriteMessages> implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed
class WriteMessagesFailed extends Object implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed$
class WriteMessagesFailed$ extends scala.runtime.AbstractFunction2<Throwable,Object, JournalProtocol.WriteMessagesFailed> implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.WriteMessagesSuccessful$
class WriteMessagesSuccessful$ extends Object implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess
class WriteMessageSuccess extends Object implements Serializable -
Class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess$
class WriteMessageSuccess$ extends scala.runtime.AbstractFunction2<PersistentRepr,Object, JournalProtocol.WriteMessageSuccess> implements Serializable -
Class org.apache.pekko.persistence.NonPersistentRepr$
class NonPersistentRepr$ extends scala.runtime.AbstractFunction2<Object,ActorRef, org.apache.pekko.persistence.NonPersistentRepr> implements Serializable -
Class org.apache.pekko.persistence.Persistence.PluginHolder$
class PluginHolder$ extends scala.runtime.AbstractFunction3<scala.Function0<ActorRef>,EventAdapters, com.typesafe.config.Config, org.apache.pekko.persistence.Persistence.PluginHolder> implements Serializable -
Class org.apache.pekko.persistence.PersistencePlugin.PluginHolder
class PluginHolder extends Object implements Serializable -
Class org.apache.pekko.persistence.PersistencePlugin.PluginHolder$
class PluginHolder$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.persistence.PersistentImpl$
-
Class org.apache.pekko.persistence.PersistentRepr$
class PersistentRepr$ extends Object implements Serializable -
Class org.apache.pekko.persistence.PluginSpec
class PluginSpec extends Object implements Serializable -
Class org.apache.pekko.persistence.Recovery
class Recovery extends Object implements Serializable -
Class org.apache.pekko.persistence.Recovery$
class Recovery$ extends Object implements Serializable -
Class org.apache.pekko.persistence.RecoveryCompleted$
class RecoveryCompleted$ extends RecoveryCompleted implements Serializable -
Class org.apache.pekko.persistence.RecoveryPermitter.RecoveryPermitGranted$
class RecoveryPermitGranted$ extends Object implements Serializable -
Class org.apache.pekko.persistence.RecoveryPermitter.RequestRecoveryPermit$
class RequestRecoveryPermit$ extends Object implements Serializable -
Class org.apache.pekko.persistence.RecoveryPermitter.ReturnRecoveryPermit$
class ReturnRecoveryPermit$ extends Object implements Serializable -
Exception org.apache.pekko.persistence.RecoveryTimedOut
class RecoveryTimedOut extends RuntimeException implements Serializable -
Class org.apache.pekko.persistence.ReplyToStrategy
class ReplyToStrategy extends Object implements Serializable -
Class org.apache.pekko.persistence.ReplyToStrategy$
class ReplyToStrategy$ extends scala.runtime.AbstractFunction1<Object,ReplyToStrategy> implements Serializable -
Class org.apache.pekko.persistence.SaveSnapshotFailure
class SaveSnapshotFailure extends Object implements Serializable -
Class org.apache.pekko.persistence.SaveSnapshotFailure$
class SaveSnapshotFailure$ extends scala.runtime.AbstractFunction2<SnapshotMetadata,Throwable, SaveSnapshotFailure> implements Serializable -
Class org.apache.pekko.persistence.SaveSnapshotSuccess
class SaveSnapshotSuccess extends Object implements Serializable -
Class org.apache.pekko.persistence.SaveSnapshotSuccess$
class SaveSnapshotSuccess$ extends scala.runtime.AbstractFunction1<SnapshotMetadata,SaveSnapshotSuccess> implements Serializable -
Class org.apache.pekko.persistence.SelectedSnapshot
class SelectedSnapshot extends Object implements Serializable -
Class org.apache.pekko.persistence.SelectedSnapshot$
class SelectedSnapshot$ extends Object implements Serializable -
Class org.apache.pekko.persistence.SnapshotMetadata
class SnapshotMetadata extends Object implements Serializable -
Class org.apache.pekko.persistence.SnapshotMetadata$
class SnapshotMetadata$ extends scala.runtime.AbstractFunction3<String,Object, Object, SnapshotMetadata> implements Serializable -
Class org.apache.pekko.persistence.SnapshotOffer
class SnapshotOffer extends Object implements Serializable -
Class org.apache.pekko.persistence.SnapshotOffer$
class SnapshotOffer$ extends scala.runtime.AbstractFunction2<SnapshotMetadata,Object, SnapshotOffer> implements Serializable -
Class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshot
class DeleteSnapshot extends Object implements Serializable -
Class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshot$
class DeleteSnapshot$ extends scala.runtime.AbstractFunction1<SnapshotMetadata,SnapshotProtocol.DeleteSnapshot> implements Serializable -
Class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots
class DeleteSnapshots extends Object implements Serializable -
Class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots$
class DeleteSnapshots$ extends scala.runtime.AbstractFunction2<String,SnapshotSelectionCriteria, SnapshotProtocol.DeleteSnapshots> implements Serializable -
Class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot
class LoadSnapshot extends Object implements Serializable -
Class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot$
class LoadSnapshot$ extends scala.runtime.AbstractFunction3<String,SnapshotSelectionCriteria, Object, SnapshotProtocol.LoadSnapshot> implements Serializable -
Class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotFailed
class LoadSnapshotFailed extends Object implements Serializable -
Class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotFailed$
class LoadSnapshotFailed$ extends scala.runtime.AbstractFunction1<Throwable,SnapshotProtocol.LoadSnapshotFailed> implements Serializable -
Class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult
class LoadSnapshotResult extends Object implements Serializable -
Class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult$
class LoadSnapshotResult$ extends scala.runtime.AbstractFunction2<scala.Option<SelectedSnapshot>,Object, SnapshotProtocol.LoadSnapshotResult> implements Serializable -
Class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot
class SaveSnapshot extends Object implements Serializable -
Class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot$
class SaveSnapshot$ extends scala.runtime.AbstractFunction2<SnapshotMetadata,Object, SnapshotProtocol.SaveSnapshot> implements Serializable -
Class org.apache.pekko.persistence.SnapshotSelectionCriteria
class SnapshotSelectionCriteria extends Object implements Serializable -
Class org.apache.pekko.persistence.SnapshotSelectionCriteria$
class SnapshotSelectionCriteria$ extends Object implements Serializable -
Class org.apache.pekko.persistence.TestPayload
class TestPayload extends Object implements Serializable -
Class org.apache.pekko.persistence.TestPayload$
class TestPayload$ extends scala.runtime.AbstractFunction1<ActorRef,TestPayload> implements Serializable -
Class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy$
class ThrowOverflowExceptionStrategy$ extends Object implements Serializable
-
-
Package org.apache.pekko.persistence.fsm
-
Class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState
class CurrentState extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState$
class CurrentState$ extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.Event
class Event extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.Event$
class Event$ extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.Failure
class Failure extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.Failure$
class Failure$ extends scala.runtime.AbstractFunction1<Object,PersistentFSM.Failure> implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.FixedDelayMode$
class FixedDelayMode$ extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.FixedRateMode$
class FixedRateMode$ extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry
class LogEntry extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry$
class LogEntry$ extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.Normal$
class Normal$ extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot
class PersistentFSMSnapshot extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot$
class PersistentFSMSnapshot$ extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.Shutdown$
class Shutdown$ extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.SingleMode$
class SingleMode$ extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.State
class State extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.State$
class State$ extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent
class StateChangeEvent extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent$
class StateChangeEvent$ extends scala.runtime.AbstractFunction2<String,scala.Option<scala.concurrent.duration.FiniteDuration>, PersistentFSM.StateChangeEvent> implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.StateTimeout$
class StateTimeout$ extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent
class StopEvent extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent$
class StopEvent$ extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.SubscribeTransitionCallBack
class SubscribeTransitionCallBack extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.SubscribeTransitionCallBack$
class SubscribeTransitionCallBack$ extends scala.runtime.AbstractFunction1<ActorRef,PersistentFSM.SubscribeTransitionCallBack> implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.TimeoutMarker
class TimeoutMarker extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.TimeoutMarker$
class TimeoutMarker$ extends scala.runtime.AbstractFunction1<Object,PersistentFSM.TimeoutMarker> implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
class Timer extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.Timer$
class Timer$ extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.Transition
class Transition extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.Transition$
class Transition$ extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.UnsubscribeTransitionCallBack
class UnsubscribeTransitionCallBack extends Object implements Serializable -
Class org.apache.pekko.persistence.fsm.PersistentFSM.UnsubscribeTransitionCallBack$
class UnsubscribeTransitionCallBack$ extends scala.runtime.AbstractFunction1<ActorRef,PersistentFSM.UnsubscribeTransitionCallBack> implements Serializable
-
-
Package org.apache.pekko.persistence.japi.journal
-
Class org.apache.pekko.persistence.japi.journal.JavaJournalPerfSpec
class JavaJournalPerfSpec extends JournalPerfSpec implements Serializable -
Class org.apache.pekko.persistence.japi.journal.JavaJournalSpec
class JavaJournalSpec extends JournalSpec implements Serializable
-
-
Package org.apache.pekko.persistence.japi.snapshot
-
Class org.apache.pekko.persistence.japi.snapshot.JavaSnapshotStoreSpec
class JavaSnapshotStoreSpec extends SnapshotStoreSpec implements Serializable
-
-
Package org.apache.pekko.persistence.journal
-
Exception org.apache.pekko.persistence.journal.AsyncReplayTimeoutException
class AsyncReplayTimeoutException extends PekkoException implements Serializable -
Class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced
class Desequenced extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced$
class Desequenced$ extends scala.runtime.AbstractFunction4<Object,Object, ActorRef, ActorRef, AsyncWriteJournal.Desequenced> implements Serializable -
Class org.apache.pekko.persistence.journal.AsyncWriteProxy.InitTimeout$
class InitTimeout$ extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.AsyncWriteProxy.SetStore
class SetStore extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.AsyncWriteProxy.SetStore$
class SetStore$ extends scala.runtime.AbstractFunction1<ActorRef,AsyncWriteProxy.SetStore> implements Serializable -
Class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo
class DeleteMessagesTo extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo$
class DeleteMessagesTo$ extends scala.runtime.AbstractFunction2<String,Object, AsyncWriteTarget.DeleteMessagesTo> implements Serializable -
Class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayFailure
class ReplayFailure extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayFailure$
class ReplayFailure$ extends scala.runtime.AbstractFunction1<Throwable,AsyncWriteTarget.ReplayFailure> implements Serializable -
Class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages
class ReplayMessages extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages$
class ReplayMessages$ extends scala.runtime.AbstractFunction4<String,Object, Object, Object, AsyncWriteTarget.ReplayMessages> implements Serializable -
Class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplaySuccess
class ReplaySuccess extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplaySuccess$
class ReplaySuccess$ extends scala.runtime.AbstractFunction1<Object,AsyncWriteTarget.ReplaySuccess> implements Serializable -
Class org.apache.pekko.persistence.journal.AsyncWriteTarget.WriteMessages
class WriteMessages extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.AsyncWriteTarget.WriteMessages$
class WriteMessages$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Seq<AtomicWrite>,AsyncWriteTarget.WriteMessages> implements Serializable -
Class org.apache.pekko.persistence.journal.EventAdapters.CombinedReadEventAdapter$
class CombinedReadEventAdapter$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Seq<EventAdapter>,org.apache.pekko.persistence.journal.EventAdapters.CombinedReadEventAdapter> implements Serializable -
Class org.apache.pekko.persistence.journal.EventsSeq
class EventsSeq extends EventSeq implements Serializable -
Class org.apache.pekko.persistence.journal.EventsSeq$
class EventsSeq$ extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.IdentityEventAdapter$
class IdentityEventAdapter$ extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.IdentityEventAdapters$
class IdentityEventAdapters$ extends EventAdapters implements Serializable -
Class org.apache.pekko.persistence.journal.JournalPerfSpec
class JournalPerfSpec extends JournalSpec implements Serializable -
Class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd
class Cmd extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd$
class Cmd$ extends scala.runtime.AbstractFunction2<String,Object, JournalPerfSpec.Cmd> implements Serializable -
Class org.apache.pekko.persistence.journal.JournalPerfSpec.ResetCounter$
class ResetCounter$ extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.JournalPerfSpec$
class JournalPerfSpec$ extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.JournalSpec
class JournalSpec extends PluginSpec implements Serializable -
Class org.apache.pekko.persistence.journal.JournalSpec$
class JournalSpec$ extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.NoopReadEventAdapter$
class NoopReadEventAdapter$ extends scala.runtime.AbstractFunction1<WriteEventAdapter,org.apache.pekko.persistence.journal.NoopReadEventAdapter> implements Serializable -
Class org.apache.pekko.persistence.journal.NoopWriteEventAdapter$
class NoopWriteEventAdapter$ extends scala.runtime.AbstractFunction1<ReadEventAdapter,org.apache.pekko.persistence.journal.NoopWriteEventAdapter> implements Serializable -
Class org.apache.pekko.persistence.journal.PersistencePluginProxy.TargetLocation
class TargetLocation extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.PersistencePluginProxy.TargetLocation$
class TargetLocation$ extends scala.runtime.AbstractFunction1<Address,PersistencePluginProxy.TargetLocation> implements Serializable -
Class org.apache.pekko.persistence.journal.ReplayFilter.Disabled$
class Disabled$ extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.ReplayFilter.Fail$
class Fail$ extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.ReplayFilter.RepairByDiscardOld$
class RepairByDiscardOld$ extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.ReplayFilter.Warn$
class Warn$ extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.SingleEventSeq
class SingleEventSeq extends EventSeq implements Serializable -
Class org.apache.pekko.persistence.journal.SingleEventSeq$
class SingleEventSeq$ extends scala.runtime.AbstractFunction1<Object,SingleEventSeq> implements Serializable -
Class org.apache.pekko.persistence.journal.Tagged
class Tagged extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.Tagged$
class Tagged$ extends scala.runtime.AbstractFunction2<Object,scala.collection.immutable.Set<String>, Tagged> implements Serializable
-
-
Package org.apache.pekko.persistence.journal.inmem
-
Class org.apache.pekko.persistence.journal.inmem.InmemJournal.Delete
class Delete extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.inmem.InmemJournal.Delete$
class Delete$ extends scala.runtime.AbstractFunction2<String,Object, org.apache.pekko.persistence.journal.inmem.InmemJournal.Delete> implements Serializable -
Class org.apache.pekko.persistence.journal.inmem.InmemJournal.MessageWithMeta$
class MessageWithMeta$ extends scala.runtime.AbstractFunction2<PersistentRepr,<any>, org.apache.pekko.persistence.journal.inmem.InmemJournal.MessageWithMeta> implements Serializable -
Class org.apache.pekko.persistence.journal.inmem.InmemJournal.ReplayWithMeta$
-
Class org.apache.pekko.persistence.journal.inmem.InmemJournal.Write
class Write extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.inmem.InmemJournal.Write$
class Write$ extends scala.runtime.AbstractFunction3<Object,String, Object, org.apache.pekko.persistence.journal.inmem.InmemJournal.Write> implements Serializable
-
-
Package org.apache.pekko.persistence.journal.leveldb
-
Class org.apache.pekko.persistence.journal.leveldb.Key$
class Key$ extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb
class TryCompactLeveldb extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb$
class TryCompactLeveldb$ extends scala.runtime.AbstractFunction2<String,Object, LeveldbCompaction.TryCompactLeveldb> implements Serializable -
Class org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.CurrentPersistenceIds
class CurrentPersistenceIds extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.CurrentPersistenceIds$
class CurrentPersistenceIds$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Set<String>,org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.CurrentPersistenceIds> implements Serializable -
Class org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.EventAppended
class EventAppended extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.EventAppended$
class EventAppended$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.EventAppended> implements Serializable -
Class org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.PersistenceIdAdded
class PersistenceIdAdded extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.PersistenceIdAdded$
class PersistenceIdAdded$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.PersistenceIdAdded> implements Serializable -
Class org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.ReplayedTaggedMessage
class ReplayedTaggedMessage extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.ReplayedTaggedMessage$
class ReplayedTaggedMessage$ extends scala.runtime.AbstractFunction3<PersistentRepr,String, Object, org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.ReplayedTaggedMessage> implements Serializable -
Class org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.ReplayTaggedMessages
class ReplayTaggedMessages extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.ReplayTaggedMessages$
-
Class org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.SubscribeAllPersistenceIds$
class SubscribeAllPersistenceIds$ extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.SubscribePersistenceId
class SubscribePersistenceId extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.SubscribePersistenceId$
class SubscribePersistenceId$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.SubscribePersistenceId> implements Serializable -
Class org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.SubscribeTag
class SubscribeTag extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.SubscribeTag$
class SubscribeTag$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.SubscribeTag> implements Serializable -
Class org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.TaggedEventAppended
class TaggedEventAppended extends Object implements Serializable -
Class org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.TaggedEventAppended$
class TaggedEventAppended$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.persistence.journal.leveldb.LeveldbJournal.TaggedEventAppended> implements Serializable
-
-
Package org.apache.pekko.persistence.query
-
Class org.apache.pekko.persistence.query.EventEnvelope
class EventEnvelope extends Object implements Serializable -
Class org.apache.pekko.persistence.query.EventEnvelope$
class EventEnvelope$ extends scala.runtime.AbstractFunction5<Offset,String, Object, Object, Object, EventEnvelope> implements Serializable -
Class org.apache.pekko.persistence.query.NoOffset$
class NoOffset$ extends Offset implements Serializable -
Class org.apache.pekko.persistence.query.Sequence
class Sequence extends Offset implements Serializable -
Class org.apache.pekko.persistence.query.Sequence$
class Sequence$ extends scala.runtime.AbstractFunction1<Object,Sequence> implements Serializable -
Class org.apache.pekko.persistence.query.TimeBasedUUID
class TimeBasedUUID extends Offset implements Serializable -
Class org.apache.pekko.persistence.query.TimeBasedUUID$
class TimeBasedUUID$ extends scala.runtime.AbstractFunction1<UUID,TimeBasedUUID> implements Serializable -
Class org.apache.pekko.persistence.query.TimestampOffset
class TimestampOffset extends Offset implements Serializable -
Class org.apache.pekko.persistence.query.TimestampOffset$
class TimestampOffset$ extends Object implements Serializable
-
-
Package org.apache.pekko.persistence.query.internal.protobuf
-
Class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
class EventEnvelope extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
entityType_
Object entityType_
-
event_
ContainerFormats.Payload event_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
metadata_
ContainerFormats.Payload metadata_
-
offset_
Object offset_
-
offsetManifest_
Object offsetManifest_
-
persistenceId_
Object persistenceId_
-
sequenceNr_
long sequenceNr_
-
slice_
int slice_
-
timestamp_
long timestamp_
-
-
-
Package org.apache.pekko.persistence.query.journal.leveldb
-
Class org.apache.pekko.persistence.query.journal.leveldb.EventsByPersistenceIdStage.Continue$
class Continue$ extends Object implements Serializable -
Class org.apache.pekko.persistence.query.journal.leveldb.EventsByTagStage.Continue$
class Continue$ extends Object implements Serializable
-
-
Package org.apache.pekko.persistence.scalatest
-
Exception org.apache.pekko.persistence.scalatest.MayVerb.TestCanceledByFailure
class TestCanceledByFailure extends org.scalatest.exceptions.TestCanceledException implements Serializable -
Class org.apache.pekko.persistence.scalatest.MayVerb.TestCanceledByFailure$
class TestCanceledByFailure$ extends scala.runtime.AbstractFunction2<String,StackTraceElement[], MayVerb.TestCanceledByFailure> implements Serializable
-
-
Package org.apache.pekko.persistence.serialization
-
Class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
class AtLeastOnceDeliverySnapshot extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
currentDeliveryId_
long currentDeliveryId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
unconfirmedDeliveries_
List<MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery> unconfirmedDeliveries_
-
-
Class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
class UnconfirmedDelivery extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
deliveryId_
long deliveryId_
-
destination_
Object destination_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
payload_
MessageFormats.PersistentPayload payload_
-
-
Class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
class AtomicWrite extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
payload_
List<MessageFormats.PersistentMessage> payload_
-
-
Class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
class PersistentFSMSnapshot extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
data_
MessageFormats.PersistentPayload data_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
stateIdentifier_
Object stateIdentifier_
-
timeoutNanos_
long timeoutNanos_
-
-
Class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
class PersistentMessage extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
deleted_
boolean deleted_
-
manifest_
Object manifest_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
metadata_
MessageFormats.PersistentPayload metadata_
-
payload_
MessageFormats.PersistentPayload payload_
-
persistenceId_
Object persistenceId_
-
sender_
Object sender_
-
sequenceNr_
long sequenceNr_
-
timestamp_
long timestamp_
-
writerUuid_
Object writerUuid_
-
-
Class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
class PersistentPayload extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
payload_
org.apache.pekko.protobufv3.internal.ByteString payload_
-
payloadManifest_
org.apache.pekko.protobufv3.internal.ByteString payloadManifest_
-
serializerId_
int serializerId_
-
-
Class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
class PersistentStateChangeEvent extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class org.apache.pekko.persistence.serialization.Snapshot
class Snapshot extends Object implements Serializable -
Class org.apache.pekko.persistence.serialization.Snapshot$
class Snapshot$ extends scala.runtime.AbstractFunction1<Object,Snapshot> implements Serializable
-
-
Package org.apache.pekko.persistence.snapshot
-
Exception org.apache.pekko.persistence.snapshot.NoSnapshotStore.NoSnapshotStoreException
class NoSnapshotStoreException extends RuntimeException implements Serializable -
Class org.apache.pekko.persistence.snapshot.SnapshotStoreSpec
class SnapshotStoreSpec extends PluginSpec implements Serializable -
Class org.apache.pekko.persistence.snapshot.SnapshotStoreSpec$
class SnapshotStoreSpec$ extends Object implements Serializable
-
-
Package org.apache.pekko.persistence.state.exception
-
Exception org.apache.pekko.persistence.state.exception.DeleteRevisionException
class DeleteRevisionException extends DurableStateException implements Serializable -
Exception org.apache.pekko.persistence.state.exception.DurableStateException
class DurableStateException extends RuntimeException implements Serializable
-
-
Package org.apache.pekko.persistence.state.javadsl
-
Class org.apache.pekko.persistence.state.javadsl.GetObjectResult
class GetObjectResult extends Object implements Serializable -
Class org.apache.pekko.persistence.state.javadsl.GetObjectResult$
class GetObjectResult$ extends Object implements Serializable
-
-
Package org.apache.pekko.persistence.state.scaladsl
-
Class org.apache.pekko.persistence.state.scaladsl.GetObjectResult
class GetObjectResult extends Object implements Serializable -
Class org.apache.pekko.persistence.state.scaladsl.GetObjectResult$
class GetObjectResult$ extends Object implements Serializable
-
-
Package org.apache.pekko.persistence.testkit
-
Class org.apache.pekko.persistence.testkit.DeleteEvents
class DeleteEvents extends Object implements Serializable -
Class org.apache.pekko.persistence.testkit.DeleteEvents$
class DeleteEvents$ extends scala.runtime.AbstractFunction1<Object,DeleteEvents> implements Serializable -
Class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta
class DeleteSnapshotByMeta extends DeleteSnapshot implements Serializable -
Class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta$
class DeleteSnapshotByMeta$ extends scala.runtime.AbstractFunction1<SnapshotMeta,DeleteSnapshotByMeta> implements Serializable -
Class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria
class DeleteSnapshotsByCriteria extends DeleteSnapshot implements Serializable -
Class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria$
class DeleteSnapshotsByCriteria$ extends scala.runtime.AbstractFunction1<SnapshotSelectionCriteria,DeleteSnapshotsByCriteria> implements Serializable -
Class org.apache.pekko.persistence.testkit.ExpectedFailure
class ExpectedFailure extends Throwable implements Serializable -
Class org.apache.pekko.persistence.testkit.ExpectedFailure$
class ExpectedFailure$ extends ExpectedFailure implements Serializable -
Class org.apache.pekko.persistence.testkit.ExpectedRejection
class ExpectedRejection extends Throwable implements Serializable -
Class org.apache.pekko.persistence.testkit.ExpectedRejection$
class ExpectedRejection$ extends ExpectedRejection implements Serializable -
Class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin.SliceWrite$
class SliceWrite$ extends scala.runtime.AbstractFunction3<String,Object, Object, org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin.SliceWrite> implements Serializable -
Class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin.TagWrite$
class TagWrite$ extends scala.runtime.AbstractFunction3<String,Object, Object, org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin.TagWrite> implements Serializable -
Class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin.Write$
class Write$ extends scala.runtime.AbstractFunction2<String,Object, org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin.Write> implements Serializable -
Class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll$
class PassAll$ extends Object implements Serializable -
Class org.apache.pekko.persistence.testkit.ProcessingSuccess$
class ProcessingSuccess$ extends ProcessingSuccess implements Serializable -
Class org.apache.pekko.persistence.testkit.ReadEvents
class ReadEvents extends Object implements Serializable -
Class org.apache.pekko.persistence.testkit.ReadEvents$
class ReadEvents$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Seq<Object>,ReadEvents> implements Serializable -
Class org.apache.pekko.persistence.testkit.ReadSeqNum$
class ReadSeqNum$ extends Object implements Serializable -
Class org.apache.pekko.persistence.testkit.ReadSnapshot
class ReadSnapshot extends Object implements Serializable -
Class org.apache.pekko.persistence.testkit.ReadSnapshot$
class ReadSnapshot$ extends scala.runtime.AbstractFunction2<SnapshotSelectionCriteria,scala.Option<Object>, ReadSnapshot> implements Serializable -
Class org.apache.pekko.persistence.testkit.Reject
class Reject extends Object implements Serializable -
Class org.apache.pekko.persistence.testkit.Reject$
class Reject$ extends Object implements Serializable -
Class org.apache.pekko.persistence.testkit.SnapshotMeta
class SnapshotMeta extends Object implements Serializable -
Class org.apache.pekko.persistence.testkit.SnapshotMeta$
class SnapshotMeta$ extends Object implements Serializable -
Class org.apache.pekko.persistence.testkit.StorageFailure
class StorageFailure extends Object implements Serializable -
Class org.apache.pekko.persistence.testkit.StorageFailure$
class StorageFailure$ extends Object implements Serializable -
Class org.apache.pekko.persistence.testkit.WriteEvents
class WriteEvents extends Object implements Serializable -
Class org.apache.pekko.persistence.testkit.WriteEvents$
class WriteEvents$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Seq<Object>,WriteEvents> implements Serializable -
Class org.apache.pekko.persistence.testkit.WriteSnapshot
class WriteSnapshot extends Object implements Serializable -
Class org.apache.pekko.persistence.testkit.WriteSnapshot$
class WriteSnapshot$ extends scala.runtime.AbstractFunction2<SnapshotMeta,Object, WriteSnapshot> implements Serializable
-
-
Package org.apache.pekko.persistence.testkit.internal
-
Class org.apache.pekko.persistence.testkit.internal.EventSourcedBehaviorTestKitImpl.CommandResultImpl
class CommandResultImpl extends Object implements Serializable -
Class org.apache.pekko.persistence.testkit.internal.EventSourcedBehaviorTestKitImpl.CommandResultImpl$
class CommandResultImpl$ extends Object implements Serializable -
Class org.apache.pekko.persistence.testkit.internal.EventSourcedBehaviorTestKitImpl.RestartResultImpl
class RestartResultImpl extends Object implements Serializable -
Class org.apache.pekko.persistence.testkit.internal.EventSourcedBehaviorTestKitImpl.RestartResultImpl$
class RestartResultImpl$ extends Object implements Serializable -
Class org.apache.pekko.persistence.testkit.internal.SerializedEventStorageImpl.Serialized
class Serialized extends Object implements Serializable -
Class org.apache.pekko.persistence.testkit.internal.SerializedEventStorageImpl.Serialized$
-
-
Package org.apache.pekko.persistence.testkit.query.internal
-
Class org.apache.pekko.persistence.testkit.query.internal.EventsBySliceStage.State
class State extends Object implements Serializable -
Class org.apache.pekko.persistence.testkit.query.internal.EventsBySliceStage.State$
class State$ extends scala.runtime.AbstractFunction2<Object,Object, org.apache.pekko.persistence.testkit.query.internal.EventsBySliceStage.State> implements Serializable -
Class org.apache.pekko.persistence.testkit.query.internal.EventsByTagStage.State
class State extends Object implements Serializable -
Class org.apache.pekko.persistence.testkit.query.internal.EventsByTagStage.State$
class State$ extends scala.runtime.AbstractFunction2<Object,Object, org.apache.pekko.persistence.testkit.query.internal.EventsByTagStage.State> implements Serializable
-
-
Package org.apache.pekko.persistence.testkit.state.scaladsl
-
Class org.apache.pekko.persistence.testkit.state.scaladsl.Record
class Record extends Object implements Serializable -
Class org.apache.pekko.persistence.testkit.state.scaladsl.Record$
class Record$ extends Object implements Serializable
-
-
Package org.apache.pekko.persistence.typed
-
Class org.apache.pekko.persistence.typed.DeleteEventsCompleted
class DeleteEventsCompleted extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.DeleteEventsCompleted$
class DeleteEventsCompleted$ extends scala.runtime.AbstractFunction1<Object,DeleteEventsCompleted> implements Serializable -
Class org.apache.pekko.persistence.typed.DeleteEventsFailed
class DeleteEventsFailed extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.DeleteEventsFailed$
class DeleteEventsFailed$ extends scala.runtime.AbstractFunction2<Object,Throwable, DeleteEventsFailed> implements Serializable -
Class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted
class DeleteSnapshotsCompleted extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted$
class DeleteSnapshotsCompleted$ extends scala.runtime.AbstractFunction1<DeletionTarget,DeleteSnapshotsCompleted> implements Serializable -
Class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed
class DeleteSnapshotsFailed extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed$
class DeleteSnapshotsFailed$ extends scala.runtime.AbstractFunction2<DeletionTarget,Throwable, DeleteSnapshotsFailed> implements Serializable -
Class org.apache.pekko.persistence.typed.DeletionTarget.Criteria
class Criteria extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.DeletionTarget.Criteria$
class Criteria$ extends scala.runtime.AbstractFunction1<SnapshotSelectionCriteria,DeletionTarget.Criteria> implements Serializable -
Class org.apache.pekko.persistence.typed.DeletionTarget.Individual
class Individual extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.DeletionTarget.Individual$
class Individual$ extends scala.runtime.AbstractFunction1<SnapshotMetadata,DeletionTarget.Individual> implements Serializable -
Class org.apache.pekko.persistence.typed.EmptyEventSeq$
class EmptyEventSeq$ extends Object implements Serializable -
Exception org.apache.pekko.persistence.typed.EventRejectedException
class EventRejectedException extends RuntimeException implements Serializable -
Class org.apache.pekko.persistence.typed.EventsSeq$
class EventsSeq$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.JournalPersistFailed
class JournalPersistFailed extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.JournalPersistFailed$
class JournalPersistFailed$ extends scala.runtime.AbstractFunction1<Throwable,JournalPersistFailed> implements Serializable -
Class org.apache.pekko.persistence.typed.JournalPersistRejected
class JournalPersistRejected extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.JournalPersistRejected$
class JournalPersistRejected$ extends scala.runtime.AbstractFunction1<Throwable,JournalPersistRejected> implements Serializable -
Class org.apache.pekko.persistence.typed.RecoveryCompleted$
class RecoveryCompleted$ extends RecoveryCompleted implements Serializable -
Class org.apache.pekko.persistence.typed.RecoveryFailed
class RecoveryFailed extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.RecoveryFailed$
class RecoveryFailed$ extends scala.runtime.AbstractFunction1<Throwable,RecoveryFailed> implements Serializable -
Class org.apache.pekko.persistence.typed.ReplicaId
class ReplicaId extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.ReplicaId$
class ReplicaId$ extends scala.runtime.AbstractFunction1<String,ReplicaId> implements Serializable -
Class org.apache.pekko.persistence.typed.SingleEventSeq$
class SingleEventSeq$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.SnapshotCompleted
class SnapshotCompleted extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.SnapshotCompleted$
class SnapshotCompleted$ extends scala.runtime.AbstractFunction1<SnapshotMetadata,SnapshotCompleted> implements Serializable -
Class org.apache.pekko.persistence.typed.SnapshotFailed
class SnapshotFailed extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.SnapshotFailed$
class SnapshotFailed$ extends scala.runtime.AbstractFunction2<SnapshotMetadata,Throwable, SnapshotFailed> implements Serializable
-
-
Package org.apache.pekko.persistence.typed.crdt
-
Class org.apache.pekko.persistence.typed.crdt.Counter
class Counter extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.crdt.Counter.Updated
class Updated extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.crdt.Counter.Updated$
class Updated$ extends scala.runtime.AbstractFunction1<scala.math.BigInt,Counter.Updated> implements Serializable -
Class org.apache.pekko.persistence.typed.crdt.Counter$
class Counter$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.crdt.LwwTime
class LwwTime extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.crdt.LwwTime$
class LwwTime$ extends scala.runtime.AbstractFunction2<Object,ReplicaId, LwwTime> implements Serializable -
Class org.apache.pekko.persistence.typed.crdt.ORSet.AddDeltaOp$
class AddDeltaOp$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.crdt.ORSet.DeltaGroup$
class DeltaGroup$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.crdt.ORSet.FullStateDeltaOp$
class FullStateDeltaOp$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.crdt.ORSet.RemoveDeltaOp$
class RemoveDeltaOp$ extends Object implements Serializable
-
-
Package org.apache.pekko.persistence.typed.internal
-
Class org.apache.pekko.persistence.typed.internal.BehaviorSetup.NoSnapshot$
class NoSnapshot$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.BehaviorSetup.SnapshotWithoutRetention$
class SnapshotWithoutRetention$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.BehaviorSetup.SnapshotWithRetention$
class SnapshotWithRetention$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.CompositeEffect$
class CompositeEffect$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.DefaultRecovery$
class DefaultRecovery$ extends Recovery implements Serializable -
Class org.apache.pekko.persistence.typed.internal.DisabledRecovery$
class DisabledRecovery$ extends Recovery implements Serializable -
Class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria$
class DisabledRetentionCriteria$ extends RetentionCriteria implements Serializable -
Class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl.GetPersistenceId
class GetPersistenceId extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl.GetPersistenceId$
class GetPersistenceId$ extends scala.runtime.AbstractFunction1<ActorRef<PersistenceId>,org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl.GetPersistenceId> implements Serializable -
Class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl.GetSeenSequenceNr
class GetSeenSequenceNr extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl.GetSeenSequenceNr$
class GetSeenSequenceNr$ extends scala.runtime.AbstractFunction2<ReplicaId,ActorRef<Object>, org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl.GetSeenSequenceNr> implements Serializable -
Class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl.GetState
class GetState extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl.GetState$
class GetState$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl.GetStateReply
class GetStateReply extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl.GetStateReply$
class GetStateReply$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl.WriterIdentity
class WriterIdentity extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl.WriterIdentity$
class WriterIdentity$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
class EventSourcedBehaviorImpl$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.EventSourcedSettings$
class EventSourcedSettings$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.InternalProtocol.IncomingCommand
class IncomingCommand extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.InternalProtocol.IncomingCommand$
class IncomingCommand$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.InternalProtocol.JournalResponse
class JournalResponse extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.InternalProtocol.JournalResponse$
class JournalResponse$ extends scala.runtime.AbstractFunction1<JournalProtocol.Response,InternalProtocol.JournalResponse> implements Serializable -
Class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryPermitGranted$
class RecoveryPermitGranted$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryTickEvent
class RecoveryTickEvent extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryTickEvent$
class RecoveryTickEvent$ extends scala.runtime.AbstractFunction1<Object,InternalProtocol.RecoveryTickEvent> implements Serializable -
Class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope
class ReplicatedEventEnvelope extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope$
class ReplicatedEventEnvelope$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.InternalProtocol.SnapshotterResponse
class SnapshotterResponse extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.InternalProtocol.SnapshotterResponse$
class SnapshotterResponse$ extends scala.runtime.AbstractFunction1<SnapshotProtocol.Response,InternalProtocol.SnapshotterResponse> implements Serializable -
Class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist
class EventToPersist extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist$
class EventToPersist$ extends scala.runtime.AbstractFunction3<Object,String, scala.Option<org.apache.pekko.persistence.typed.internal.ReplicatedEventMetadata>, JournalInteractions.EventToPersist> implements Serializable -
Class org.apache.pekko.persistence.typed.internal.ManyVersionVector$
class ManyVersionVector$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.TreeMap<String,Object>, org.apache.pekko.persistence.typed.internal.ManyVersionVector> implements Serializable -
Class org.apache.pekko.persistence.typed.internal.OneVersionVector$
class OneVersionVector$ extends scala.runtime.AbstractFunction2<String,Object, org.apache.pekko.persistence.typed.internal.OneVersionVector> implements Serializable -
Class org.apache.pekko.persistence.typed.internal.Persist$
class Persist$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.PersistAll$
class PersistAll$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.PersistNothing$
class PersistNothing$ extends org.apache.pekko.persistence.typed.internal.EffectImpl<scala.runtime.Nothing$,scala.runtime.Nothing$> implements Serializable -
Class org.apache.pekko.persistence.typed.internal.PublishedEventImpl$
class PublishedEventImpl$ extends scala.runtime.AbstractFunction5<PersistenceId,Object, Object, Object, scala.Option<ReplicatedPublishedEventMetaData>, org.apache.pekko.persistence.typed.internal.PublishedEventImpl> implements Serializable -
Class org.apache.pekko.persistence.typed.internal.RecoveryWithSnapshotSelectionCriteria$
class RecoveryWithSnapshotSelectionCriteria$ extends scala.runtime.AbstractFunction1<SnapshotSelectionCriteria,org.apache.pekko.persistence.typed.internal.RecoveryWithSnapshotSelectionCriteria> implements Serializable -
Class org.apache.pekko.persistence.typed.internal.ReplayingEvents.ReplayingState$
class ReplayingState$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.ReplicatedEvent$
class ReplicatedEvent$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.ReplicatedEventAck$
class ReplicatedEventAck$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.ReplicatedEventMetadata$
class ReplicatedEventMetadata$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.ReplicatedSnapshotMetadata$
class ReplicatedSnapshotMetadata$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.ReplicationSetup$
class ReplicationSetup$ extends scala.runtime.AbstractFunction3<ReplicaId,scala.collection.immutable.Map<ReplicaId, String>, org.apache.pekko.persistence.typed.internal.ReplicationContextImpl, org.apache.pekko.persistence.typed.internal.ReplicationSetup> implements Serializable -
Class org.apache.pekko.persistence.typed.internal.Running.RunningState
class RunningState extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.Running.RunningState$
class RunningState$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.SnapshotCountRetentionCriteriaImpl$
class SnapshotCountRetentionCriteriaImpl$ extends scala.runtime.AbstractFunction3<Object,Object, Object, org.apache.pekko.persistence.typed.internal.SnapshotCountRetentionCriteriaImpl> implements Serializable -
Class org.apache.pekko.persistence.typed.internal.Stash$
class Stash$ extends org.apache.pekko.persistence.typed.internal.EffectImpl<scala.runtime.Nothing$,scala.runtime.Nothing$> implements Serializable -
Class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy.Drop$
class Drop$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy.Fail$
class Fail$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.Stop$
class Stop$ extends org.apache.pekko.persistence.typed.internal.SideEffect<scala.runtime.Nothing$> implements Serializable -
Class org.apache.pekko.persistence.typed.internal.Unhandled$
class Unhandled$ extends org.apache.pekko.persistence.typed.internal.EffectImpl<scala.runtime.Nothing$,scala.runtime.Nothing$> implements Serializable -
Class org.apache.pekko.persistence.typed.internal.UnstashAll$
class UnstashAll$ extends org.apache.pekko.persistence.typed.internal.SideEffect<scala.runtime.Nothing$> implements Serializable -
Class org.apache.pekko.persistence.typed.internal.VersionVector.After$
class After$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.VersionVector.Before$
class Before$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.VersionVector.Concurrent$
class Concurrent$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.internal.VersionVector.Same$
class Same$ extends Object implements Serializable
-
-
Package org.apache.pekko.persistence.typed.serialization
-
Class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
class Counter extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
org.apache.pekko.protobufv3.internal.ByteString value_
-
-
Class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
class CounterUpdate extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
delta_
org.apache.pekko.protobufv3.internal.ByteString delta_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
class ORSet extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
dots_
List<ReplicatedEventSourcing.VersionVector> dots_
-
intElements_
org.apache.pekko.protobufv3.internal.Internal.IntList intElements_
-
intElementsMemoizedSerializedSize
int intElementsMemoizedSerializedSize
-
longElements_
org.apache.pekko.protobufv3.internal.Internal.LongList longElements_
-
longElementsMemoizedSerializedSize
int longElementsMemoizedSerializedSize
-
memoizedIsInitialized
byte memoizedIsInitialized
-
originDc_
Object originDc_
-
otherElements_
List<ContainerFormats.Payload> otherElements_
-
stringElements_
org.apache.pekko.protobufv3.internal.LazyStringArrayList stringElements_
-
vvector_
ReplicatedEventSourcing.VersionVector vvector_
-
-
Class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
class ORSetDeltaGroup extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
entries_
List<ReplicatedEventSourcing.ORSetDeltaGroup.Entry> entries_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
class Entry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
operation_
int operation_
-
underlying_
ReplicatedEventSourcing.ORSet underlying_
-
-
Class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
class PublishedEvent extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
metadata_
ReplicatedEventSourcing.ReplicatedPublishedEventMetaData metadata_
-
payload_
ContainerFormats.Payload payload_
-
persistenceId_
Object persistenceId_
-
sequenceNr_
long sequenceNr_
-
timestamp_
long timestamp_
-
-
Class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
class ReplicatedEventMetadata extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
concurrent_
boolean concurrent_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
originReplica_
Object originReplica_
-
originSequenceNr_
long originSequenceNr_
-
versionVector_
ReplicatedEventSourcing.VersionVector versionVector_
-
-
Class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
class ReplicatedPublishedEventMetaData extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
replicaId_
Object replicaId_
-
versionVector_
ReplicatedEventSourcing.VersionVector versionVector_
-
-
Class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
class ReplicatedSnapshotMetadata extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
seenPerReplica_
List<ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen> seenPerReplica_
-
version_
ReplicatedEventSourcing.VersionVector version_
-
-
Class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
class Seen extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
replicaId_
Object replicaId_
-
sequenceNr_
long sequenceNr_
-
-
Class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
class VersionVector extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
entries_
List<ReplicatedEventSourcing.VersionVector.Entry> entries_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
class Entry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
key_
Object key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
version_
long version_
-
-
-
Package org.apache.pekko.persistence.typed.state
-
Class org.apache.pekko.persistence.typed.state.RecoveryCompleted$
class RecoveryCompleted$ extends RecoveryCompleted implements Serializable -
Class org.apache.pekko.persistence.typed.state.RecoveryFailed
class RecoveryFailed extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.RecoveryFailed$
class RecoveryFailed$ extends scala.runtime.AbstractFunction1<Throwable,RecoveryFailed> implements Serializable
-
-
Package org.apache.pekko.persistence.typed.state.internal
-
Class org.apache.pekko.persistence.typed.state.internal.CompositeEffect$
class CompositeEffect$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.Delete$
class Delete$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.DurableStateBehaviorImpl.GetPersistenceId
class GetPersistenceId extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.DurableStateBehaviorImpl.GetPersistenceId$
class GetPersistenceId$ extends scala.runtime.AbstractFunction1<ActorRef<PersistenceId>,org.apache.pekko.persistence.typed.state.internal.DurableStateBehaviorImpl.GetPersistenceId> implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.DurableStateBehaviorImpl.GetState
class GetState extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.DurableStateBehaviorImpl.GetState$
class GetState$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.DurableStateBehaviorImpl$
class DurableStateBehaviorImpl$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.DurableStateSettings$
class DurableStateSettings$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteFailure
class DeleteFailure extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteFailure$
class DeleteFailure$ extends scala.runtime.AbstractFunction1<Throwable,InternalProtocol.DeleteFailure> implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteSuccess$
class DeleteSuccess$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetFailure
class GetFailure extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetFailure$
class GetFailure$ extends scala.runtime.AbstractFunction1<Throwable,InternalProtocol.GetFailure> implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetSuccess
class GetSuccess extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetSuccess$
class GetSuccess$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.IncomingCommand
class IncomingCommand extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.IncomingCommand$
class IncomingCommand$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.RecoveryPermitGranted$
class RecoveryPermitGranted$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.RecoveryTimeout$
class RecoveryTimeout$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertFailure
class UpsertFailure extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertFailure$
class UpsertFailure$ extends scala.runtime.AbstractFunction1<Throwable,InternalProtocol.UpsertFailure> implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertSuccess$
class UpsertSuccess$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.Persist$
class Persist$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.PersistNothing$
class PersistNothing$ extends org.apache.pekko.persistence.typed.state.internal.EffectImpl<scala.runtime.Nothing$> implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.Recovering.RecoveryState$
class RecoveryState$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.Running.RunningState
class RunningState extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.Running.RunningState$
class RunningState$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.Stash$
class Stash$ extends org.apache.pekko.persistence.typed.state.internal.EffectImpl<scala.runtime.Nothing$> implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy.Drop$
class Drop$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy.Fail$
class Fail$ extends Object implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.Stop$
class Stop$ extends org.apache.pekko.persistence.typed.state.internal.SideEffect<scala.runtime.Nothing$> implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.Unhandled$
class Unhandled$ extends org.apache.pekko.persistence.typed.state.internal.EffectImpl<scala.runtime.Nothing$> implements Serializable -
Class org.apache.pekko.persistence.typed.state.internal.UnstashAll$
class UnstashAll$ extends org.apache.pekko.persistence.typed.state.internal.SideEffect<scala.runtime.Nothing$> implements Serializable
-
-
Package org.apache.pekko.pki.pem
-
Exception org.apache.pekko.pki.pem.PEMLoadingException
class PEMLoadingException extends RuntimeException implements Serializable
-
-
Package org.apache.pekko.remote
-
Class org.apache.pekko.remote.Ack
class Ack extends Object implements Serializable -
Class org.apache.pekko.remote.Ack$
class Ack$ extends scala.runtime.AbstractFunction2<SeqNo,scala.collection.immutable.Set<SeqNo>, Ack> implements Serializable -
Class org.apache.pekko.remote.AckedReceiveBuffer
class AckedReceiveBuffer extends Object implements Serializable -
Class org.apache.pekko.remote.AckedReceiveBuffer$
class AckedReceiveBuffer$ extends Object implements Serializable -
Class org.apache.pekko.remote.AckedSendBuffer
class AckedSendBuffer extends Object implements Serializable -
Class org.apache.pekko.remote.AckedSendBuffer$
class AckedSendBuffer$ extends Object implements Serializable -
Class org.apache.pekko.remote.ArteryControlFormats.Address
class Address extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
class ArteryHeartbeatRsp extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
uid_
long uid_
-
-
Class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
class CompressionTableAdvertisement extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
from_
ArteryControlFormats.UniqueAddress from_
-
keys_
org.apache.pekko.protobufv3.internal.LazyStringArrayList keys_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
originUid_
long originUid_
-
tableVersion_
int tableVersion_
-
values_
org.apache.pekko.protobufv3.internal.Internal.IntList values_
-
-
Class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
class CompressionTableAdvertisementAck extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
from_
ArteryControlFormats.UniqueAddress from_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
version_
int version_
-
-
Class org.apache.pekko.remote.ArteryControlFormats.FlushAck
class FlushAck extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
expectedAcks_
int expectedAcks_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
class HandshakeReq extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
from_
ArteryControlFormats.UniqueAddress from_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
to_
ArteryControlFormats.Address to_
-
-
Class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
class MessageWithAddress extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
address_
ArteryControlFormats.UniqueAddress address_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.remote.ArteryControlFormats.Quarantined
class Quarantined extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
from_
ArteryControlFormats.UniqueAddress from_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
to_
ArteryControlFormats.UniqueAddress to_
-
-
Class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
class SystemMessageDeliveryAck extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
from_
ArteryControlFormats.UniqueAddress from_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
seqNo_
long seqNo_
-
-
Class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
class SystemMessageEnvelope extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
ackReplyTo_
ArteryControlFormats.UniqueAddress ackReplyTo_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
message_
org.apache.pekko.protobufv3.internal.ByteString message_
-
messageManifest_
org.apache.pekko.protobufv3.internal.ByteString messageManifest_
-
seqNo_
long seqNo_
-
serializerId_
int serializerId_
-
-
Class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
class UniqueAddress extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
address_
ArteryControlFormats.Address address_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
uid_
long uid_
-
-
Class org.apache.pekko.remote.AssociatedEvent
class AssociatedEvent extends Object implements Serializable -
Class org.apache.pekko.remote.AssociatedEvent$
class AssociatedEvent$ extends scala.runtime.AbstractFunction3<Address,Address, Object, AssociatedEvent> implements Serializable -
Class org.apache.pekko.remote.AssociationErrorEvent
class AssociationErrorEvent extends Object implements Serializable -
Class org.apache.pekko.remote.AssociationErrorEvent$
class AssociationErrorEvent$ extends scala.runtime.AbstractFunction5<Throwable,Address, Address, Object, Logging.LogLevel, AssociationErrorEvent> implements Serializable -
Class org.apache.pekko.remote.ContainerFormats.ActorIdentity
class ActorIdentity extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
correlationId_
ContainerFormats.Payload correlationId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
ref_
ContainerFormats.ActorRef ref_
-
-
Class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
class ActorInitializationException extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
actor_
ContainerFormats.ActorRef actor_
-
bitField0_
int bitField0_
-
cause_
ContainerFormats.Payload cause_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
message_
Object message_
-
-
Class org.apache.pekko.remote.ContainerFormats.ActorRef
class ActorRef extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
path_
Object path_
-
-
Class org.apache.pekko.remote.ContainerFormats.Identify
class Identify extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
messageId_
ContainerFormats.Payload messageId_
-
-
Class org.apache.pekko.remote.ContainerFormats.Option
class Option extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
ContainerFormats.Payload value_
-
-
Class org.apache.pekko.remote.ContainerFormats.Payload
class Payload extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
enclosedMessage_
org.apache.pekko.protobufv3.internal.ByteString enclosedMessage_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
messageManifest_
org.apache.pekko.protobufv3.internal.ByteString messageManifest_
-
serializerId_
int serializerId_
-
-
Class org.apache.pekko.remote.ContainerFormats.Selection
class Selection extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
matcher_
Object matcher_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
type_
int type_
-
-
Class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
class SelectionEnvelope extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
enclosedMessage_
org.apache.pekko.protobufv3.internal.ByteString enclosedMessage_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
messageManifest_
org.apache.pekko.protobufv3.internal.ByteString messageManifest_
-
pattern_
List<ContainerFormats.Selection> pattern_
-
serializerId_
int serializerId_
-
wildcardFanOut_
boolean wildcardFanOut_
-
-
Class org.apache.pekko.remote.ContainerFormats.StackTraceElement
class StackTraceElement extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
class StatusReplyErrorMessage extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
errorMessage_
Object errorMessage_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.remote.ContainerFormats.Throwable
class Throwable extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
cause_
ContainerFormats.Payload cause_
-
className_
Object className_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
message_
Object message_
-
stackTrace_
List<ContainerFormats.StackTraceElement> stackTrace_
-
-
Class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
class ThrowableNotSerializable extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
class WatcherHeartbeatResponse extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
uid_
long uid_
-
-
Class org.apache.pekko.remote.DaemonMsgCreate$
class DaemonMsgCreate$ extends scala.runtime.AbstractFunction4<Props,Deploy, String, ActorRef, org.apache.pekko.remote.DaemonMsgCreate> implements Serializable -
Class org.apache.pekko.remote.DisassociatedEvent
class DisassociatedEvent extends Object implements Serializable -
Class org.apache.pekko.remote.DisassociatedEvent$
class DisassociatedEvent$ extends scala.runtime.AbstractFunction3<Address,Address, Object, DisassociatedEvent> implements Serializable -
Class org.apache.pekko.remote.EndpointManager.Gated
class Gated extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointManager.Gated$
class Gated$ extends scala.runtime.AbstractFunction1<scala.concurrent.duration.Deadline,org.apache.pekko.remote.EndpointManager.Gated> implements Serializable -
Class org.apache.pekko.remote.EndpointManager.Link
class Link extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointManager.Link$
class Link$ extends scala.runtime.AbstractFunction2<Address,Address, org.apache.pekko.remote.EndpointManager.Link> implements Serializable -
Class org.apache.pekko.remote.EndpointManager.Listen
class Listen extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointManager.Listen$
class Listen$ extends scala.runtime.AbstractFunction1<scala.concurrent.Promise<scala.collection.immutable.Seq<scala.Tuple2<org.apache.pekko.remote.transport.PekkoProtocolTransport,Address>>>, org.apache.pekko.remote.EndpointManager.Listen> implements Serializable -
Class org.apache.pekko.remote.EndpointManager.ListensFailure
class ListensFailure extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointManager.ListensFailure$
class ListensFailure$ extends scala.runtime.AbstractFunction2<scala.concurrent.Promise<scala.collection.immutable.Seq<scala.Tuple2<org.apache.pekko.remote.transport.PekkoProtocolTransport,Address>>>, Throwable, org.apache.pekko.remote.EndpointManager.ListensFailure> implements Serializable -
Class org.apache.pekko.remote.EndpointManager.ListensResult
class ListensResult extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointManager.ListensResult$
class ListensResult$ extends scala.runtime.AbstractFunction2<scala.concurrent.Promise<scala.collection.immutable.Seq<scala.Tuple2<org.apache.pekko.remote.transport.PekkoProtocolTransport,Address>>>, scala.collection.immutable.Seq<scala.Tuple3<org.apache.pekko.remote.transport.PekkoProtocolTransport, Address, scala.concurrent.Promise<Transport.AssociationEventListener>>>, org.apache.pekko.remote.EndpointManager.ListensResult> implements Serializable -
Class org.apache.pekko.remote.EndpointManager.ManagementCommand
class ManagementCommand extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointManager.ManagementCommand$
class ManagementCommand$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.remote.EndpointManager.ManagementCommand> implements Serializable -
Class org.apache.pekko.remote.EndpointManager.ManagementCommandAck
class ManagementCommandAck extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointManager.ManagementCommandAck$
class ManagementCommandAck$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.remote.EndpointManager.ManagementCommandAck> implements Serializable -
Class org.apache.pekko.remote.EndpointManager.Pass
class Pass extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointManager.Pass$
class Pass$ extends scala.runtime.AbstractFunction2<ActorRef,scala.Option<Object>, org.apache.pekko.remote.EndpointManager.Pass> implements Serializable -
Class org.apache.pekko.remote.EndpointManager.Prune$
class Prune$ extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointManager.Quarantine
class Quarantine extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointManager.Quarantine$
class Quarantine$ extends scala.runtime.AbstractFunction2<Address,scala.Option<Object>, org.apache.pekko.remote.EndpointManager.Quarantine> implements Serializable -
Class org.apache.pekko.remote.EndpointManager.Quarantined
class Quarantined extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointManager.Quarantined$
class Quarantined$ extends scala.runtime.AbstractFunction2<Object,scala.concurrent.duration.Deadline, org.apache.pekko.remote.EndpointManager.Quarantined> implements Serializable -
Class org.apache.pekko.remote.EndpointManager.ResendState
class ResendState extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointManager.ResendState$
class ResendState$ extends scala.runtime.AbstractFunction2<Object,AckedReceiveBuffer<PekkoPduCodec.Message>, org.apache.pekko.remote.EndpointManager.ResendState> implements Serializable -
Class org.apache.pekko.remote.EndpointManager.Send
class Send extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointManager.Send$
class Send$ extends scala.runtime.AbstractFunction4<Object,<any>, org.apache.pekko.remote.RemoteActorRef, scala.Option<SeqNo>, org.apache.pekko.remote.EndpointManager.Send> implements Serializable -
Class org.apache.pekko.remote.EndpointManager.ShutdownAndFlush$
class ShutdownAndFlush$ extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointManager.StartupFinished$
class StartupFinished$ extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointWriter.AckIdleCheckTimer$
class AckIdleCheckTimer$ extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointWriter.BackoffTimer$
class BackoffTimer$ extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointWriter.FlushAndStop$
class FlushAndStop$ extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointWriter.Handle
class Handle extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointWriter.Handle$
class Handle$ extends scala.runtime.AbstractFunction1<org.apache.pekko.remote.transport.PekkoProtocolHandle,org.apache.pekko.remote.EndpointWriter.Handle> implements Serializable -
Class org.apache.pekko.remote.EndpointWriter.OutboundAck
class OutboundAck extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointWriter.OutboundAck$
class OutboundAck$ extends scala.runtime.AbstractFunction1<Ack,org.apache.pekko.remote.EndpointWriter.OutboundAck> implements Serializable -
Class org.apache.pekko.remote.EndpointWriter.StoppedReading
class StoppedReading extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointWriter.StoppedReading$
class StoppedReading$ extends scala.runtime.AbstractFunction1<ActorRef,org.apache.pekko.remote.EndpointWriter.StoppedReading> implements Serializable -
Class org.apache.pekko.remote.EndpointWriter.StopReading
class StopReading extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointWriter.StopReading$
class StopReading$ extends scala.runtime.AbstractFunction2<ActorRef,ActorRef, org.apache.pekko.remote.EndpointWriter.StopReading> implements Serializable -
Class org.apache.pekko.remote.EndpointWriter.TakeOver
class TakeOver extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointWriter.TakeOver$
class TakeOver$ extends scala.runtime.AbstractFunction2<org.apache.pekko.remote.transport.PekkoProtocolHandle,ActorRef, org.apache.pekko.remote.EndpointWriter.TakeOver> implements Serializable -
Class org.apache.pekko.remote.EndpointWriter.TookOver
class TookOver extends Object implements Serializable -
Class org.apache.pekko.remote.EndpointWriter.TookOver$
class TookOver$ extends scala.runtime.AbstractFunction2<ActorRef,org.apache.pekko.remote.transport.PekkoProtocolHandle, org.apache.pekko.remote.EndpointWriter.TookOver> implements Serializable -
Class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
class GracefulShutdownQuarantinedEvent extends Object implements Serializable -
Class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent$
class GracefulShutdownQuarantinedEvent$ extends scala.runtime.AbstractFunction2<UniqueAddress,String, GracefulShutdownQuarantinedEvent> implements Serializable -
Class org.apache.pekko.remote.HeartbeatHistory$
class HeartbeatHistory$ extends Object implements Serializable -
Class org.apache.pekko.remote.HopelessAssociation$
class HopelessAssociation$ extends scala.runtime.AbstractFunction4<Address,Address, scala.Option<Object>, Throwable, org.apache.pekko.remote.HopelessAssociation> implements Serializable -
Class org.apache.pekko.remote.InvalidAssociation$
class InvalidAssociation$ extends scala.runtime.AbstractFunction4<Address,Address, Throwable, scala.Option<AssociationHandle.DisassociateInfo>, org.apache.pekko.remote.InvalidAssociation> implements Serializable -
Exception org.apache.pekko.remote.MessageSerializer.SerializationException
class SerializationException extends RuntimeException implements Serializable -
Exception org.apache.pekko.remote.NotAllowedClassRemoteDeploymentAttemptException
class NotAllowedClassRemoteDeploymentAttemptException extends RuntimeException implements Serializable -
Class org.apache.pekko.remote.QuarantinedEvent
class QuarantinedEvent extends Object implements Serializable -
Class org.apache.pekko.remote.QuarantinedEvent$
class QuarantinedEvent$ extends scala.runtime.AbstractFunction2<Address,Object, QuarantinedEvent> implements Serializable -
Class org.apache.pekko.remote.RARP$
class RARP$ extends Object implements Serializable -
Class org.apache.pekko.remote.ReliableDeliverySupervisor.AttemptSysMsgRedelivery$
class AttemptSysMsgRedelivery$ extends Object implements Serializable -
Class org.apache.pekko.remote.ReliableDeliverySupervisor.GotUid
class GotUid extends Object implements Serializable -
Class org.apache.pekko.remote.ReliableDeliverySupervisor.GotUid$
class GotUid$ extends scala.runtime.AbstractFunction2<Object,Address, org.apache.pekko.remote.ReliableDeliverySupervisor.GotUid> implements Serializable -
Class org.apache.pekko.remote.ReliableDeliverySupervisor.Idle$
class Idle$ extends Object implements Serializable -
Class org.apache.pekko.remote.ReliableDeliverySupervisor.IsIdle$
class IsIdle$ extends Object implements Serializable -
Class org.apache.pekko.remote.ReliableDeliverySupervisor.TooLongIdle$
class TooLongIdle$ extends Object implements Serializable -
Class org.apache.pekko.remote.ReliableDeliverySupervisor.Ungate$
class Ungate$ extends Object implements Serializable -
Class org.apache.pekko.remote.RemoteActorRefProvider.Finished$
class Finished$ extends Object implements Serializable -
Class org.apache.pekko.remote.RemoteActorRefProvider.Idle$
class Idle$ extends Object implements Serializable -
Class org.apache.pekko.remote.RemoteActorRefProvider.Uninitialized$
class Uninitialized$ extends Object implements Serializable -
Class org.apache.pekko.remote.RemoteActorRefProvider.WaitDaemonShutdown$
class WaitDaemonShutdown$ extends Object implements Serializable -
Class org.apache.pekko.remote.RemoteActorRefProvider.WaitTransportShutdown$
class WaitTransportShutdown$ extends Object implements Serializable -
Class org.apache.pekko.remote.RemoteDeploymentWatcher.WatchRemote
class WatchRemote extends Object implements Serializable -
Class org.apache.pekko.remote.RemoteDeploymentWatcher.WatchRemote$
class WatchRemote$ extends scala.runtime.AbstractFunction2<ActorRef,ActorRef, org.apache.pekko.remote.RemoteDeploymentWatcher.WatchRemote> implements Serializable -
Class org.apache.pekko.remote.RemoteScope
class RemoteScope extends Object implements Serializable -
Class org.apache.pekko.remote.RemoteScope$
class RemoteScope$ extends scala.runtime.AbstractFunction1<Address,RemoteScope> implements Serializable -
Exception org.apache.pekko.remote.RemoteTransportException
class RemoteTransportException extends PekkoException implements Serializable -
Exception org.apache.pekko.remote.RemoteTransportExceptionNoStackTrace
class RemoteTransportExceptionNoStackTrace extends RemoteTransportException implements Serializable -
Class org.apache.pekko.remote.RemoteWatcher.ArteryHeartbeat$
class ArteryHeartbeat$ extends Object implements Serializable -
Class org.apache.pekko.remote.RemoteWatcher.ArteryHeartbeatRsp
class ArteryHeartbeatRsp extends Object implements Serializable -
Class org.apache.pekko.remote.RemoteWatcher.ArteryHeartbeatRsp$
class ArteryHeartbeatRsp$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.remote.RemoteWatcher.ArteryHeartbeatRsp> implements Serializable -
Class org.apache.pekko.remote.RemoteWatcher.ExpectedFirstHeartbeat
class ExpectedFirstHeartbeat extends Object implements Serializable -
Class org.apache.pekko.remote.RemoteWatcher.ExpectedFirstHeartbeat$
class ExpectedFirstHeartbeat$ extends scala.runtime.AbstractFunction1<Address,org.apache.pekko.remote.RemoteWatcher.ExpectedFirstHeartbeat> implements Serializable -
Class org.apache.pekko.remote.RemoteWatcher.Heartbeat$
class Heartbeat$ extends Object implements Serializable -
Class org.apache.pekko.remote.RemoteWatcher.HeartbeatRsp
class HeartbeatRsp extends Object implements Serializable -
Class org.apache.pekko.remote.RemoteWatcher.HeartbeatRsp$
class HeartbeatRsp$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.remote.RemoteWatcher.HeartbeatRsp> implements Serializable -
Class org.apache.pekko.remote.RemoteWatcher.HeartbeatTick$
class HeartbeatTick$ extends Object implements Serializable -
Class org.apache.pekko.remote.RemoteWatcher.ReapUnreachableTick$
class ReapUnreachableTick$ extends Object implements Serializable -
Class org.apache.pekko.remote.RemoteWatcher.Stats
class Stats extends Object implements Serializable -
Class org.apache.pekko.remote.RemoteWatcher.Stats$
class Stats$ extends Object implements Serializable -
Class org.apache.pekko.remote.RemoteWatcher.UnwatchRemote
class UnwatchRemote extends Object implements Serializable -
Class org.apache.pekko.remote.RemoteWatcher.UnwatchRemote$
class UnwatchRemote$ extends scala.runtime.AbstractFunction2<org.apache.pekko.actor.InternalActorRef,org.apache.pekko.actor.InternalActorRef, org.apache.pekko.remote.RemoteWatcher.UnwatchRemote> implements Serializable -
Class org.apache.pekko.remote.RemoteWatcher.WatchRemote
class WatchRemote extends Object implements Serializable -
Class org.apache.pekko.remote.RemoteWatcher.WatchRemote$
class WatchRemote$ extends scala.runtime.AbstractFunction2<org.apache.pekko.actor.InternalActorRef,org.apache.pekko.actor.InternalActorRef, org.apache.pekko.remote.RemoteWatcher.WatchRemote> implements Serializable -
Class org.apache.pekko.remote.Remoting.RegisterTransportActor
class RegisterTransportActor extends Object implements Serializable -
Class org.apache.pekko.remote.Remoting.RegisterTransportActor$
class RegisterTransportActor$ extends scala.runtime.AbstractFunction2<Props,String, org.apache.pekko.remote.Remoting.RegisterTransportActor> implements Serializable -
Class org.apache.pekko.remote.RemotingErrorEvent
class RemotingErrorEvent extends Object implements Serializable -
Class org.apache.pekko.remote.RemotingErrorEvent$
class RemotingErrorEvent$ extends scala.runtime.AbstractFunction1<Throwable,RemotingErrorEvent> implements Serializable -
Class org.apache.pekko.remote.RemotingListenEvent
class RemotingListenEvent extends Object implements Serializable -
Class org.apache.pekko.remote.RemotingListenEvent$
class RemotingListenEvent$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Set<Address>,RemotingListenEvent> implements Serializable -
Class org.apache.pekko.remote.RemotingShutdownEvent$
class RemotingShutdownEvent$ extends Object implements Serializable -
Exception org.apache.pekko.remote.ResendBufferCapacityReachedException
class ResendBufferCapacityReachedException extends PekkoException implements Serializable -
Exception org.apache.pekko.remote.ResendUnfulfillableException
class ResendUnfulfillableException extends PekkoException implements Serializable -
Class org.apache.pekko.remote.SeqNo
class SeqNo extends Object implements Serializable -
Class org.apache.pekko.remote.SeqNo$
class SeqNo$ extends Object implements Serializable -
Class org.apache.pekko.remote.ShutDownAssociation$
class ShutDownAssociation$ extends scala.runtime.AbstractFunction3<Address,Address, Throwable, org.apache.pekko.remote.ShutDownAssociation> implements Serializable -
Class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
class DeathWatchNotificationData extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
actor_
ContainerFormats.ActorRef actor_
-
addressTerminated_
boolean addressTerminated_
-
bitField0_
int bitField0_
-
existenceConfirmed_
boolean existenceConfirmed_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.remote.SystemMessageFormats.FailedData
class FailedData extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
child_
ContainerFormats.ActorRef child_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
uid_
long uid_
-
-
Class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
class SuperviseData extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
async_
boolean async_
-
bitField0_
int bitField0_
-
child_
ContainerFormats.ActorRef child_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
class SystemMessage extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
causeData_
ContainerFormats.Payload causeData_
-
dwNotificationData_
SystemMessageFormats.DeathWatchNotificationData dwNotificationData_
-
failedData_
SystemMessageFormats.FailedData failedData_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
superviseData_
SystemMessageFormats.SuperviseData superviseData_
-
type_
int type_
-
watchData_
SystemMessageFormats.WatchData watchData_
-
-
Class org.apache.pekko.remote.SystemMessageFormats.WatchData
class WatchData extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
watchee_
ContainerFormats.ActorRef watchee_
-
watcher_
ContainerFormats.ActorRef watcher_
-
-
Class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
class ThisActorSystemQuarantinedEvent extends Object implements Serializable -
Class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent$
class ThisActorSystemQuarantinedEvent$ extends scala.runtime.AbstractFunction2<Address,Address, ThisActorSystemQuarantinedEvent> implements Serializable -
Class org.apache.pekko.remote.UniqueAddress
class UniqueAddress extends Object implements Serializable -
Class org.apache.pekko.remote.UniqueAddress$
class UniqueAddress$ extends scala.runtime.AbstractFunction2<Address,Object, UniqueAddress> implements Serializable -
Class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
class AckAndEnvelopeContainer extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
ack_
WireFormats.AcknowledgementInfo ack_
-
bitField0_
int bitField0_
-
envelope_
WireFormats.RemoteEnvelope envelope_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
class AcknowledgementInfo extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
cumulativeAck_
long cumulativeAck_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
nacks_
org.apache.pekko.protobufv3.internal.Internal.LongList nacks_
-
-
Class org.apache.pekko.remote.WireFormats.ActorRefData
class ActorRefData extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
path_
Object path_
-
-
Class org.apache.pekko.remote.WireFormats.AddressData
class AddressData extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
class DaemonMsgCreateData extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
deploy_
WireFormats.DeployData deploy_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
path_
Object path_
-
props_
WireFormats.PropsData props_
-
supervisor_
WireFormats.ActorRefData supervisor_
-
-
Class org.apache.pekko.remote.WireFormats.DefaultResizer
class DefaultResizer extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
backoffRate_
double backoffRate_
-
backoffThreshold_
double backoffThreshold_
-
bitField0_
int bitField0_
-
lowerBound_
int lowerBound_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
messagesPerResize_
int messagesPerResize_
-
pressureThreshold_
int pressureThreshold_
-
rampupRate_
double rampupRate_
-
upperBound_
int upperBound_
-
-
Class org.apache.pekko.remote.WireFormats.DeployData
class DeployData extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
config_
org.apache.pekko.protobufv3.internal.ByteString config_
-
configManifest_
Object configManifest_
-
configSerializerId_
int configSerializerId_
-
dispatcher_
Object dispatcher_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
path_
Object path_
-
routerConfig_
org.apache.pekko.protobufv3.internal.ByteString routerConfig_
-
routerConfigManifest_
Object routerConfigManifest_
-
routerConfigSerializerId_
int routerConfigSerializerId_
-
scope_
org.apache.pekko.protobufv3.internal.ByteString scope_
-
scopeManifest_
Object scopeManifest_
-
scopeSerializerId_
int scopeSerializerId_
-
tags_
org.apache.pekko.protobufv3.internal.LazyStringArrayList tags_
-
-
Class org.apache.pekko.remote.WireFormats.FiniteDuration
class FiniteDuration extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
unit_
int unit_
-
value_
long value_
-
-
Class org.apache.pekko.remote.WireFormats.FromConfig
class FromConfig extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
resizer_
ContainerFormats.Payload resizer_
-
routerDispatcher_
Object routerDispatcher_
-
-
Class org.apache.pekko.remote.WireFormats.GenericRoutingPool
class GenericRoutingPool extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
nrOfInstances_
int nrOfInstances_
-
resizer_
ContainerFormats.Payload resizer_
-
routerDispatcher_
Object routerDispatcher_
-
usePoolDispatcher_
boolean usePoolDispatcher_
-
-
Class org.apache.pekko.remote.WireFormats.PekkoControlMessage
class PekkoControlMessage extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
commandType_
int commandType_
-
handshakeInfo_
WireFormats.PekkoHandshakeInfo handshakeInfo_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
class PekkoHandshakeInfo extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
cookie_
Object cookie_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
origin_
WireFormats.AddressData origin_
-
uid_
long uid_
-
-
Class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
class PekkoProtocolMessage extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
instruction_
WireFormats.PekkoControlMessage instruction_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
payload_
org.apache.pekko.protobufv3.internal.ByteString payload_
-
-
Class org.apache.pekko.remote.WireFormats.PropsData
class PropsData extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
args_
org.apache.pekko.protobufv3.internal.Internal.ProtobufList<org.apache.pekko.protobufv3.internal.ByteString> args_
-
bitField0_
int bitField0_
-
clazz_
Object clazz_
-
deploy_
WireFormats.DeployData deploy_
-
hasManifest_
org.apache.pekko.protobufv3.internal.Internal.BooleanList hasManifest_
-
manifests_
org.apache.pekko.protobufv3.internal.LazyStringArrayList manifests_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
serializerIds_
org.apache.pekko.protobufv3.internal.Internal.IntList serializerIds_
-
-
Class org.apache.pekko.remote.WireFormats.RemoteEnvelope
class RemoteEnvelope extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
message_
WireFormats.SerializedMessage message_
-
recipient_
WireFormats.ActorRefData recipient_
-
sender_
WireFormats.ActorRefData sender_
-
seq_
long seq_
-
-
Class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
class RemoteRouterConfig extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
local_
ContainerFormats.Payload local_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
nodes_
List<WireFormats.AddressData> nodes_
-
-
Class org.apache.pekko.remote.WireFormats.RemoteScope
class RemoteScope extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
node_
WireFormats.AddressData node_
-
-
Class org.apache.pekko.remote.WireFormats.ScatterGatherPool
class ScatterGatherPool extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
generic_
WireFormats.GenericRoutingPool generic_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
within_
WireFormats.FiniteDuration within_
-
-
Class org.apache.pekko.remote.WireFormats.SerializedMessage
class SerializedMessage extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
message_
org.apache.pekko.protobufv3.internal.ByteString message_
-
messageManifest_
org.apache.pekko.protobufv3.internal.ByteString messageManifest_
-
serializerId_
int serializerId_
-
-
Class org.apache.pekko.remote.WireFormats.TailChoppingPool
class TailChoppingPool extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
generic_
WireFormats.GenericRoutingPool generic_
-
interval_
WireFormats.FiniteDuration interval_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
within_
WireFormats.FiniteDuration within_
-
-
-
Package org.apache.pekko.remote.artery
-
Class org.apache.pekko.remote.artery.ActorSystemTerminating$
class ActorSystemTerminating$ extends scala.runtime.AbstractFunction1<UniqueAddress,org.apache.pekko.remote.artery.ActorSystemTerminating> implements Serializable -
Class org.apache.pekko.remote.artery.ActorSystemTerminatingAck$
class ActorSystemTerminatingAck$ extends scala.runtime.AbstractFunction1<UniqueAddress,org.apache.pekko.remote.artery.ActorSystemTerminatingAck> implements Serializable -
Exception org.apache.pekko.remote.artery.ArteryTransport.AeronTerminated
class AeronTerminated extends RuntimeException implements Serializable -
Class org.apache.pekko.remote.artery.ArteryTransport.InboundStreamMatValues
class InboundStreamMatValues extends Object implements Serializable -
Class org.apache.pekko.remote.artery.ArteryTransport.InboundStreamMatValues$
class InboundStreamMatValues$ extends Object implements Serializable -
Exception org.apache.pekko.remote.artery.ArteryTransport.ShutdownSignal$
class ShutdownSignal$ extends RuntimeException implements Serializable -
Exception org.apache.pekko.remote.artery.ArteryTransport.ShuttingDown$
class ShuttingDown$ extends RuntimeException implements Serializable -
Class org.apache.pekko.remote.artery.Association.LazyQueueWrapper
class LazyQueueWrapper extends Object implements Serializable -
Class org.apache.pekko.remote.artery.Association.LazyQueueWrapper$
class LazyQueueWrapper$ extends scala.runtime.AbstractFunction2<Queue<OutboundEnvelope>,scala.Function0<scala.runtime.BoxedUnit>, org.apache.pekko.remote.artery.Association.LazyQueueWrapper> implements Serializable -
Class org.apache.pekko.remote.artery.Association.OutboundStreamMatValues
class OutboundStreamMatValues extends Object implements Serializable -
Class org.apache.pekko.remote.artery.Association.OutboundStreamMatValues$
class OutboundStreamMatValues$ extends scala.runtime.AbstractFunction3<<any>,scala.concurrent.Future<Done>, <any>, org.apache.pekko.remote.artery.Association.OutboundStreamMatValues> implements Serializable -
Exception org.apache.pekko.remote.artery.Association.OutboundStreamStopIdleSignal$
class OutboundStreamStopIdleSignal$ extends RuntimeException implements Serializable -
Exception org.apache.pekko.remote.artery.Association.OutboundStreamStopQuarantinedSignal$
class OutboundStreamStopQuarantinedSignal$ extends RuntimeException implements Serializable -
Class org.apache.pekko.remote.artery.Association.QueueWrapperImpl
class QueueWrapperImpl extends Object implements Serializable -
Class org.apache.pekko.remote.artery.Association.QueueWrapperImpl$
class QueueWrapperImpl$ extends scala.runtime.AbstractFunction1<Queue<OutboundEnvelope>,org.apache.pekko.remote.artery.Association.QueueWrapperImpl> implements Serializable -
Class org.apache.pekko.remote.artery.AssociationState.QuarantinedTimestamp
class QuarantinedTimestamp extends Object implements Serializable -
Class org.apache.pekko.remote.artery.AssociationState.QuarantinedTimestamp$
class QuarantinedTimestamp$ extends scala.runtime.AbstractFunction2<Object,Object, org.apache.pekko.remote.artery.AssociationState.QuarantinedTimestamp> implements Serializable -
Class org.apache.pekko.remote.artery.AssociationState.UidKnown$
class UidKnown$ extends Object implements Serializable -
Class org.apache.pekko.remote.artery.AssociationState.UidQuarantined$
class UidQuarantined$ extends Object implements Serializable -
Class org.apache.pekko.remote.artery.AssociationState.UidUnknown$
class UidUnknown$ extends Object implements Serializable -
Class org.apache.pekko.remote.artery.CacheStatistics$
class CacheStatistics$ extends scala.runtime.AbstractFunction3<Object,Object, Object, org.apache.pekko.remote.artery.CacheStatistics> implements Serializable -
Class org.apache.pekko.remote.artery.Flush$
class Flush$ extends Object implements Serializable -
Class org.apache.pekko.remote.artery.FlushAck$
class FlushAck$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.remote.artery.FlushAck> implements Serializable -
Class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent
class GracefulShutdownQuarantinedEvent extends Object implements Serializable -
Class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent$
class GracefulShutdownQuarantinedEvent$ extends scala.runtime.AbstractFunction2<UniqueAddress,String, GracefulShutdownQuarantinedEvent> implements Serializable -
Class org.apache.pekko.remote.artery.InboundControlJunction.Attach$
class Attach$ extends scala.runtime.AbstractFunction2<org.apache.pekko.remote.artery.InboundControlJunction.ControlMessageObserver,scala.concurrent.Promise<Done>, org.apache.pekko.remote.artery.InboundControlJunction.Attach> implements Serializable -
Class org.apache.pekko.remote.artery.InboundControlJunction.Dettach$
class Dettach$ extends scala.runtime.AbstractFunction1<org.apache.pekko.remote.artery.InboundControlJunction.ControlMessageObserver,org.apache.pekko.remote.artery.InboundControlJunction.Dettach> implements Serializable -
Class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
class NoOpRemotingFlightRecorder$ extends Object implements Serializable -
Class org.apache.pekko.remote.artery.OutboundHandshake.HandshakeReq
class HandshakeReq extends Object implements Serializable -
Class org.apache.pekko.remote.artery.OutboundHandshake.HandshakeReq$
class HandshakeReq$ extends scala.runtime.AbstractFunction2<UniqueAddress,Address, org.apache.pekko.remote.artery.OutboundHandshake.HandshakeReq> implements Serializable -
Class org.apache.pekko.remote.artery.OutboundHandshake.HandshakeRsp
class HandshakeRsp extends Object implements Serializable -
Class org.apache.pekko.remote.artery.OutboundHandshake.HandshakeRsp$
class HandshakeRsp$ extends scala.runtime.AbstractFunction1<UniqueAddress,org.apache.pekko.remote.artery.OutboundHandshake.HandshakeRsp> implements Serializable -
Exception org.apache.pekko.remote.artery.OutboundHandshake.HandshakeTimeoutException
class HandshakeTimeoutException extends RuntimeException implements Serializable -
Class org.apache.pekko.remote.artery.Quarantined$
class Quarantined$ extends scala.runtime.AbstractFunction2<UniqueAddress,UniqueAddress, org.apache.pekko.remote.artery.Quarantined> implements Serializable -
Class org.apache.pekko.remote.artery.QuarantinedEvent
class QuarantinedEvent extends Object implements Serializable -
Class org.apache.pekko.remote.artery.QuarantinedEvent$
class QuarantinedEvent$ extends scala.runtime.AbstractFunction1<UniqueAddress,QuarantinedEvent> implements Serializable -
Class org.apache.pekko.remote.artery.RestartCounter.State
class State extends Object implements Serializable -
Class org.apache.pekko.remote.artery.RestartCounter.State$
class State$ extends scala.runtime.AbstractFunction2<Object,scala.concurrent.duration.Deadline, org.apache.pekko.remote.artery.RestartCounter.State> implements Serializable -
Class org.apache.pekko.remote.artery.SystemMessageDelivery.Ack
class Ack extends Object implements Serializable -
Class org.apache.pekko.remote.artery.SystemMessageDelivery.Ack$
class Ack$ extends scala.runtime.AbstractFunction2<Object,UniqueAddress, org.apache.pekko.remote.artery.SystemMessageDelivery.Ack> implements Serializable -
Class org.apache.pekko.remote.artery.SystemMessageDelivery.ClearSystemMessageDelivery
class ClearSystemMessageDelivery extends Object implements Serializable -
Class org.apache.pekko.remote.artery.SystemMessageDelivery.ClearSystemMessageDelivery$
class ClearSystemMessageDelivery$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.remote.artery.SystemMessageDelivery.ClearSystemMessageDelivery> implements Serializable -
Exception org.apache.pekko.remote.artery.SystemMessageDelivery.GaveUpSystemMessageException
class GaveUpSystemMessageException extends RuntimeException implements Serializable -
Class org.apache.pekko.remote.artery.SystemMessageDelivery.Nack
class Nack extends Object implements Serializable -
Class org.apache.pekko.remote.artery.SystemMessageDelivery.Nack$
class Nack$ extends scala.runtime.AbstractFunction2<Object,UniqueAddress, org.apache.pekko.remote.artery.SystemMessageDelivery.Nack> implements Serializable -
Class org.apache.pekko.remote.artery.SystemMessageDelivery.SystemMessageEnvelope
class SystemMessageEnvelope extends Object implements Serializable -
Class org.apache.pekko.remote.artery.SystemMessageDelivery.SystemMessageEnvelope$
class SystemMessageEnvelope$ extends scala.runtime.AbstractFunction3<Object,Object, UniqueAddress, org.apache.pekko.remote.artery.SystemMessageDelivery.SystemMessageEnvelope> implements Serializable -
Class org.apache.pekko.remote.artery.TestManagementCommands.FailInboundStreamOnce
class FailInboundStreamOnce extends Object implements Serializable -
Class org.apache.pekko.remote.artery.TestManagementCommands.FailInboundStreamOnce$
class FailInboundStreamOnce$ extends scala.runtime.AbstractFunction1<Throwable,TestManagementCommands.FailInboundStreamOnce> implements Serializable -
Class org.apache.pekko.remote.artery.TestState$
class TestState$ extends scala.runtime.AbstractFunction2<scala.collection.immutable.Map<Address,scala.collection.immutable.Set<Address>>, scala.Option<Throwable>, org.apache.pekko.remote.artery.TestState> implements Serializable -
Class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent
class ThisActorSystemQuarantinedEvent extends Object implements Serializable -
Class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent$
class ThisActorSystemQuarantinedEvent$ extends scala.runtime.AbstractFunction2<UniqueAddress,UniqueAddress, ThisActorSystemQuarantinedEvent> implements Serializable
-
-
Package org.apache.pekko.remote.artery.aeron
-
Exception org.apache.pekko.remote.artery.aeron.AeronSink.GaveUpMessageException
class GaveUpMessageException extends RuntimeException implements Serializable -
Exception org.apache.pekko.remote.artery.aeron.AeronSink.PublicationClosedException
class PublicationClosedException extends RuntimeException implements Serializable -
Class org.apache.pekko.remote.artery.aeron.TaskRunner.Add
class Add extends Object implements Serializable -
Class org.apache.pekko.remote.artery.aeron.TaskRunner.Add$
class Add$ extends scala.runtime.AbstractFunction1<scala.Function0<Object>,org.apache.pekko.remote.artery.aeron.TaskRunner.Add> implements Serializable -
Class org.apache.pekko.remote.artery.aeron.TaskRunner.CommandQueue
class CommandQueue extends AbstractNodeQueue<org.apache.pekko.remote.artery.aeron.TaskRunner.Command> implements Serializable -
Class org.apache.pekko.remote.artery.aeron.TaskRunner.Remove
class Remove extends Object implements Serializable -
Class org.apache.pekko.remote.artery.aeron.TaskRunner.Remove$
class Remove$ extends scala.runtime.AbstractFunction1<scala.Function0<Object>,org.apache.pekko.remote.artery.aeron.TaskRunner.Remove> implements Serializable -
Class org.apache.pekko.remote.artery.aeron.TaskRunner.Shutdown$
class Shutdown$ extends Object implements Serializable
-
-
Package org.apache.pekko.remote.artery.compress
-
Class org.apache.pekko.remote.artery.compress.CompressionProtocol.ActorRefCompressionAdvertisement$
class ActorRefCompressionAdvertisement$ extends scala.runtime.AbstractFunction2<UniqueAddress,org.apache.pekko.remote.artery.compress.CompressionTable<ActorRef>, org.apache.pekko.remote.artery.compress.CompressionProtocol.ActorRefCompressionAdvertisement> implements Serializable -
Class org.apache.pekko.remote.artery.compress.CompressionProtocol.ActorRefCompressionAdvertisementAck$
class ActorRefCompressionAdvertisementAck$ extends scala.runtime.AbstractFunction2<UniqueAddress,Object, org.apache.pekko.remote.artery.compress.CompressionProtocol.ActorRefCompressionAdvertisementAck> implements Serializable -
Class org.apache.pekko.remote.artery.compress.CompressionProtocol.ClassManifestCompressionAdvertisement$
class ClassManifestCompressionAdvertisement$ extends scala.runtime.AbstractFunction2<UniqueAddress,org.apache.pekko.remote.artery.compress.CompressionTable<String>, org.apache.pekko.remote.artery.compress.CompressionProtocol.ClassManifestCompressionAdvertisement> implements Serializable -
Class org.apache.pekko.remote.artery.compress.CompressionProtocol.ClassManifestCompressionAdvertisementAck$
class ClassManifestCompressionAdvertisementAck$ extends scala.runtime.AbstractFunction2<UniqueAddress,Object, org.apache.pekko.remote.artery.compress.CompressionProtocol.ClassManifestCompressionAdvertisementAck> implements Serializable -
Class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
class HeavyHitterDetected extends Object implements Serializable -
Class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected$
class HeavyHitterDetected$ extends scala.runtime.AbstractFunction3<Object,Object, Object, org.apache.pekko.remote.artery.compress.CompressionProtocol.Events.HeavyHitterDetected> implements Serializable -
Class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable
class ReceivedActorRefCompressionTable extends Object implements Serializable -
Class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable$
class ReceivedActorRefCompressionTable$ extends scala.runtime.AbstractFunction2<UniqueAddress,org.apache.pekko.remote.artery.compress.CompressionTable<ActorRef>, org.apache.pekko.remote.artery.compress.CompressionProtocol.Events.ReceivedActorRefCompressionTable> implements Serializable -
Class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable
class ReceivedClassManifestCompressionTable extends Object implements Serializable -
Class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable$
class ReceivedClassManifestCompressionTable$ extends scala.runtime.AbstractFunction2<UniqueAddress,org.apache.pekko.remote.artery.compress.CompressionTable<String>, org.apache.pekko.remote.artery.compress.CompressionProtocol.Events.ReceivedClassManifestCompressionTable> implements Serializable -
Class org.apache.pekko.remote.artery.compress.CompressionProtocol$Events$HeavyHitterDetected
class CompressionProtocol$Events$HeavyHitterDetected extends Object implements Serializable-
Serialized Fields
-
count
long count
-
id
int id
-
key
Object key
-
-
-
Class org.apache.pekko.remote.artery.compress.CompressionProtocol$Events$HeavyHitterDetected$
class CompressionProtocol$Events$HeavyHitterDetected$ extends scala.runtime.AbstractFunction3<Object,Object, Object, org.apache.pekko.remote.artery.compress.CompressionProtocol$Events$HeavyHitterDetected> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.remote.artery.compress.CompressionProtocol$Events$ReceivedActorRefCompressionTable
class CompressionProtocol$Events$ReceivedActorRefCompressionTable extends Object implements Serializable-
Serialized Fields
-
from
UniqueAddress from
-
table
org.apache.pekko.remote.artery.compress.CompressionTable<ActorRef> table
-
-
-
Class org.apache.pekko.remote.artery.compress.CompressionProtocol$Events$ReceivedActorRefCompressionTable$
class CompressionProtocol$Events$ReceivedActorRefCompressionTable$ extends scala.runtime.AbstractFunction2<UniqueAddress,org.apache.pekko.remote.artery.compress.CompressionTable<ActorRef>, org.apache.pekko.remote.artery.compress.CompressionProtocol$Events$ReceivedActorRefCompressionTable> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.remote.artery.compress.CompressionProtocol$Events$ReceivedClassManifestCompressionTable
class CompressionProtocol$Events$ReceivedClassManifestCompressionTable extends Object implements Serializable-
Serialized Fields
-
from
UniqueAddress from
-
table
org.apache.pekko.remote.artery.compress.CompressionTable<String> table
-
-
-
Class org.apache.pekko.remote.artery.compress.CompressionProtocol$Events$ReceivedClassManifestCompressionTable$
class CompressionProtocol$Events$ReceivedClassManifestCompressionTable$ extends scala.runtime.AbstractFunction2<UniqueAddress,org.apache.pekko.remote.artery.compress.CompressionTable<String>, org.apache.pekko.remote.artery.compress.CompressionProtocol$Events$ReceivedClassManifestCompressionTable> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.remote.artery.compress.DecompressionTable$
class DecompressionTable$ extends Object implements Serializable -
Class org.apache.pekko.remote.artery.compress.InboundCompression.Tables
class Tables extends Object implements Serializable -
Class org.apache.pekko.remote.artery.compress.InboundCompression.Tables$
class Tables$ extends Object implements Serializable -
Class org.apache.pekko.remote.artery.compress.NoInboundCompressions$
class NoInboundCompressions$ extends Object implements Serializable
-
-
Package org.apache.pekko.remote.artery.tcp
-
Exception org.apache.pekko.remote.artery.tcp.SslTransportException
class SslTransportException extends RuntimeException implements Serializable
-
-
Package org.apache.pekko.remote.routing
-
Class org.apache.pekko.remote.routing.RemoteRouterConfig
class RemoteRouterConfig extends Object implements Serializable -
Class org.apache.pekko.remote.routing.RemoteRouterConfig$
class RemoteRouterConfig$ extends scala.runtime.AbstractFunction2<Pool,scala.collection.Iterable<Address>, RemoteRouterConfig> implements Serializable
-
-
Package org.apache.pekko.remote.serialization
-
Exception org.apache.pekko.remote.serialization.ThrowableNotSerializableException
class ThrowableNotSerializableException extends IllegalArgumentException implements Serializable
-
-
Package org.apache.pekko.remote.testconductor
-
Class org.apache.pekko.remote.testconductor.AddressReply$
class AddressReply$ extends scala.runtime.AbstractFunction2<RoleName,Address, org.apache.pekko.remote.testconductor.AddressReply> implements Serializable -
Exception org.apache.pekko.remote.testconductor.BarrierCoordinator.BarrierEmpty
class BarrierEmpty extends RuntimeException implements Serializable -
Class org.apache.pekko.remote.testconductor.BarrierCoordinator.BarrierEmpty$
class BarrierEmpty$ extends scala.runtime.AbstractFunction2<org.apache.pekko.remote.testconductor.BarrierCoordinator.Data,String, org.apache.pekko.remote.testconductor.BarrierCoordinator.BarrierEmpty> implements Serializable -
Exception org.apache.pekko.remote.testconductor.BarrierCoordinator.BarrierTimeout
class BarrierTimeout extends RuntimeException implements Serializable -
Class org.apache.pekko.remote.testconductor.BarrierCoordinator.BarrierTimeout$
class BarrierTimeout$ extends scala.runtime.AbstractFunction1<org.apache.pekko.remote.testconductor.BarrierCoordinator.Data,org.apache.pekko.remote.testconductor.BarrierCoordinator.BarrierTimeout> implements Serializable -
Exception org.apache.pekko.remote.testconductor.BarrierCoordinator.ClientLost
class ClientLost extends RuntimeException implements Serializable -
Class org.apache.pekko.remote.testconductor.BarrierCoordinator.ClientLost$
class ClientLost$ extends scala.runtime.AbstractFunction2<org.apache.pekko.remote.testconductor.BarrierCoordinator.Data,RoleName, org.apache.pekko.remote.testconductor.BarrierCoordinator.ClientLost> implements Serializable -
Class org.apache.pekko.remote.testconductor.BarrierCoordinator.Data
class Data extends Object implements Serializable -
Class org.apache.pekko.remote.testconductor.BarrierCoordinator.Data$
class Data$ extends scala.runtime.AbstractFunction4<scala.collection.immutable.Set<org.apache.pekko.remote.testconductor.Controller.NodeInfo>,String, scala.collection.immutable.List<ActorRef>, scala.concurrent.duration.Deadline, org.apache.pekko.remote.testconductor.BarrierCoordinator.Data> implements Serializable -
Exception org.apache.pekko.remote.testconductor.BarrierCoordinator.DuplicateNode
class DuplicateNode extends RuntimeException implements Serializable -
Class org.apache.pekko.remote.testconductor.BarrierCoordinator.DuplicateNode$
class DuplicateNode$ extends scala.runtime.AbstractFunction2<org.apache.pekko.remote.testconductor.BarrierCoordinator.Data,org.apache.pekko.remote.testconductor.Controller.NodeInfo, org.apache.pekko.remote.testconductor.BarrierCoordinator.DuplicateNode> implements Serializable -
Exception org.apache.pekko.remote.testconductor.BarrierCoordinator.FailedBarrier
class FailedBarrier extends RuntimeException implements Serializable -
Class org.apache.pekko.remote.testconductor.BarrierCoordinator.FailedBarrier$
class FailedBarrier$ extends scala.runtime.AbstractFunction1<org.apache.pekko.remote.testconductor.BarrierCoordinator.Data,org.apache.pekko.remote.testconductor.BarrierCoordinator.FailedBarrier> implements Serializable -
Class org.apache.pekko.remote.testconductor.BarrierCoordinator.Idle$
class Idle$ extends Object implements Serializable -
Class org.apache.pekko.remote.testconductor.BarrierCoordinator.RemoveClient
class RemoveClient extends Object implements Serializable -
Class org.apache.pekko.remote.testconductor.BarrierCoordinator.RemoveClient$
class RemoveClient$ extends scala.runtime.AbstractFunction1<RoleName,org.apache.pekko.remote.testconductor.BarrierCoordinator.RemoveClient> implements Serializable -
Class org.apache.pekko.remote.testconductor.BarrierCoordinator.Waiting$
class Waiting$ extends Object implements Serializable -
Exception org.apache.pekko.remote.testconductor.BarrierCoordinator.WrongBarrier
class WrongBarrier extends RuntimeException implements Serializable -
Class org.apache.pekko.remote.testconductor.BarrierCoordinator.WrongBarrier$
class WrongBarrier$ extends scala.runtime.AbstractFunction3<String,ActorRef, org.apache.pekko.remote.testconductor.BarrierCoordinator.Data, org.apache.pekko.remote.testconductor.BarrierCoordinator.WrongBarrier> implements Serializable -
Class org.apache.pekko.remote.testconductor.BarrierResult$
class BarrierResult$ extends scala.runtime.AbstractFunction2<String,Object, org.apache.pekko.remote.testconductor.BarrierResult> implements Serializable -
Class org.apache.pekko.remote.testconductor.Client$
class Client$ extends Object implements Serializable -
Class org.apache.pekko.remote.testconductor.ClientFSM.AwaitDone$
class AwaitDone$ extends Object implements Serializable -
Class org.apache.pekko.remote.testconductor.ClientFSM.Connected
class Connected extends Object implements Serializable -
Class org.apache.pekko.remote.testconductor.ClientFSM.Connected$
class Connected$ extends Object implements Serializable -
Class org.apache.pekko.remote.testconductor.ClientFSM.Connecting$
class Connecting$ extends Object implements Serializable -
Exception org.apache.pekko.remote.testconductor.ClientFSM.ConnectionFailure
class ConnectionFailure extends RuntimeException implements Serializable -
Class org.apache.pekko.remote.testconductor.ClientFSM.ConnectionFailure$
class ConnectionFailure$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.remote.testconductor.ClientFSM.ConnectionFailure> implements Serializable -
Class org.apache.pekko.remote.testconductor.ClientFSM.Data
class Data extends Object implements Serializable -
Class org.apache.pekko.remote.testconductor.ClientFSM.Data$
class Data$ extends scala.runtime.AbstractFunction2<scala.Option<io.netty.channel.Channel>,scala.Option<scala.Tuple2<String, ActorRef>>, org.apache.pekko.remote.testconductor.ClientFSM.Data> implements Serializable -
Class org.apache.pekko.remote.testconductor.ClientFSM.Disconnected$
class Disconnected$ extends Object implements Serializable -
Class org.apache.pekko.remote.testconductor.ClientFSM.Failed$
class Failed$ extends Object implements Serializable -
Class org.apache.pekko.remote.testconductor.Controller.ClientDisconnected
class ClientDisconnected extends Object implements Serializable -
Class org.apache.pekko.remote.testconductor.Controller.ClientDisconnected$
class ClientDisconnected$ extends scala.runtime.AbstractFunction1<RoleName,org.apache.pekko.remote.testconductor.Controller.ClientDisconnected> implements Serializable -
Exception org.apache.pekko.remote.testconductor.Controller.ClientDisconnectedException
class ClientDisconnectedException extends PekkoException implements Serializable -
Class org.apache.pekko.remote.testconductor.Controller.CreateServerFSM
class CreateServerFSM extends Object implements Serializable -
Class org.apache.pekko.remote.testconductor.Controller.CreateServerFSM$
class CreateServerFSM$ extends scala.runtime.AbstractFunction1<io.netty.channel.Channel,org.apache.pekko.remote.testconductor.Controller.CreateServerFSM> implements Serializable -
Class org.apache.pekko.remote.testconductor.Controller.GetNodes$
class GetNodes$ extends Object implements Serializable -
Class org.apache.pekko.remote.testconductor.Controller.GetSockAddr$
class GetSockAddr$ extends Object implements Serializable -
Class org.apache.pekko.remote.testconductor.Controller.NodeInfo
class NodeInfo extends Object implements Serializable -
Class org.apache.pekko.remote.testconductor.Controller.NodeInfo$
class NodeInfo$ extends scala.runtime.AbstractFunction3<RoleName,Address, ActorRef, org.apache.pekko.remote.testconductor.Controller.NodeInfo> implements Serializable -
Class org.apache.pekko.remote.testconductor.Disconnect$
class Disconnect$ extends scala.runtime.AbstractFunction3<RoleName,RoleName, Object, org.apache.pekko.remote.testconductor.Disconnect> implements Serializable -
Class org.apache.pekko.remote.testconductor.DisconnectMsg$
class DisconnectMsg$ extends scala.runtime.AbstractFunction2<Address,Object, org.apache.pekko.remote.testconductor.DisconnectMsg> implements Serializable -
Class org.apache.pekko.remote.testconductor.Done$
class Done$ extends org.apache.pekko.remote.testconductor.Done implements Serializable -
Class org.apache.pekko.remote.testconductor.EnterBarrier$
class EnterBarrier$ extends scala.runtime.AbstractFunction2<String,scala.Option<scala.concurrent.duration.FiniteDuration>, org.apache.pekko.remote.testconductor.EnterBarrier> implements Serializable -
Class org.apache.pekko.remote.testconductor.FailBarrier$
class FailBarrier$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.remote.testconductor.FailBarrier> implements Serializable -
Class org.apache.pekko.remote.testconductor.GetAddress$
class GetAddress$ extends scala.runtime.AbstractFunction1<RoleName,org.apache.pekko.remote.testconductor.GetAddress> implements Serializable -
Class org.apache.pekko.remote.testconductor.Hello$
class Hello$ extends scala.runtime.AbstractFunction2<String,Address, org.apache.pekko.remote.testconductor.Hello> implements Serializable -
Class org.apache.pekko.remote.testconductor.Remove$
class Remove$ extends scala.runtime.AbstractFunction1<RoleName,org.apache.pekko.remote.testconductor.Remove> implements Serializable -
Class org.apache.pekko.remote.testconductor.RoleName
class RoleName extends Object implements Serializable -
Class org.apache.pekko.remote.testconductor.RoleName$
class RoleName$ extends scala.runtime.AbstractFunction1<String,RoleName> implements Serializable -
Class org.apache.pekko.remote.testconductor.Server$
class Server$ extends Object implements Serializable -
Class org.apache.pekko.remote.testconductor.ServerFSM.Initial$
class Initial$ extends Object implements Serializable -
Class org.apache.pekko.remote.testconductor.ServerFSM.Ready$
class Ready$ extends Object implements Serializable -
Class org.apache.pekko.remote.testconductor.Terminate$
class Terminate$ extends scala.runtime.AbstractFunction2<RoleName,scala.util.Either<Object, Object>, org.apache.pekko.remote.testconductor.Terminate> implements Serializable -
Class org.apache.pekko.remote.testconductor.TerminateMsg$
class TerminateMsg$ extends scala.runtime.AbstractFunction1<scala.util.Either<Object,Object>, org.apache.pekko.remote.testconductor.TerminateMsg> implements Serializable -
Class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
class Address extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
class AddressRequest extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
addr_
TestConductorProtocol.Address addr_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
node_
Object node_
-
-
Class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
class EnterBarrier extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
op_
int op_
-
timeout_
long timeout_
-
-
Class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
class Hello extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
address_
TestConductorProtocol.Address address_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
-
Class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
class InjectFailure extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
address_
TestConductorProtocol.Address address_
-
bitField0_
int bitField0_
-
direction_
int direction_
-
exitValue_
int exitValue_
-
failure_
int failure_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
rateMBit_
float rateMBit_
-
-
Class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
class Wrapper extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
addr_
TestConductorProtocol.AddressRequest addr_
-
barrier_
TestConductorProtocol.EnterBarrier barrier_
-
bitField0_
int bitField0_
-
done_
Object done_
-
failure_
TestConductorProtocol.InjectFailure failure_
-
hello_
TestConductorProtocol.Hello hello_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.remote.testconductor.Throttle$
class Throttle$ extends scala.runtime.AbstractFunction4<RoleName,RoleName, ThrottlerTransportAdapter.Direction, Object, org.apache.pekko.remote.testconductor.Throttle> implements Serializable -
Class org.apache.pekko.remote.testconductor.ThrottleMsg$
class ThrottleMsg$ extends scala.runtime.AbstractFunction3<Address,ThrottlerTransportAdapter.Direction, Object, org.apache.pekko.remote.testconductor.ThrottleMsg> implements Serializable -
Class org.apache.pekko.remote.testconductor.ToClient$
class ToClient$ extends scala.runtime.AbstractFunction1<ClientOp,org.apache.pekko.remote.testconductor.ToClient> implements Serializable -
Class org.apache.pekko.remote.testconductor.ToServer$
class ToServer$ extends scala.runtime.AbstractFunction1<ServerOp,org.apache.pekko.remote.testconductor.ToServer> implements Serializable
-
-
Package org.apache.pekko.remote.transport
-
Class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying
class AssociateUnderlying extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying$
class AssociateUnderlying$ extends scala.runtime.AbstractFunction2<Address,scala.concurrent.Promise<AssociationHandle>, ActorTransportAdapter.AssociateUnderlying> implements Serializable -
Class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying
class DisassociateUnderlying extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying$
class DisassociateUnderlying$ extends scala.runtime.AbstractFunction1<AssociationHandle.DisassociateInfo,ActorTransportAdapter.DisassociateUnderlying> implements Serializable -
Class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenerRegistered
class ListenerRegistered extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenerRegistered$
class ListenerRegistered$ extends scala.runtime.AbstractFunction1<Transport.AssociationEventListener,ActorTransportAdapter.ListenerRegistered> implements Serializable -
Class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying
class ListenUnderlying extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying$
class ListenUnderlying$ extends scala.runtime.AbstractFunction2<Address,scala.concurrent.Future<Transport.AssociationEventListener>, ActorTransportAdapter.ListenUnderlying> implements Serializable -
Class org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener
class ActorHandleEventListener extends Object implements Serializable -
Class org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener$
class ActorHandleEventListener$ extends scala.runtime.AbstractFunction1<ActorRef,AssociationHandle.ActorHandleEventListener> implements Serializable -
Class org.apache.pekko.remote.transport.AssociationHandle.Disassociated
class Disassociated extends Object implements Serializable -
Class org.apache.pekko.remote.transport.AssociationHandle.Disassociated$
class Disassociated$ extends scala.runtime.AbstractFunction1<AssociationHandle.DisassociateInfo,AssociationHandle.Disassociated> implements Serializable -
Class org.apache.pekko.remote.transport.AssociationHandle.InboundPayload
class InboundPayload extends Object implements Serializable -
Class org.apache.pekko.remote.transport.AssociationHandle.InboundPayload$
class InboundPayload$ extends scala.runtime.AbstractFunction1<ByteString,AssociationHandle.InboundPayload> implements Serializable -
Class org.apache.pekko.remote.transport.AssociationHandle.Quarantined$
class Quarantined$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.AssociationHandle.Shutdown$
class Shutdown$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.AssociationHandle.Unknown$
class Unknown$ extends Object implements Serializable -
Exception org.apache.pekko.remote.transport.FailureInjectorException
class FailureInjectorException extends PekkoException implements Serializable -
Class org.apache.pekko.remote.transport.FailureInjectorException$
class FailureInjectorException$ extends scala.runtime.AbstractFunction1<String,FailureInjectorException> implements Serializable -
Class org.apache.pekko.remote.transport.FailureInjectorHandle$
class FailureInjectorHandle$ extends scala.runtime.AbstractFunction2<AssociationHandle,org.apache.pekko.remote.transport.FailureInjectorTransportAdapter, org.apache.pekko.remote.transport.FailureInjectorHandle> implements Serializable -
Class org.apache.pekko.remote.transport.FailureInjectorTransportAdapter.Drop
class Drop extends Object implements Serializable -
Class org.apache.pekko.remote.transport.FailureInjectorTransportAdapter.Drop$
class Drop$ extends scala.runtime.AbstractFunction2<Object,Object, org.apache.pekko.remote.transport.FailureInjectorTransportAdapter.Drop> implements Serializable -
Class org.apache.pekko.remote.transport.FailureInjectorTransportAdapter.One
class One extends Object implements Serializable -
Class org.apache.pekko.remote.transport.FailureInjectorTransportAdapter.One$
class One$ extends scala.runtime.AbstractFunction2<Address,org.apache.pekko.remote.transport.FailureInjectorTransportAdapter.GremlinMode, org.apache.pekko.remote.transport.FailureInjectorTransportAdapter.One> implements Serializable -
Class org.apache.pekko.remote.transport.FailureInjectorTransportAdapter.PassThru$
class PassThru$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.HandshakeInfo
class HandshakeInfo extends Object implements Serializable -
Class org.apache.pekko.remote.transport.HandshakeInfo$
class HandshakeInfo$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.PekkoPduCodec.Associate
class Associate extends Object implements Serializable -
Class org.apache.pekko.remote.transport.PekkoPduCodec.Associate$
class Associate$ extends scala.runtime.AbstractFunction1<HandshakeInfo,PekkoPduCodec.Associate> implements Serializable -
Class org.apache.pekko.remote.transport.PekkoPduCodec.Disassociate
class Disassociate extends Object implements Serializable -
Class org.apache.pekko.remote.transport.PekkoPduCodec.Disassociate$
class Disassociate$ extends scala.runtime.AbstractFunction1<AssociationHandle.DisassociateInfo,PekkoPduCodec.Disassociate> implements Serializable -
Class org.apache.pekko.remote.transport.PekkoPduCodec.Heartbeat$
class Heartbeat$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.PekkoPduCodec.Message
class Message extends Object implements Serializable -
Class org.apache.pekko.remote.transport.PekkoPduCodec.Message$
class Message$ extends scala.runtime.AbstractFunction5<org.apache.pekko.actor.InternalActorRef,Address, WireFormats.SerializedMessage, <any>, scala.Option<SeqNo>, PekkoPduCodec.Message> implements Serializable -
Class org.apache.pekko.remote.transport.PekkoPduCodec.Payload
class Payload extends Object implements Serializable -
Class org.apache.pekko.remote.transport.PekkoPduCodec.Payload$
class Payload$ extends scala.runtime.AbstractFunction1<ByteString,PekkoPduCodec.Payload> implements Serializable -
Exception org.apache.pekko.remote.transport.PekkoProtocolException
class PekkoProtocolException extends PekkoException implements Serializable -
Class org.apache.pekko.remote.transport.PekkoProtocolTransport.AssociateUnderlyingRefuseUid
class AssociateUnderlyingRefuseUid extends Object implements Serializable -
Class org.apache.pekko.remote.transport.PekkoProtocolTransport.AssociateUnderlyingRefuseUid$
class AssociateUnderlyingRefuseUid$ extends scala.runtime.AbstractFunction3<Address,scala.concurrent.Promise<AssociationHandle>, scala.Option<Object>, org.apache.pekko.remote.transport.PekkoProtocolTransport.AssociateUnderlyingRefuseUid> implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.AssociatedWaitHandler
class AssociatedWaitHandler extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.AssociatedWaitHandler$
class AssociatedWaitHandler$ extends scala.runtime.AbstractFunction3<scala.concurrent.Future<AssociationHandle.HandleEventListener>,AssociationHandle, scala.collection.immutable.Queue<ByteString>, org.apache.pekko.remote.transport.ProtocolStateActor.AssociatedWaitHandler> implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.Closed$
class Closed$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.ForbiddenUidReason$
class ForbiddenUidReason$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.Handle
class Handle extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.Handle$
class Handle$ extends scala.runtime.AbstractFunction1<AssociationHandle,org.apache.pekko.remote.transport.ProtocolStateActor.Handle> implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.HandleListenerRegistered
class HandleListenerRegistered extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.HandleListenerRegistered$
class HandleListenerRegistered$ extends scala.runtime.AbstractFunction1<AssociationHandle.HandleEventListener,org.apache.pekko.remote.transport.ProtocolStateActor.HandleListenerRegistered> implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.HandshakeTimer$
class HandshakeTimer$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.HeartbeatTimer$
class HeartbeatTimer$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.InboundUnassociated
class InboundUnassociated extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.InboundUnassociated$
class InboundUnassociated$ extends scala.runtime.AbstractFunction2<Transport.AssociationEventListener,AssociationHandle, org.apache.pekko.remote.transport.ProtocolStateActor.InboundUnassociated> implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.ListenerReady
class ListenerReady extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.ListenerReady$
class ListenerReady$ extends scala.runtime.AbstractFunction2<AssociationHandle.HandleEventListener,AssociationHandle, org.apache.pekko.remote.transport.ProtocolStateActor.ListenerReady> implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.Open$
class Open$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.OutboundUnassociated
class OutboundUnassociated extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.OutboundUnassociated$
class OutboundUnassociated$ extends scala.runtime.AbstractFunction3<Address,scala.concurrent.Promise<AssociationHandle>, Transport, org.apache.pekko.remote.transport.ProtocolStateActor.OutboundUnassociated> implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.OutboundUnderlyingAssociated
class OutboundUnderlyingAssociated extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.OutboundUnderlyingAssociated$
class OutboundUnderlyingAssociated$ extends scala.runtime.AbstractFunction2<scala.concurrent.Promise<AssociationHandle>,AssociationHandle, org.apache.pekko.remote.transport.ProtocolStateActor.OutboundUnderlyingAssociated> implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.TimeoutReason
class TimeoutReason extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.TimeoutReason$
class TimeoutReason$ extends scala.runtime.AbstractFunction1<String,org.apache.pekko.remote.transport.ProtocolStateActor.TimeoutReason> implements Serializable -
Class org.apache.pekko.remote.transport.ProtocolStateActor.WaitHandshake$
class WaitHandshake$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.TestAssociationHandle
class TestAssociationHandle extends Object implements Serializable -
Class org.apache.pekko.remote.transport.TestAssociationHandle$
class TestAssociationHandle$ extends scala.runtime.AbstractFunction4<Address,Address, TestTransport, Object, TestAssociationHandle> implements Serializable -
Class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt
class AssociateAttempt extends Object implements Serializable -
Class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt$
class AssociateAttempt$ extends scala.runtime.AbstractFunction2<Address,Address, TestTransport.AssociateAttempt> implements Serializable -
Class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt
class DisassociateAttempt extends Object implements Serializable -
Class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt$
class DisassociateAttempt$ extends scala.runtime.AbstractFunction2<Address,Address, TestTransport.DisassociateAttempt> implements Serializable -
Class org.apache.pekko.remote.transport.TestTransport.ListenAttempt
class ListenAttempt extends Object implements Serializable -
Class org.apache.pekko.remote.transport.TestTransport.ListenAttempt$
class ListenAttempt$ extends scala.runtime.AbstractFunction1<Address,TestTransport.ListenAttempt> implements Serializable -
Class org.apache.pekko.remote.transport.TestTransport.ShutdownAttempt
class ShutdownAttempt extends Object implements Serializable -
Class org.apache.pekko.remote.transport.TestTransport.ShutdownAttempt$
class ShutdownAttempt$ extends scala.runtime.AbstractFunction1<Address,TestTransport.ShutdownAttempt> implements Serializable -
Class org.apache.pekko.remote.transport.TestTransport.WriteAttempt
class WriteAttempt extends Object implements Serializable -
Class org.apache.pekko.remote.transport.TestTransport.WriteAttempt$
class WriteAttempt$ extends scala.runtime.AbstractFunction3<Address,Address, ByteString, TestTransport.WriteAttempt> implements Serializable -
Class org.apache.pekko.remote.transport.ThrottledAssociation.Dequeue$
class Dequeue$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottledAssociation.ExposedHandle
class ExposedHandle extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottledAssociation.ExposedHandle$
class ExposedHandle$ extends scala.runtime.AbstractFunction1<org.apache.pekko.remote.transport.ThrottlerHandle,org.apache.pekko.remote.transport.ThrottledAssociation.ExposedHandle> implements Serializable -
Class org.apache.pekko.remote.transport.ThrottledAssociation.FailWith
class FailWith extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottledAssociation.FailWith$
class FailWith$ extends scala.runtime.AbstractFunction1<AssociationHandle.DisassociateInfo,org.apache.pekko.remote.transport.ThrottledAssociation.FailWith> implements Serializable -
Class org.apache.pekko.remote.transport.ThrottledAssociation.Throttling$
class Throttling$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottledAssociation.Uninitialized$
class Uninitialized$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottledAssociation.WaitExposedHandle$
class WaitExposedHandle$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottledAssociation.WaitMode$
class WaitMode$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottledAssociation.WaitModeAndUpstreamListener$
class WaitModeAndUpstreamListener$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottledAssociation.WaitOrigin$
class WaitOrigin$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottledAssociation.WaitUpstreamListener$
class WaitUpstreamListener$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerHandle$
class ThrottlerHandle$ extends scala.runtime.AbstractFunction2<AssociationHandle,ActorRef, org.apache.pekko.remote.transport.ThrottlerHandle> implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerManager.AssociateResult
class AssociateResult extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerManager.AssociateResult$
class AssociateResult$ extends scala.runtime.AbstractFunction2<AssociationHandle,scala.concurrent.Promise<AssociationHandle>, org.apache.pekko.remote.transport.ThrottlerManager.AssociateResult> implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerManager.Checkin
class Checkin extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerManager.Checkin$
class Checkin$ extends scala.runtime.AbstractFunction2<Address,org.apache.pekko.remote.transport.ThrottlerHandle, org.apache.pekko.remote.transport.ThrottlerManager.Checkin> implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerManager.Handle
class Handle extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerManager.Handle$
class Handle$ extends scala.runtime.AbstractFunction1<org.apache.pekko.remote.transport.ThrottlerHandle,org.apache.pekko.remote.transport.ThrottlerManager.Handle> implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerManager.Listener
class Listener extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerManager.Listener$
class Listener$ extends scala.runtime.AbstractFunction1<AssociationHandle.HandleEventListener,org.apache.pekko.remote.transport.ThrottlerManager.Listener> implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerManager.ListenerAndMode
class ListenerAndMode extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerManager.ListenerAndMode$
class ListenerAndMode$ extends scala.runtime.AbstractFunction2<AssociationHandle.HandleEventListener,ThrottlerTransportAdapter.ThrottleMode, org.apache.pekko.remote.transport.ThrottlerManager.ListenerAndMode> implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Blackhole$
class Blackhole$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Both$
class Both$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Receive$
class Receive$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Send$
class Send$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociate
class ForceDisassociate extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociate$
class ForceDisassociate$ extends scala.runtime.AbstractFunction1<Address,ThrottlerTransportAdapter.ForceDisassociate> implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateAck$
class ForceDisassociateAck$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly
class ForceDisassociateExplicitly extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly$
class ForceDisassociateExplicitly$ extends scala.runtime.AbstractFunction2<Address,AssociationHandle.DisassociateInfo, ThrottlerTransportAdapter.ForceDisassociateExplicitly> implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle
class SetThrottle extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle$
class SetThrottle$ extends scala.runtime.AbstractFunction3<Address,ThrottlerTransportAdapter.Direction, ThrottlerTransportAdapter.ThrottleMode, ThrottlerTransportAdapter.SetThrottle> implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottleAck$
class SetThrottleAck$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
class TokenBucket extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket$
class TokenBucket$ extends scala.runtime.AbstractFunction4<Object,Object, Object, Object, ThrottlerTransportAdapter.TokenBucket> implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Unthrottled$
class Unthrottled$ extends Object implements Serializable -
Class org.apache.pekko.remote.transport.ThrottlerTransportAdapter$Direction$Both$
class ThrottlerTransportAdapter$Direction$Both$ extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
-
-
Class org.apache.pekko.remote.transport.ThrottlerTransportAdapter$Direction$Receive$
class ThrottlerTransportAdapter$Direction$Receive$ extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
-
-
Class org.apache.pekko.remote.transport.ThrottlerTransportAdapter$Direction$Send$
class ThrottlerTransportAdapter$Direction$Send$ extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
-
-
Class org.apache.pekko.remote.transport.Transport.ActorAssociationEventListener
class ActorAssociationEventListener extends Object implements Serializable -
Class org.apache.pekko.remote.transport.Transport.ActorAssociationEventListener$
class ActorAssociationEventListener$ extends scala.runtime.AbstractFunction1<ActorRef,Transport.ActorAssociationEventListener> implements Serializable -
Class org.apache.pekko.remote.transport.Transport.InboundAssociation
class InboundAssociation extends Object implements Serializable -
Class org.apache.pekko.remote.transport.Transport.InboundAssociation$
class InboundAssociation$ extends scala.runtime.AbstractFunction1<AssociationHandle,Transport.InboundAssociation> implements Serializable -
Exception org.apache.pekko.remote.transport.Transport.InvalidAssociationException
class InvalidAssociationException extends PekkoException implements Serializable -
Class org.apache.pekko.remote.transport.Transport.InvalidAssociationException$
class InvalidAssociationException$ extends scala.runtime.AbstractFunction2<String,Throwable, Transport.InvalidAssociationException> implements Serializable
-
-
Package org.apache.pekko.remote.transport.netty
-
Exception org.apache.pekko.remote.transport.netty.NettyTransportException
class NettyTransportException extends RuntimeException implements Serializable -
Exception org.apache.pekko.remote.transport.netty.NettyTransportExceptionNoStack
class NettyTransportExceptionNoStack extends NettyTransportException implements Serializable
-
-
Package org.apache.pekko.routing
-
Class org.apache.pekko.routing.ActorRefRoutee
class ActorRefRoutee extends Object implements Serializable -
Class org.apache.pekko.routing.ActorRefRoutee$
class ActorRefRoutee$ extends scala.runtime.AbstractFunction1<ActorRef,ActorRefRoutee> implements Serializable -
Class org.apache.pekko.routing.ActorSelectionRoutee
class ActorSelectionRoutee extends Object implements Serializable -
Class org.apache.pekko.routing.ActorSelectionRoutee$
class ActorSelectionRoutee$ extends scala.runtime.AbstractFunction1<ActorSelection,ActorSelectionRoutee> implements Serializable -
Class org.apache.pekko.routing.AddRoutee
class AddRoutee extends Object implements Serializable -
Class org.apache.pekko.routing.AddRoutee$
class AddRoutee$ extends scala.runtime.AbstractFunction1<Routee,AddRoutee> implements Serializable -
Class org.apache.pekko.routing.AdjustPoolSize
class AdjustPoolSize extends Object implements Serializable -
Class org.apache.pekko.routing.AdjustPoolSize$
class AdjustPoolSize$ extends scala.runtime.AbstractFunction1<Object,AdjustPoolSize> implements Serializable -
Class org.apache.pekko.routing.BalancingPool
class BalancingPool extends Object implements Serializable -
Class org.apache.pekko.routing.BalancingPool$
class BalancingPool$ extends scala.runtime.AbstractFunction3<Object,SupervisorStrategy, String, BalancingPool> implements Serializable -
Class org.apache.pekko.routing.Broadcast
class Broadcast extends Object implements Serializable -
Class org.apache.pekko.routing.Broadcast$
class Broadcast$ extends scala.runtime.AbstractFunction1<Object,Broadcast> implements Serializable -
Class org.apache.pekko.routing.BroadcastGroup
class BroadcastGroup extends Object implements Serializable -
Class org.apache.pekko.routing.BroadcastGroup$
class BroadcastGroup$ extends scala.runtime.AbstractFunction2<scala.collection.immutable.Iterable<String>,String, BroadcastGroup> implements Serializable -
Class org.apache.pekko.routing.BroadcastPool
class BroadcastPool extends Object implements Serializable -
Class org.apache.pekko.routing.BroadcastPool$
class BroadcastPool$ extends scala.runtime.AbstractFunction5<Object,scala.Option<Resizer>, SupervisorStrategy, String, Object, BroadcastPool> implements Serializable -
Class org.apache.pekko.routing.ConsistentHashingGroup
class ConsistentHashingGroup extends Object implements Serializable -
Class org.apache.pekko.routing.ConsistentHashingGroup$
class ConsistentHashingGroup$ extends scala.runtime.AbstractFunction4<scala.collection.immutable.Iterable<String>,Object, scala.PartialFunction<Object, Object>, String, ConsistentHashingGroup> implements Serializable -
Class org.apache.pekko.routing.ConsistentHashingPool
class ConsistentHashingPool extends Object implements Serializable -
Class org.apache.pekko.routing.ConsistentHashingPool$
class ConsistentHashingPool$ extends scala.runtime.AbstractFunction7<Object,scala.Option<Resizer>, Object, scala.PartialFunction<Object, Object>, SupervisorStrategy, String, Object, ConsistentHashingPool> implements Serializable -
Class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope
class ConsistentHashableEnvelope extends Object implements Serializable -
Class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope$
class ConsistentHashableEnvelope$ extends scala.runtime.AbstractFunction2<Object,Object, ConsistentHashingRouter.ConsistentHashableEnvelope> implements Serializable -
Class org.apache.pekko.routing.ConsistentHashingRoutingLogic
class ConsistentHashingRoutingLogic extends Object implements Serializable -
Class org.apache.pekko.routing.ConsistentHashingRoutingLogic$
class ConsistentHashingRoutingLogic$ extends Object implements Serializable -
Class org.apache.pekko.routing.ConsistentRoutee$
class ConsistentRoutee$ extends scala.runtime.AbstractFunction2<Routee,Address, org.apache.pekko.routing.ConsistentRoutee> implements Serializable -
Class org.apache.pekko.routing.CustomRouterConfig
class CustomRouterConfig extends Object implements Serializable -
Class org.apache.pekko.routing.Deafen
class Deafen extends Object implements Serializable -
Class org.apache.pekko.routing.Deafen$
class Deafen$ extends scala.runtime.AbstractFunction1<ActorRef,Deafen> implements Serializable -
Class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
class DefaultOptimalSizeExploringResizer extends Object implements Serializable -
Class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
class DefaultOptimalSizeExploringResizer$ extends scala.runtime.AbstractFunction10<Object,Object, Object, scala.concurrent.duration.Duration, Object, Object, Object, scala.concurrent.duration.Duration, Object, Object, DefaultOptimalSizeExploringResizer> implements Serializable -
Class org.apache.pekko.routing.DefaultResizer
class DefaultResizer extends Object implements Serializable -
Class org.apache.pekko.routing.DefaultResizer$
class DefaultResizer$ extends Object implements Serializable -
Class org.apache.pekko.routing.FromConfig
class FromConfig extends Object implements Serializable -
Class org.apache.pekko.routing.FromConfig$
class FromConfig$ extends FromConfig implements Serializable -
Class org.apache.pekko.routing.GetRoutees$
class GetRoutees$ extends GetRoutees implements Serializable -
Class org.apache.pekko.routing.GroupBase
class GroupBase extends Object implements Serializable -
Class org.apache.pekko.routing.Listen
class Listen extends Object implements Serializable -
Class org.apache.pekko.routing.Listen$
class Listen$ extends scala.runtime.AbstractFunction1<ActorRef,Listen> implements Serializable -
Class org.apache.pekko.routing.NoRouter
class NoRouter extends Object implements Serializable -
Class org.apache.pekko.routing.NoRouter$
class NoRouter$ extends NoRouter implements Serializable -
Class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord
class ResizeRecord extends Object implements Serializable -
Class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord$
class ResizeRecord$ extends scala.runtime.AbstractFunction4<scala.Option<OptimalSizeExploringResizer.UnderUtilizationStreak>,Object, Object, Object, OptimalSizeExploringResizer.ResizeRecord> implements Serializable -
Class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak
class UnderUtilizationStreak extends Object implements Serializable -
Class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak$
class UnderUtilizationStreak$ extends scala.runtime.AbstractFunction2<LocalDateTime,Object, OptimalSizeExploringResizer.UnderUtilizationStreak> implements Serializable -
Class org.apache.pekko.routing.OptimalSizeExploringResizer$
class OptimalSizeExploringResizer$ extends Object implements Serializable -
Class org.apache.pekko.routing.Pool$
class Pool$ extends Object implements Serializable -
Class org.apache.pekko.routing.PoolBase
class PoolBase extends Object implements Serializable -
Class org.apache.pekko.routing.RandomGroup
class RandomGroup extends Object implements Serializable -
Class org.apache.pekko.routing.RandomGroup$
class RandomGroup$ extends scala.runtime.AbstractFunction2<scala.collection.immutable.Iterable<String>,String, RandomGroup> implements Serializable -
Class org.apache.pekko.routing.RandomPool
class RandomPool extends Object implements Serializable -
Class org.apache.pekko.routing.RandomPool$
class RandomPool$ extends scala.runtime.AbstractFunction5<Object,scala.Option<Resizer>, SupervisorStrategy, String, Object, RandomPool> implements Serializable -
Class org.apache.pekko.routing.RemoveRoutee
class RemoveRoutee extends Object implements Serializable -
Class org.apache.pekko.routing.RemoveRoutee$
class RemoveRoutee$ extends scala.runtime.AbstractFunction1<Routee,RemoveRoutee> implements Serializable -
Class org.apache.pekko.routing.ResizablePoolActor.Resize$
class Resize$ extends Object implements Serializable -
Exception org.apache.pekko.routing.ResizerInitializationException
class ResizerInitializationException extends PekkoException implements Serializable -
Class org.apache.pekko.routing.RoundRobinGroup
class RoundRobinGroup extends Object implements Serializable -
Class org.apache.pekko.routing.RoundRobinGroup$
class RoundRobinGroup$ extends scala.runtime.AbstractFunction2<scala.collection.immutable.Iterable<String>,String, RoundRobinGroup> implements Serializable -
Class org.apache.pekko.routing.RoundRobinPool
class RoundRobinPool extends Object implements Serializable -
Class org.apache.pekko.routing.RoundRobinPool$
class RoundRobinPool$ extends scala.runtime.AbstractFunction5<Object,scala.Option<Resizer>, SupervisorStrategy, String, Object, RoundRobinPool> implements Serializable -
Class org.apache.pekko.routing.Routees
class Routees extends Object implements Serializable -
Class org.apache.pekko.routing.Routees$
class Routees$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.IndexedSeq<Routee>,Routees> implements Serializable -
Class org.apache.pekko.routing.Router
class Router extends Object implements Serializable -
Class org.apache.pekko.routing.Router$
class Router$ extends scala.runtime.AbstractFunction2<RoutingLogic,scala.collection.immutable.IndexedSeq<Routee>, Router> implements Serializable -
Class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
class ScatterGatherFirstCompletedGroup extends Object implements Serializable -
Class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup$
class ScatterGatherFirstCompletedGroup$ extends scala.runtime.AbstractFunction3<scala.collection.immutable.Iterable<String>,scala.concurrent.duration.FiniteDuration, String, ScatterGatherFirstCompletedGroup> implements Serializable -
Class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
class ScatterGatherFirstCompletedPool extends Object implements Serializable -
Class org.apache.pekko.routing.ScatterGatherFirstCompletedPool$
class ScatterGatherFirstCompletedPool$ extends scala.runtime.AbstractFunction6<Object,scala.Option<Resizer>, scala.concurrent.duration.FiniteDuration, SupervisorStrategy, String, Object, ScatterGatherFirstCompletedPool> implements Serializable -
Class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutees$
class ScatterGatherFirstCompletedRoutees$ extends scala.runtime.AbstractFunction2<scala.collection.immutable.IndexedSeq<Routee>,scala.concurrent.duration.FiniteDuration, org.apache.pekko.routing.ScatterGatherFirstCompletedRoutees> implements Serializable -
Class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic
class ScatterGatherFirstCompletedRoutingLogic extends Object implements Serializable -
Class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic$
class ScatterGatherFirstCompletedRoutingLogic$ extends scala.runtime.AbstractFunction1<scala.concurrent.duration.FiniteDuration,ScatterGatherFirstCompletedRoutingLogic> implements Serializable -
Class org.apache.pekko.routing.SeveralRoutees
class SeveralRoutees extends Object implements Serializable -
Class org.apache.pekko.routing.SeveralRoutees$
class SeveralRoutees$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.IndexedSeq<Routee>,SeveralRoutees> implements Serializable -
Class org.apache.pekko.routing.SmallestMailboxPool
class SmallestMailboxPool extends Object implements Serializable -
Class org.apache.pekko.routing.SmallestMailboxPool$
class SmallestMailboxPool$ extends scala.runtime.AbstractFunction5<Object,scala.Option<Resizer>, SupervisorStrategy, String, Object, SmallestMailboxPool> implements Serializable -
Class org.apache.pekko.routing.TailChoppingGroup
class TailChoppingGroup extends Object implements Serializable -
Class org.apache.pekko.routing.TailChoppingGroup$
class TailChoppingGroup$ extends scala.runtime.AbstractFunction4<scala.collection.immutable.Iterable<String>,scala.concurrent.duration.FiniteDuration, scala.concurrent.duration.FiniteDuration, String, TailChoppingGroup> implements Serializable -
Class org.apache.pekko.routing.TailChoppingPool
class TailChoppingPool extends Object implements Serializable -
Class org.apache.pekko.routing.TailChoppingPool$
class TailChoppingPool$ extends scala.runtime.AbstractFunction7<Object,scala.Option<Resizer>, scala.concurrent.duration.FiniteDuration, scala.concurrent.duration.FiniteDuration, SupervisorStrategy, String, Object, TailChoppingPool> implements Serializable -
Class org.apache.pekko.routing.TailChoppingRoutees$
class TailChoppingRoutees$ extends Object implements Serializable -
Class org.apache.pekko.routing.TailChoppingRoutingLogic
class TailChoppingRoutingLogic extends Object implements Serializable -
Class org.apache.pekko.routing.TailChoppingRoutingLogic$
class TailChoppingRoutingLogic$ extends scala.runtime.AbstractFunction4<Scheduler,scala.concurrent.duration.FiniteDuration, scala.concurrent.duration.FiniteDuration, scala.concurrent.ExecutionContext, TailChoppingRoutingLogic> implements Serializable -
Class org.apache.pekko.routing.WithListeners
class WithListeners extends Object implements Serializable -
Class org.apache.pekko.routing.WithListeners$
class WithListeners$ extends scala.runtime.AbstractFunction1<scala.Function1<ActorRef,scala.runtime.BoxedUnit>, WithListeners> implements Serializable
-
-
Package org.apache.pekko.serialization
-
Class org.apache.pekko.serialization.DisabledJavaSerializer
class DisabledJavaSerializer extends Object implements Serializable -
Exception org.apache.pekko.serialization.DisabledJavaSerializer.JavaSerializationException
class JavaSerializationException extends RuntimeException implements Serializable -
Class org.apache.pekko.serialization.DisabledJavaSerializer$
class DisabledJavaSerializer$ extends Object implements Serializable -
Class org.apache.pekko.serialization.Serialization.Information
class Information extends Object implements Serializable -
Class org.apache.pekko.serialization.Serialization.Information$
class Information$ extends scala.runtime.AbstractFunction2<Address,ActorSystem, Serialization.Information> implements Serializable
-
-
Package org.apache.pekko.serialization.jackson
-
Class org.apache.pekko.serialization.jackson.ActorRefDeserializer$
class ActorRefDeserializer$ extends Object implements Serializable -
Class org.apache.pekko.serialization.jackson.ActorRefSerializer$
class ActorRefSerializer$ extends Object implements Serializable -
Class org.apache.pekko.serialization.jackson.AddressDeserializer$
class AddressDeserializer$ extends Object implements Serializable -
Class org.apache.pekko.serialization.jackson.AddressSerializer$
class AddressSerializer$ extends Object implements Serializable -
Class org.apache.pekko.serialization.jackson.Compression.GZip
class GZip extends Object implements Serializable -
Class org.apache.pekko.serialization.jackson.Compression.GZip$
class GZip$ extends scala.runtime.AbstractFunction1<Object,Compression.GZip> implements Serializable -
Class org.apache.pekko.serialization.jackson.Compression.LZ4
class LZ4 extends Object implements Serializable -
Class org.apache.pekko.serialization.jackson.Compression.LZ4$
class LZ4$ extends scala.runtime.AbstractFunction1<Object,Compression.LZ4> implements Serializable -
Class org.apache.pekko.serialization.jackson.FiniteDurationDeserializer$
class FiniteDurationDeserializer$ extends Object implements Serializable -
Class org.apache.pekko.serialization.jackson.FiniteDurationSerializer$
class FiniteDurationSerializer$ extends Object implements Serializable -
Class org.apache.pekko.serialization.jackson.JacksonSerializer.LZ4Meta
class LZ4Meta extends Object implements Serializable -
Class org.apache.pekko.serialization.jackson.JacksonSerializer.LZ4Meta$
class LZ4Meta$ extends Object implements Serializable -
Class org.apache.pekko.serialization.jackson.PekkoSerializationDeserializer
class PekkoSerializationDeserializer extends com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer<Object> implements Serializable -
Class org.apache.pekko.serialization.jackson.PekkoSerializationSerializer
class PekkoSerializationSerializer extends com.fasterxml.jackson.databind.ser.std.StdScalarSerializer<Object> implements Serializable -
Class org.apache.pekko.serialization.jackson.SinkRefDeserializer$
class SinkRefDeserializer$ extends Object implements Serializable -
Class org.apache.pekko.serialization.jackson.SinkRefSerializer$
class SinkRefSerializer$ extends Object implements Serializable -
Class org.apache.pekko.serialization.jackson.SourceRefDeserializer$
class SourceRefDeserializer$ extends Object implements Serializable -
Class org.apache.pekko.serialization.jackson.SourceRefSerializer$
class SourceRefSerializer$ extends Object implements Serializable -
Class org.apache.pekko.serialization.jackson.TypedActorRefDeserializer$
class TypedActorRefDeserializer$ extends Object implements Serializable -
Class org.apache.pekko.serialization.jackson.TypedActorRefSerializer$
class TypedActorRefSerializer$ extends Object implements Serializable
-
-
Package org.apache.pekko.stream
-
Exception org.apache.pekko.stream.AbruptStageTerminationException
class AbruptStageTerminationException extends AbruptStreamTerminationException implements Serializable -
Exception org.apache.pekko.stream.AbruptStreamTerminationException
class AbruptStreamTerminationException extends RuntimeException implements Serializable -
Exception org.apache.pekko.stream.AbruptTerminationException
class AbruptTerminationException extends AbruptStreamTerminationException implements Serializable -
Class org.apache.pekko.stream.AbruptTerminationException$
class AbruptTerminationException$ extends scala.runtime.AbstractFunction1<ActorRef,AbruptTerminationException> implements Serializable -
Class org.apache.pekko.stream.ActorAttributes.DebugLogging
class DebugLogging extends Object implements Serializable -
Class org.apache.pekko.stream.ActorAttributes.DebugLogging$
class DebugLogging$ extends scala.runtime.AbstractFunction1<Object,ActorAttributes.DebugLogging> implements Serializable -
Class org.apache.pekko.stream.ActorAttributes.Dispatcher
class Dispatcher extends Object implements Serializable -
Class org.apache.pekko.stream.ActorAttributes.Dispatcher$
class Dispatcher$ extends scala.runtime.AbstractFunction1<String,ActorAttributes.Dispatcher> implements Serializable -
Class org.apache.pekko.stream.ActorAttributes.FuzzingMode
class FuzzingMode extends Object implements Serializable -
Class org.apache.pekko.stream.ActorAttributes.FuzzingMode$
class FuzzingMode$ extends scala.runtime.AbstractFunction1<Object,ActorAttributes.FuzzingMode> implements Serializable -
Class org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize
class MaxFixedBufferSize extends Object implements Serializable -
Class org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize$
class MaxFixedBufferSize$ extends scala.runtime.AbstractFunction1<Object,ActorAttributes.MaxFixedBufferSize> implements Serializable -
Class org.apache.pekko.stream.ActorAttributes.OutputBurstLimit
class OutputBurstLimit extends Object implements Serializable -
Class org.apache.pekko.stream.ActorAttributes.OutputBurstLimit$
class OutputBurstLimit$ extends scala.runtime.AbstractFunction1<Object,ActorAttributes.OutputBurstLimit> implements Serializable -
Class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout
class StreamSubscriptionTimeout extends Object implements Serializable -
Class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout$
class StreamSubscriptionTimeout$ extends scala.runtime.AbstractFunction2<scala.concurrent.duration.FiniteDuration,StreamSubscriptionTimeoutTerminationMode, ActorAttributes.StreamSubscriptionTimeout> implements Serializable -
Class org.apache.pekko.stream.ActorAttributes.SupervisionStrategy
class SupervisionStrategy extends Object implements Serializable -
Class org.apache.pekko.stream.ActorAttributes.SupervisionStrategy$
class SupervisionStrategy$ extends scala.runtime.AbstractFunction1<scala.Function1<Throwable,Supervision.Directive>, ActorAttributes.SupervisionStrategy> implements Serializable -
Class org.apache.pekko.stream.ActorAttributes.SyncProcessingLimit
class SyncProcessingLimit extends Object implements Serializable -
Class org.apache.pekko.stream.ActorAttributes.SyncProcessingLimit$
class SyncProcessingLimit$ extends scala.runtime.AbstractFunction1<Object,ActorAttributes.SyncProcessingLimit> implements Serializable -
Class org.apache.pekko.stream.AmorphousShape
class AmorphousShape extends Shape implements Serializable -
Class org.apache.pekko.stream.AmorphousShape$
class AmorphousShape$ extends scala.runtime.AbstractFunction2<scala.collection.immutable.Seq<Inlet<?>>,scala.collection.immutable.Seq<Outlet<?>>, AmorphousShape> implements Serializable -
Class org.apache.pekko.stream.Attributes
class Attributes extends Object implements Serializable -
Class org.apache.pekko.stream.Attributes.AsyncBoundary$
class AsyncBoundary$ extends Object implements Serializable -
Class org.apache.pekko.stream.Attributes.CancellationStrategy
class CancellationStrategy extends Object implements Serializable -
Class org.apache.pekko.stream.Attributes.CancellationStrategy$
class CancellationStrategy$ extends Object implements Serializable -
Class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay
class AfterDelay extends Object implements Serializable -
Class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay$
class AfterDelay$ extends scala.runtime.AbstractFunction2<scala.concurrent.duration.FiniteDuration,org.apache.pekko.stream.Attributes.CancellationStrategy.Strategy, org.apache.pekko.stream.Attributes.CancellationStrategy.AfterDelay> implements Serializable -
Class org.apache.pekko.stream.Attributes.CancellationStrategy$.CompleteStage$
class CompleteStage$ extends Object implements Serializable -
Class org.apache.pekko.stream.Attributes.CancellationStrategy$.FailStage$
class FailStage$ extends Object implements Serializable -
Class org.apache.pekko.stream.Attributes.CancellationStrategy$.PropagateFailure$
class PropagateFailure$ extends Object implements Serializable -
Class org.apache.pekko.stream.Attributes.InputBuffer
class InputBuffer extends Object implements Serializable -
Class org.apache.pekko.stream.Attributes.InputBuffer$
class InputBuffer$ extends scala.runtime.AbstractFunction2<Object,Object, Attributes.InputBuffer> implements Serializable -
Class org.apache.pekko.stream.Attributes.LogLevels
class LogLevels extends Object implements Serializable -
Class org.apache.pekko.stream.Attributes.LogLevels$
class LogLevels$ extends Object implements Serializable -
Class org.apache.pekko.stream.Attributes.Name
class Name extends Object implements Serializable -
Class org.apache.pekko.stream.Attributes.Name$
class Name$ extends scala.runtime.AbstractFunction1<String,Attributes.Name> implements Serializable -
Class org.apache.pekko.stream.Attributes$
class Attributes$ extends Object implements Serializable -
Class org.apache.pekko.stream.Attributes$CancellationStrategy$AfterDelay
class Attributes$CancellationStrategy$AfterDelay extends Object implements Serializable-
Serialized Fields
-
delay
scala.concurrent.duration.FiniteDuration delay
-
strategy
org.apache.pekko.stream.Attributes$CancellationStrategy$Strategy strategy
-
-
-
Class org.apache.pekko.stream.Attributes$CancellationStrategy$AfterDelay$
class Attributes$CancellationStrategy$AfterDelay$ extends scala.runtime.AbstractFunction2<scala.concurrent.duration.FiniteDuration,org.apache.pekko.stream.Attributes$CancellationStrategy$Strategy, org.apache.pekko.stream.Attributes$CancellationStrategy$AfterDelay> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.stream.Attributes$CancellationStrategy$CompleteStage$
class Attributes$CancellationStrategy$CompleteStage$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.stream.Attributes$CancellationStrategy$FailStage$
class Attributes$CancellationStrategy$FailStage$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.stream.Attributes$CancellationStrategy$PropagateFailure$
class Attributes$CancellationStrategy$PropagateFailure$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Exception org.apache.pekko.stream.BackpressureTimeoutException
class BackpressureTimeoutException extends StreamTimeoutException implements Serializable -
Class org.apache.pekko.stream.BidiShape
class BidiShape extends Shape implements Serializable -
Class org.apache.pekko.stream.BidiShape$
class BidiShape$ extends Object implements Serializable -
Exception org.apache.pekko.stream.BindFailedException
class BindFailedException extends StreamTcpException implements Serializable -
Exception org.apache.pekko.stream.BufferOverflowException
class BufferOverflowException extends RuntimeException implements Serializable -
Class org.apache.pekko.stream.BufferOverflowException$
class BufferOverflowException$ extends scala.runtime.AbstractFunction1<String,BufferOverflowException> implements Serializable -
Class org.apache.pekko.stream.Client$
class Client$ extends Client implements Serializable -
Class org.apache.pekko.stream.CompletionStrategy.Draining$
class Draining$ extends Object implements Serializable -
Class org.apache.pekko.stream.CompletionStrategy.Immediately$
class Immediately$ extends Object implements Serializable -
Class org.apache.pekko.stream.CompletionStrategy$
class CompletionStrategy$ extends Object implements Serializable -
Exception org.apache.pekko.stream.CompletionTimeoutException
class CompletionTimeoutException extends StreamTimeoutException implements Serializable -
Exception org.apache.pekko.stream.ConnectionException
class ConnectionException extends StreamTcpException implements Serializable -
Class org.apache.pekko.stream.DelayOverflowStrategy
class DelayOverflowStrategy extends Object implements Serializable -
Class org.apache.pekko.stream.DelayOverflowStrategy$
class DelayOverflowStrategy$ extends Object implements Serializable -
Class org.apache.pekko.stream.EagerClose$
class EagerClose$ extends EagerClose implements Serializable -
Class org.apache.pekko.stream.FanInShape.Name
class Name extends Object implements Serializable -
Class org.apache.pekko.stream.FanInShape.Name$
class Name$ extends Object implements Serializable -
Class org.apache.pekko.stream.FanInShape.Ports
class Ports extends Object implements Serializable -
Class org.apache.pekko.stream.FanInShape.Ports$
class Ports$ extends Object implements Serializable -
Class org.apache.pekko.stream.FanOutShape.Name
class Name extends Object implements Serializable -
Class org.apache.pekko.stream.FanOutShape.Name$
class Name$ extends Object implements Serializable -
Class org.apache.pekko.stream.FanOutShape.Ports
class Ports extends Object implements Serializable -
Class org.apache.pekko.stream.FanOutShape.Ports$
class Ports$ extends Object implements Serializable -
Class org.apache.pekko.stream.FlowMonitorState.Failed
class Failed extends Object implements Serializable -
Class org.apache.pekko.stream.FlowMonitorState.Failed$
class Failed$ extends scala.runtime.AbstractFunction1<Throwable,FlowMonitorState.Failed> implements Serializable -
Class org.apache.pekko.stream.FlowMonitorState.Finished$
class Finished$ extends Object implements Serializable -
Class org.apache.pekko.stream.FlowMonitorState.Initialized$
class Initialized$ extends Object implements Serializable -
Class org.apache.pekko.stream.FlowMonitorState.Received
class Received extends Object implements Serializable -
Class org.apache.pekko.stream.FlowMonitorState.Received$
class Received$ extends Object implements Serializable -
Class org.apache.pekko.stream.FlowShape
class FlowShape extends Shape implements Serializable -
Class org.apache.pekko.stream.FlowShape$
class FlowShape$ extends Object implements Serializable -
Class org.apache.pekko.stream.IgnoreBoth$
class IgnoreBoth$ extends IgnoreBoth implements Serializable -
Class org.apache.pekko.stream.IgnoreCancel$
class IgnoreCancel$ extends IgnoreCancel implements Serializable -
Class org.apache.pekko.stream.IgnoreComplete$
class IgnoreComplete$ extends IgnoreComplete implements Serializable -
Exception org.apache.pekko.stream.InitialTimeoutException
class InitialTimeoutException extends StreamTimeoutException implements Serializable -
Exception org.apache.pekko.stream.InvalidPartnerActorException
class InvalidPartnerActorException extends IllegalStateException implements Serializable -
Class org.apache.pekko.stream.InvalidPartnerActorException$
class InvalidPartnerActorException$ extends scala.runtime.AbstractFunction3<ActorRef,ActorRef, String, InvalidPartnerActorException> implements Serializable -
Exception org.apache.pekko.stream.InvalidSequenceNumberException
class InvalidSequenceNumberException extends IllegalStateException implements Serializable -
Class org.apache.pekko.stream.InvalidSequenceNumberException$
class InvalidSequenceNumberException$ extends scala.runtime.AbstractFunction3<Object,Object, String, InvalidSequenceNumberException> implements Serializable -
Exception org.apache.pekko.stream.IOOperationIncompleteException
class IOOperationIncompleteException extends RuntimeException implements Serializable -
Class org.apache.pekko.stream.IOResult
class IOResult extends Object implements Serializable -
Class org.apache.pekko.stream.IOResult$
class IOResult$ extends Object implements Serializable -
Class org.apache.pekko.stream.MaterializationContext$
class MaterializationContext$ extends scala.runtime.AbstractFunction3<Materializer,Attributes, String, org.apache.pekko.stream.MaterializationContext> implements Serializable -
Exception org.apache.pekko.stream.MaterializationException
class MaterializationException extends RuntimeException implements Serializable -
Class org.apache.pekko.stream.MaterializationException$
class MaterializationException$ extends Object implements Serializable -
Exception org.apache.pekko.stream.NeverMaterializedException
class NeverMaterializedException extends RuntimeException implements Serializable -
Class org.apache.pekko.stream.OverflowStrategies.Backpressure$
class Backpressure$ extends scala.runtime.AbstractFunction1<Logging.LogLevel,org.apache.pekko.stream.OverflowStrategies.Backpressure> implements Serializable -
Class org.apache.pekko.stream.OverflowStrategies.DropBuffer$
class DropBuffer$ extends scala.runtime.AbstractFunction1<Logging.LogLevel,org.apache.pekko.stream.OverflowStrategies.DropBuffer> implements Serializable -
Class org.apache.pekko.stream.OverflowStrategies.DropHead$
class DropHead$ extends scala.runtime.AbstractFunction1<Logging.LogLevel,org.apache.pekko.stream.OverflowStrategies.DropHead> implements Serializable -
Class org.apache.pekko.stream.OverflowStrategies.DropTail$
class DropTail$ extends scala.runtime.AbstractFunction1<Logging.LogLevel,org.apache.pekko.stream.OverflowStrategies.DropTail> implements Serializable -
Class org.apache.pekko.stream.OverflowStrategies.EmitEarly$
class EmitEarly$ extends DelayOverflowStrategy implements Serializable -
Class org.apache.pekko.stream.OverflowStrategies.Fail$
class Fail$ extends scala.runtime.AbstractFunction1<Logging.LogLevel,org.apache.pekko.stream.OverflowStrategies.Fail> implements Serializable -
Class org.apache.pekko.stream.OverflowStrategy
class OverflowStrategy extends DelayOverflowStrategy implements Serializable -
Class org.apache.pekko.stream.OverflowStrategy$
class OverflowStrategy$ extends Object implements Serializable -
Class org.apache.pekko.stream.QueueOfferResult.Dropped$
class Dropped$ extends QueueOfferResult implements Serializable -
Class org.apache.pekko.stream.QueueOfferResult.Enqueued$
class Enqueued$ extends QueueOfferResult implements Serializable -
Class org.apache.pekko.stream.QueueOfferResult.Failure
class Failure extends QueueCompletionResult implements Serializable -
Class org.apache.pekko.stream.QueueOfferResult.Failure$
class Failure$ extends scala.runtime.AbstractFunction1<Throwable,QueueOfferResult.Failure> implements Serializable -
Class org.apache.pekko.stream.QueueOfferResult.QueueClosed$
class QueueClosed$ extends QueueCompletionResult implements Serializable -
Exception org.apache.pekko.stream.RateExceededException
class RateExceededException extends RuntimeException implements Serializable -
Exception org.apache.pekko.stream.RemoteStreamRefActorTerminatedException
class RemoteStreamRefActorTerminatedException extends RuntimeException implements Serializable -
Class org.apache.pekko.stream.RemoteStreamRefActorTerminatedException$
class RemoteStreamRefActorTerminatedException$ extends scala.runtime.AbstractFunction1<String,RemoteStreamRefActorTerminatedException> implements Serializable -
Class org.apache.pekko.stream.Server$
class Server$ extends Server implements Serializable -
Class org.apache.pekko.stream.SinkShape
class SinkShape extends Shape implements Serializable -
Class org.apache.pekko.stream.SinkShape$
class SinkShape$ extends Object implements Serializable -
Class org.apache.pekko.stream.SourceShape
class SourceShape extends Shape implements Serializable -
Class org.apache.pekko.stream.SourceShape$
class SourceShape$ extends Object implements Serializable -
Exception org.apache.pekko.stream.StreamDetachedException
class StreamDetachedException extends RuntimeException implements Serializable -
Exception org.apache.pekko.stream.StreamIdleTimeoutException
class StreamIdleTimeoutException extends StreamTimeoutException implements Serializable -
Exception org.apache.pekko.stream.StreamLimitReachedException
class StreamLimitReachedException extends RuntimeException implements Serializable -
Class org.apache.pekko.stream.StreamRefAttributes.BufferCapacity
class BufferCapacity extends Object implements Serializable -
Class org.apache.pekko.stream.StreamRefAttributes.BufferCapacity$
class BufferCapacity$ extends scala.runtime.AbstractFunction1<Object,StreamRefAttributes.BufferCapacity> implements Serializable -
Class org.apache.pekko.stream.StreamRefAttributes.DemandRedeliveryInterval
class DemandRedeliveryInterval extends Object implements Serializable -
Class org.apache.pekko.stream.StreamRefAttributes.DemandRedeliveryInterval$
class DemandRedeliveryInterval$ extends scala.runtime.AbstractFunction1<scala.concurrent.duration.FiniteDuration,StreamRefAttributes.DemandRedeliveryInterval> implements Serializable -
Class org.apache.pekko.stream.StreamRefAttributes.FinalTerminationSignalDeadline
class FinalTerminationSignalDeadline extends Object implements Serializable -
Class org.apache.pekko.stream.StreamRefAttributes.FinalTerminationSignalDeadline$
class FinalTerminationSignalDeadline$ extends scala.runtime.AbstractFunction1<scala.concurrent.duration.FiniteDuration,StreamRefAttributes.FinalTerminationSignalDeadline> implements Serializable -
Class org.apache.pekko.stream.StreamRefAttributes.SubscriptionTimeout
class SubscriptionTimeout extends Object implements Serializable -
Class org.apache.pekko.stream.StreamRefAttributes.SubscriptionTimeout$
class SubscriptionTimeout$ extends scala.runtime.AbstractFunction1<scala.concurrent.duration.FiniteDuration,StreamRefAttributes.SubscriptionTimeout> implements Serializable -
Class org.apache.pekko.stream.StreamRefMessages.ActorRef
class ActorRef extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
path_
Object path_
-
-
Class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
class CumulativeDemand extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
seqNr_
long seqNr_
-
-
Class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
class OnSubscribeHandshake extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
targetRef_
StreamRefMessages.ActorRef targetRef_
-
-
Class org.apache.pekko.stream.StreamRefMessages.Payload
class Payload extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
enclosedMessage_
org.apache.pekko.protobufv3.internal.ByteString enclosedMessage_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
messageManifest_
org.apache.pekko.protobufv3.internal.ByteString messageManifest_
-
serializerId_
int serializerId_
-
-
Class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
class RemoteStreamCompleted extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
seqNr_
long seqNr_
-
-
Class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
class RemoteStreamFailure extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
cause_
org.apache.pekko.protobufv3.internal.ByteString cause_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
class SequencedOnNext extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
payload_
StreamRefMessages.Payload payload_
-
seqNr_
long seqNr_
-
-
Class org.apache.pekko.stream.StreamRefMessages.SinkRef
class SinkRef extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
targetRef_
StreamRefMessages.ActorRef targetRef_
-
-
Class org.apache.pekko.stream.StreamRefMessages.SourceRef
class SourceRef extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
originRef_
StreamRefMessages.ActorRef originRef_
-
-
Exception org.apache.pekko.stream.StreamRefSubscriptionTimeoutException
class StreamRefSubscriptionTimeoutException extends IllegalStateException implements Serializable -
Class org.apache.pekko.stream.StreamRefSubscriptionTimeoutException$
class StreamRefSubscriptionTimeoutException$ extends scala.runtime.AbstractFunction1<String,StreamRefSubscriptionTimeoutException> implements Serializable -
Class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.CancelTermination$
class CancelTermination$ extends StreamSubscriptionTimeoutTerminationMode implements Serializable -
Class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.NoopTermination$
class NoopTermination$ extends StreamSubscriptionTimeoutTerminationMode implements Serializable -
Class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.WarnTermination$
class WarnTermination$ extends StreamSubscriptionTimeoutTerminationMode implements Serializable -
Exception org.apache.pekko.stream.StreamTcpException
class StreamTcpException extends RuntimeException implements Serializable -
Exception org.apache.pekko.stream.StreamTimeoutException
class StreamTimeoutException extends TimeoutException implements Serializable -
Exception org.apache.pekko.stream.SubscriptionWithCancelException.NoMoreElementsNeeded$
class NoMoreElementsNeeded$ extends SubscriptionWithCancelException.NonFailureCancellation implements Serializable -
Exception org.apache.pekko.stream.SubscriptionWithCancelException.NonFailureCancellation
class NonFailureCancellation extends RuntimeException implements Serializable -
Exception org.apache.pekko.stream.SubscriptionWithCancelException.StageWasCompleted$
class StageWasCompleted$ extends SubscriptionWithCancelException.NonFailureCancellation implements Serializable -
Class org.apache.pekko.stream.SubstreamCancelStrategies.Drain$
class Drain$ extends SubstreamCancelStrategy implements Serializable -
Class org.apache.pekko.stream.SubstreamCancelStrategies.Propagate$
class Propagate$ extends SubstreamCancelStrategy implements Serializable -
Class org.apache.pekko.stream.Supervision.Restart$
class Restart$ extends Object implements Serializable -
Class org.apache.pekko.stream.Supervision.Resume$
class Resume$ extends Object implements Serializable -
Class org.apache.pekko.stream.Supervision.Stop$
class Stop$ extends Object implements Serializable -
Exception org.apache.pekko.stream.TargetRefNotInitializedYetException
class TargetRefNotInitializedYetException extends IllegalStateException implements Serializable -
Class org.apache.pekko.stream.TargetRefNotInitializedYetException$
class TargetRefNotInitializedYetException$ extends scala.runtime.AbstractFunction0<TargetRefNotInitializedYetException> implements Serializable -
Class org.apache.pekko.stream.ThrottleMode.Enforcing$
class Enforcing$ extends ThrottleMode implements Serializable -
Class org.apache.pekko.stream.ThrottleMode.Shaping$
class Shaping$ extends ThrottleMode implements Serializable -
Class org.apache.pekko.stream.TLSClientAuth.Need$
class Need$ extends TLSClientAuth implements Serializable -
Class org.apache.pekko.stream.TLSClientAuth.None$
class None$ extends TLSClientAuth implements Serializable -
Class org.apache.pekko.stream.TLSClientAuth.Want$
class Want$ extends TLSClientAuth implements Serializable -
Class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
class NegotiateNewSession extends Object implements Serializable -
Class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession$
class NegotiateNewSession$ extends TLSProtocol.NegotiateNewSession implements Serializable -
Class org.apache.pekko.stream.TLSProtocol.SendBytes
class SendBytes extends Object implements Serializable -
Class org.apache.pekko.stream.TLSProtocol.SendBytes$
class SendBytes$ extends scala.runtime.AbstractFunction1<ByteString,TLSProtocol.SendBytes> implements Serializable -
Class org.apache.pekko.stream.TLSProtocol.SessionBytes
class SessionBytes extends Object implements Serializable -
Class org.apache.pekko.stream.TLSProtocol.SessionBytes$
class SessionBytes$ extends scala.runtime.AbstractFunction2<SSLSession,ByteString, TLSProtocol.SessionBytes> implements Serializable -
Class org.apache.pekko.stream.TLSProtocol.SessionTruncated$
class SessionTruncated$ extends TLSProtocol.SessionTruncated implements Serializable -
Exception org.apache.pekko.stream.TooManySubstreamsOpenException
class TooManySubstreamsOpenException extends IllegalStateException implements Serializable -
Exception org.apache.pekko.stream.WatchedActorTerminatedException
class WatchedActorTerminatedException extends RuntimeException implements Serializable
-
-
Package org.apache.pekko.stream.javadsl
-
Package org.apache.pekko.stream.scaladsl
-
Exception org.apache.pekko.stream.scaladsl.Framing.FramingException
class FramingException extends RuntimeException implements Serializable -
Exception org.apache.pekko.stream.scaladsl.JsonFraming.PartialObjectException
class PartialObjectException extends Framing.FramingException implements Serializable -
Class org.apache.pekko.stream.scaladsl.JsonFraming.PartialObjectException$
class PartialObjectException$ extends Object implements Serializable -
Exception org.apache.pekko.stream.scaladsl.MergeHub.ProducerFailed
class ProducerFailed extends RuntimeException implements Serializable -
Exception org.apache.pekko.stream.scaladsl.Partition.PartitionOutOfBoundsException
class PartitionOutOfBoundsException extends IndexOutOfBoundsException implements Serializable -
Class org.apache.pekko.stream.scaladsl.Partition.PartitionOutOfBoundsException$
class PartitionOutOfBoundsException$ extends scala.runtime.AbstractFunction1<String,Partition.PartitionOutOfBoundsException> implements Serializable -
Class org.apache.pekko.stream.scaladsl.PartitionHub.Internal$.Closed
class Closed extends Object implements Serializable -
Class org.apache.pekko.stream.scaladsl.PartitionHub.Internal$.Closed$
class Closed$ extends scala.runtime.AbstractFunction1<scala.Option<Throwable>,org.apache.pekko.stream.scaladsl.PartitionHub.Internal.Closed> implements Serializable -
Class org.apache.pekko.stream.scaladsl.PartitionHub.Internal$.Completed$
class Completed$ extends Object implements Serializable -
Class org.apache.pekko.stream.scaladsl.PartitionHub.Internal$.Consumer
class Consumer extends Object implements Serializable -
Class org.apache.pekko.stream.scaladsl.PartitionHub.Internal$.Consumer$
class Consumer$ extends scala.runtime.AbstractFunction2<Object,AsyncCallback<org.apache.pekko.stream.scaladsl.PartitionHub.Internal.ConsumerEvent>, org.apache.pekko.stream.scaladsl.PartitionHub.Internal.Consumer> implements Serializable -
Class org.apache.pekko.stream.scaladsl.PartitionHub.Internal$.ConsumerQueue
class ConsumerQueue extends Object implements Serializable -
Class org.apache.pekko.stream.scaladsl.PartitionHub.Internal$.ConsumerQueue$
class ConsumerQueue$ extends Object implements Serializable -
Class org.apache.pekko.stream.scaladsl.PartitionHub.Internal$.HubCompleted
class HubCompleted extends Object implements Serializable -
Class org.apache.pekko.stream.scaladsl.PartitionHub.Internal$.HubCompleted$
class HubCompleted$ extends scala.runtime.AbstractFunction1<scala.Option<Throwable>,org.apache.pekko.stream.scaladsl.PartitionHub.Internal.HubCompleted> implements Serializable -
Class org.apache.pekko.stream.scaladsl.PartitionHub.Internal$.Initialize$
class Initialize$ extends Object implements Serializable -
Class org.apache.pekko.stream.scaladsl.PartitionHub.Internal$.NeedWakeup
class NeedWakeup extends Object implements Serializable -
Class org.apache.pekko.stream.scaladsl.PartitionHub.Internal$.NeedWakeup$
class NeedWakeup$ extends scala.runtime.AbstractFunction1<org.apache.pekko.stream.scaladsl.PartitionHub.Internal.Consumer,org.apache.pekko.stream.scaladsl.PartitionHub.Internal.NeedWakeup> implements Serializable -
Class org.apache.pekko.stream.scaladsl.PartitionHub.Internal$.Open
class Open extends Object implements Serializable -
Class org.apache.pekko.stream.scaladsl.PartitionHub.Internal$.Open$
class Open$ extends scala.runtime.AbstractFunction2<scala.concurrent.Future<AsyncCallback<org.apache.pekko.stream.scaladsl.PartitionHub.Internal.HubEvent>>,scala.collection.immutable.List<org.apache.pekko.stream.scaladsl.PartitionHub.Internal.Consumer>, org.apache.pekko.stream.scaladsl.PartitionHub.Internal.Open> implements Serializable -
Class org.apache.pekko.stream.scaladsl.PartitionHub.Internal$.RegistrationPending$
class RegistrationPending$ extends Object implements Serializable -
Class org.apache.pekko.stream.scaladsl.PartitionHub.Internal$.TryPull$
class TryPull$ extends Object implements Serializable -
Class org.apache.pekko.stream.scaladsl.PartitionHub.Internal$.UnRegister
class UnRegister extends Object implements Serializable -
Class org.apache.pekko.stream.scaladsl.PartitionHub.Internal$.UnRegister$
class UnRegister$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.stream.scaladsl.PartitionHub.Internal.UnRegister> implements Serializable -
Class org.apache.pekko.stream.scaladsl.PartitionHub.Internal$.Wakeup$
class Wakeup$ extends Object implements Serializable -
Class org.apache.pekko.stream.scaladsl.PartitionHub$Internal$Closed
class PartitionHub$Internal$Closed extends Object implements Serializable-
Serialized Fields
-
failure
scala.Option<Throwable> failure
-
-
-
Class org.apache.pekko.stream.scaladsl.PartitionHub$Internal$Closed$
class PartitionHub$Internal$Closed$ extends scala.runtime.AbstractFunction1<scala.Option<Throwable>,org.apache.pekko.stream.scaladsl.PartitionHub$Internal$Closed> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.stream.scaladsl.PartitionHub$Internal$Completed$
class PartitionHub$Internal$Completed$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.stream.scaladsl.PartitionHub$Internal$Consumer
class PartitionHub$Internal$Consumer extends Object implements Serializable-
Serialized Fields
-
callback
AsyncCallback<org.apache.pekko.stream.scaladsl.PartitionHub$Internal$ConsumerEvent> callback
-
id
long id
-
-
-
Class org.apache.pekko.stream.scaladsl.PartitionHub$Internal$Consumer$
class PartitionHub$Internal$Consumer$ extends scala.runtime.AbstractFunction2<Object,AsyncCallback<org.apache.pekko.stream.scaladsl.PartitionHub$Internal$ConsumerEvent>, org.apache.pekko.stream.scaladsl.PartitionHub$Internal$Consumer> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.stream.scaladsl.PartitionHub$Internal$ConsumerQueue
class PartitionHub$Internal$ConsumerQueue extends Object implements Serializable-
Serialized Fields
-
queue
scala.collection.immutable.Queue<Object> queue
-
size
int size
-
-
-
Class org.apache.pekko.stream.scaladsl.PartitionHub$Internal$ConsumerQueue$
class PartitionHub$Internal$ConsumerQueue$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.stream.scaladsl.PartitionHub$Internal$HubCompleted
class PartitionHub$Internal$HubCompleted extends Object implements Serializable-
Serialized Fields
-
failure
scala.Option<Throwable> failure
-
-
-
Class org.apache.pekko.stream.scaladsl.PartitionHub$Internal$HubCompleted$
class PartitionHub$Internal$HubCompleted$ extends scala.runtime.AbstractFunction1<scala.Option<Throwable>,org.apache.pekko.stream.scaladsl.PartitionHub$Internal$HubCompleted> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.stream.scaladsl.PartitionHub$Internal$Initialize$
class PartitionHub$Internal$Initialize$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.stream.scaladsl.PartitionHub$Internal$NeedWakeup
class PartitionHub$Internal$NeedWakeup extends Object implements Serializable-
Serialized Fields
-
consumer
org.apache.pekko.stream.scaladsl.PartitionHub$Internal$Consumer consumer
-
-
-
Class org.apache.pekko.stream.scaladsl.PartitionHub$Internal$NeedWakeup$
class PartitionHub$Internal$NeedWakeup$ extends scala.runtime.AbstractFunction1<org.apache.pekko.stream.scaladsl.PartitionHub$Internal$Consumer,org.apache.pekko.stream.scaladsl.PartitionHub$Internal$NeedWakeup> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.stream.scaladsl.PartitionHub$Internal$Open
class PartitionHub$Internal$Open extends Object implements Serializable-
Serialized Fields
-
callbackFuture
scala.concurrent.Future<AsyncCallback<org.apache.pekko.stream.scaladsl.PartitionHub$Internal$HubEvent>> callbackFuture
-
registrations
scala.collection.immutable.List<org.apache.pekko.stream.scaladsl.PartitionHub$Internal$Consumer> registrations
-
-
-
Class org.apache.pekko.stream.scaladsl.PartitionHub$Internal$Open$
class PartitionHub$Internal$Open$ extends scala.runtime.AbstractFunction2<scala.concurrent.Future<AsyncCallback<org.apache.pekko.stream.scaladsl.PartitionHub$Internal$HubEvent>>,scala.collection.immutable.List<org.apache.pekko.stream.scaladsl.PartitionHub$Internal$Consumer>, org.apache.pekko.stream.scaladsl.PartitionHub$Internal$Open> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.stream.scaladsl.PartitionHub$Internal$RegistrationPending$
class PartitionHub$Internal$RegistrationPending$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.stream.scaladsl.PartitionHub$Internal$TryPull$
class PartitionHub$Internal$TryPull$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.stream.scaladsl.PartitionHub$Internal$UnRegister
class PartitionHub$Internal$UnRegister extends Object implements Serializable-
Serialized Fields
-
id
long id
-
-
-
Class org.apache.pekko.stream.scaladsl.PartitionHub$Internal$UnRegister$
class PartitionHub$Internal$UnRegister$ extends scala.runtime.AbstractFunction1<Object,org.apache.pekko.stream.scaladsl.PartitionHub$Internal$UnRegister> implements Serializable -
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.stream.scaladsl.PartitionHub$Internal$Wakeup$
class PartitionHub$Internal$Wakeup$ extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow.Delay
class Delay extends Object implements Serializable -
Class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow.Delay$
class Delay$ extends scala.runtime.AbstractFunction1<scala.concurrent.duration.FiniteDuration,RestartWithBackoffFlow.Delay> implements Serializable -
Class org.apache.pekko.stream.scaladsl.RunnableGraph
class RunnableGraph extends Object implements Serializable -
Class org.apache.pekko.stream.scaladsl.RunnableGraph$
class RunnableGraph$ extends Object implements Serializable -
Class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection
class IncomingConnection extends Object implements Serializable -
Class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection$
class IncomingConnection$ extends scala.runtime.AbstractFunction3<InetSocketAddress,InetSocketAddress, Flow<ByteString, ByteString, NotUsed>, Tcp.IncomingConnection> implements Serializable -
Class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection
class OutgoingConnection extends Object implements Serializable -
Class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection$
class OutgoingConnection$ extends scala.runtime.AbstractFunction2<InetSocketAddress,InetSocketAddress, Tcp.OutgoingConnection> implements Serializable -
Class org.apache.pekko.stream.scaladsl.Tcp.ServerBinding
class ServerBinding extends Object implements Serializable -
Class org.apache.pekko.stream.scaladsl.Tcp.ServerBinding$
class ServerBinding$ extends Object implements Serializable -
Class org.apache.pekko.stream.scaladsl.TcpAttributes.TcpWriteBufferSize
class TcpWriteBufferSize extends Object implements Serializable -
Class org.apache.pekko.stream.scaladsl.TcpAttributes.TcpWriteBufferSize$
class TcpWriteBufferSize$ extends scala.runtime.AbstractFunction1<Object,TcpAttributes.TcpWriteBufferSize> implements Serializable -
Exception org.apache.pekko.stream.scaladsl.TcpIdleTimeoutException
class TcpIdleTimeoutException extends TimeoutException implements Serializable
-
-
Package org.apache.pekko.stream.snapshot
-
Class org.apache.pekko.stream.snapshot.ConnectionSnapshot.Closed$
class Closed$ extends Object implements Serializable -
Class org.apache.pekko.stream.snapshot.ConnectionSnapshot.ShouldPull$
class ShouldPull$ extends Object implements Serializable -
Class org.apache.pekko.stream.snapshot.ConnectionSnapshot.ShouldPush$
class ShouldPush$ extends Object implements Serializable -
Class org.apache.pekko.stream.snapshot.ConnectionSnapshotImpl$
class ConnectionSnapshotImpl$ extends scala.runtime.AbstractFunction4<Object,LogicSnapshot, LogicSnapshot, ConnectionSnapshot.ConnectionState, org.apache.pekko.stream.snapshot.ConnectionSnapshotImpl> implements Serializable -
Class org.apache.pekko.stream.snapshot.LogicSnapshotImpl$
class LogicSnapshotImpl$ extends scala.runtime.AbstractFunction3<Object,String, Attributes, org.apache.pekko.stream.snapshot.LogicSnapshotImpl> implements Serializable -
Class org.apache.pekko.stream.snapshot.RunningInterpreterImpl$
class RunningInterpreterImpl$ extends scala.runtime.AbstractFunction5<scala.collection.immutable.Seq<LogicSnapshot>,scala.collection.immutable.Seq<ConnectionSnapshot>, String, Object, scala.collection.immutable.Seq<LogicSnapshot>, org.apache.pekko.stream.snapshot.RunningInterpreterImpl> implements Serializable -
Class org.apache.pekko.stream.snapshot.StreamSnapshotImpl$
class StreamSnapshotImpl$ extends scala.runtime.AbstractFunction3<ActorPath,scala.collection.immutable.Seq<RunningInterpreter>, scala.collection.immutable.Seq<UninitializedInterpreter>, org.apache.pekko.stream.snapshot.StreamSnapshotImpl> implements Serializable -
Class org.apache.pekko.stream.snapshot.UninitializedInterpreterImpl$
class UninitializedInterpreterImpl$ extends scala.runtime.AbstractFunction1<scala.collection.immutable.Seq<LogicSnapshot>,org.apache.pekko.stream.snapshot.UninitializedInterpreterImpl> implements Serializable
-
-
Package org.apache.pekko.stream.stage
-
Class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event
class Event extends Object implements Serializable -
Class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event$
class Event$ extends Object implements Serializable -
Class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Initialized$
class Initialized$ extends Object implements Serializable -
Class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending
class Pending extends Object implements Serializable -
Class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending$
class Pending$ extends Object implements Serializable -
Exception org.apache.pekko.stream.stage.GraphStageLogic.StageActorRefNotInitializedException
class StageActorRefNotInitializedException extends RuntimeException implements Serializable -
Class org.apache.pekko.stream.stage.GraphStageLogic.StageActorRefNotInitializedException$
class StageActorRefNotInitializedException$ extends scala.runtime.AbstractFunction0<GraphStageLogic.StageActorRefNotInitializedException> implements Serializable -
Class org.apache.pekko.stream.stage.TimerMessages.Scheduled
class Scheduled extends Object implements Serializable -
Class org.apache.pekko.stream.stage.TimerMessages.Scheduled$
class Scheduled$ extends scala.runtime.AbstractFunction3<Object,Object, Object, TimerMessages.Scheduled> implements Serializable -
Class org.apache.pekko.stream.stage.TimerMessages.Timer
class Timer extends Object implements Serializable -
Class org.apache.pekko.stream.stage.TimerMessages.Timer$
class Timer$ extends scala.runtime.AbstractFunction2<Object,Cancellable, TimerMessages.Timer> implements Serializable
-
-
Package org.apache.pekko.stream.testkit
-
Class org.apache.pekko.stream.testkit.GraphStageMessages.DownstreamFinish$
class DownstreamFinish$ extends Object implements Serializable -
Class org.apache.pekko.stream.testkit.GraphStageMessages.Failure
class Failure extends Object implements Serializable -
Class org.apache.pekko.stream.testkit.GraphStageMessages.Failure$
class Failure$ extends scala.runtime.AbstractFunction1<Throwable,GraphStageMessages.Failure> implements Serializable -
Class org.apache.pekko.stream.testkit.GraphStageMessages.Pull$
class Pull$ extends Object implements Serializable -
Class org.apache.pekko.stream.testkit.GraphStageMessages.Push$
class Push$ extends Object implements Serializable -
Class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure
class StageFailure extends Object implements Serializable -
Class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure$
class StageFailure$ extends scala.runtime.AbstractFunction2<GraphStageMessages.StageMessage,Throwable, GraphStageMessages.StageFailure> implements Serializable -
Class org.apache.pekko.stream.testkit.GraphStageMessages.UpstreamFinish$
class UpstreamFinish$ extends Object implements Serializable -
Class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription
class CompletedSubscription extends Object implements Serializable -
Class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription$
class CompletedSubscription$ extends Object implements Serializable -
Class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription
class FailedSubscription extends Object implements Serializable -
Class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription$
class FailedSubscription$ extends Object implements Serializable -
Class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
class PublisherProbeSubscription extends Object implements Serializable -
Class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription$
class PublisherProbeSubscription$ extends Object implements Serializable -
Class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription
class CancelSubscription extends Object implements Serializable -
Class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription$
class CancelSubscription$ extends scala.runtime.AbstractFunction2<org.reactivestreams.Subscription,Throwable, TestPublisher.CancelSubscription> implements Serializable -
Class org.apache.pekko.stream.testkit.TestPublisher.RequestMore
class RequestMore extends Object implements Serializable -
Class org.apache.pekko.stream.testkit.TestPublisher.RequestMore$
class RequestMore$ extends scala.runtime.AbstractFunction2<org.reactivestreams.Subscription,Object, TestPublisher.RequestMore> implements Serializable -
Class org.apache.pekko.stream.testkit.TestPublisher.Subscribe
class Subscribe extends Object implements Serializable -
Class org.apache.pekko.stream.testkit.TestPublisher.Subscribe$
class Subscribe$ extends scala.runtime.AbstractFunction1<org.reactivestreams.Subscription,TestPublisher.Subscribe> implements Serializable -
Class org.apache.pekko.stream.testkit.TestSubscriber.OnComplete$
class OnComplete$ extends Object implements Serializable -
Class org.apache.pekko.stream.testkit.TestSubscriber.OnError
class OnError extends Object implements Serializable -
Class org.apache.pekko.stream.testkit.TestSubscriber.OnError$
class OnError$ extends scala.runtime.AbstractFunction1<Throwable,TestSubscriber.OnError> implements Serializable -
Class org.apache.pekko.stream.testkit.TestSubscriber.OnNext
class OnNext extends Object implements Serializable -
Class org.apache.pekko.stream.testkit.TestSubscriber.OnNext$
class OnNext$ extends Object implements Serializable -
Class org.apache.pekko.stream.testkit.TestSubscriber.OnSubscribe
class OnSubscribe extends Object implements Serializable -
Class org.apache.pekko.stream.testkit.TestSubscriber.OnSubscribe$
class OnSubscribe$ extends scala.runtime.AbstractFunction1<org.reactivestreams.Subscription,TestSubscriber.OnSubscribe> implements Serializable
-
-
Package org.apache.pekko.testkit
-
Class org.apache.pekko.testkit.CustomEventFilter
class CustomEventFilter extends EventFilter implements Serializable -
Class org.apache.pekko.testkit.CustomEventFilter$
class CustomEventFilter$ extends Object implements Serializable -
Class org.apache.pekko.testkit.DeadLettersFilter
class DeadLettersFilter extends EventFilter implements Serializable -
Class org.apache.pekko.testkit.DeadLettersFilter$
class DeadLettersFilter$ extends Object implements Serializable -
Class org.apache.pekko.testkit.DebugFilter
class DebugFilter extends EventFilter implements Serializable -
Class org.apache.pekko.testkit.DebugFilter$
class DebugFilter$ extends Object implements Serializable -
Class org.apache.pekko.testkit.ErrorFilter
class ErrorFilter extends EventFilter implements Serializable -
Class org.apache.pekko.testkit.ErrorFilter$
class ErrorFilter$ extends Object implements Serializable -
Class org.apache.pekko.testkit.InfoFilter
class InfoFilter extends EventFilter implements Serializable -
Class org.apache.pekko.testkit.InfoFilter$
class InfoFilter$ extends Object implements Serializable -
Class org.apache.pekko.testkit.SocketUtil.Both$
class Both$ extends Object implements Serializable -
Class org.apache.pekko.testkit.SocketUtil.Tcp$
class Tcp$ extends Object implements Serializable -
Class org.apache.pekko.testkit.SocketUtil.Udp$
class Udp$ extends Object implements Serializable -
Class org.apache.pekko.testkit.TestActor.KeepRunning$
class KeepRunning$ extends TestActor.AutoPilot implements Serializable -
Class org.apache.pekko.testkit.TestActor.NoAutoPilot$
class NoAutoPilot$ extends TestActor.AutoPilot implements Serializable -
Class org.apache.pekko.testkit.TestActor.NullMessage$
class NullMessage$ extends Object implements Serializable -
Class org.apache.pekko.testkit.TestActor.RealMessage
class RealMessage extends Object implements Serializable -
Class org.apache.pekko.testkit.TestActor.RealMessage$
class RealMessage$ extends scala.runtime.AbstractFunction2<Object,ActorRef, TestActor.RealMessage> implements Serializable -
Class org.apache.pekko.testkit.TestActor.SetAutoPilot
class SetAutoPilot extends Object implements Serializable -
Class org.apache.pekko.testkit.TestActor.SetAutoPilot$
class SetAutoPilot$ extends scala.runtime.AbstractFunction1<TestActor.AutoPilot,TestActor.SetAutoPilot> implements Serializable -
Class org.apache.pekko.testkit.TestActor.SetIgnore
class SetIgnore extends Object implements Serializable -
Class org.apache.pekko.testkit.TestActor.SetIgnore$
class SetIgnore$ extends scala.runtime.AbstractFunction1<scala.Option<scala.PartialFunction<Object,Object>>, TestActor.SetIgnore> implements Serializable -
Class org.apache.pekko.testkit.TestActor.Spawn
class Spawn extends Object implements Serializable -
Class org.apache.pekko.testkit.TestActor.Spawn$
class Spawn$ extends scala.runtime.AbstractFunction3<Props,scala.Option<String>, scala.Option<SupervisorStrategy>, TestActor.Spawn> implements Serializable -
Class org.apache.pekko.testkit.TestActor.UnWatch
class UnWatch extends Object implements Serializable -
Class org.apache.pekko.testkit.TestActor.UnWatch$
class UnWatch$ extends scala.runtime.AbstractFunction1<ActorRef,TestActor.UnWatch> implements Serializable -
Class org.apache.pekko.testkit.TestActor.Watch
class Watch extends Object implements Serializable -
Class org.apache.pekko.testkit.TestActor.Watch$
class Watch$ extends scala.runtime.AbstractFunction1<ActorRef,TestActor.Watch> implements Serializable -
Class org.apache.pekko.testkit.TestActorRef$
class TestActorRef$ extends Object implements Serializable -
Exception org.apache.pekko.testkit.TestBarrierTimeoutException
class TestBarrierTimeoutException extends RuntimeException implements Serializable -
Class org.apache.pekko.testkit.TestEvent.Mute
class Mute extends Object implements Serializable -
Class org.apache.pekko.testkit.TestEvent.Mute$
class Mute$ extends Object implements Serializable -
Class org.apache.pekko.testkit.TestEvent.UnMute
class UnMute extends Object implements Serializable -
Class org.apache.pekko.testkit.TestEvent.UnMute$
class UnMute$ extends Object implements Serializable -
Exception org.apache.pekko.testkit.TestException
class TestException extends RuntimeException implements Serializable -
Class org.apache.pekko.testkit.TestException$
class TestException$ extends scala.runtime.AbstractFunction1<String,TestException> implements Serializable -
Class org.apache.pekko.testkit.TestFSMRef$
class TestFSMRef$ extends Object implements Serializable -
Class org.apache.pekko.testkit.WarningFilter
class WarningFilter extends EventFilter implements Serializable -
Class org.apache.pekko.testkit.WarningFilter$
class WarningFilter$ extends Object implements Serializable
-
-
Package org.apache.pekko.util
-
Class org.apache.pekko.util.ByteString.ByteString1
class ByteString1 extends ByteString implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.util.ByteString.ByteString1$
class ByteString1$ extends Object implements Serializable -
Class org.apache.pekko.util.ByteString.ByteString1C
class ByteString1C extends CompactByteString implements Serializable -
Class org.apache.pekko.util.ByteString.ByteString1C$
class ByteString1C$ extends Object implements Serializable -
Class org.apache.pekko.util.ByteString.ByteStrings
class ByteStrings extends ByteString implements Serializable-
Serialization Methods
-
writeReplace
-
-
-
Class org.apache.pekko.util.ByteString.ByteStrings$
class ByteStrings$ extends Object implements Serializable -
Class org.apache.pekko.util.Collections.EmptyImmutableSeq$
class EmptyImmutableSeq$ extends Object implements Serializable -
Class org.apache.pekko.util.CompactByteString
class CompactByteString extends ByteString implements Serializable -
Class org.apache.pekko.util.CompactByteString$
class CompactByteString$ extends Object implements Serializable -
Class org.apache.pekko.util.LineNumbers.NoSourceInfo$
class NoSourceInfo$ extends Object implements Serializable -
Class org.apache.pekko.util.LineNumbers.SourceFile
class SourceFile extends Object implements Serializable -
Class org.apache.pekko.util.LineNumbers.SourceFile$
class SourceFile$ extends scala.runtime.AbstractFunction1<String,LineNumbers.SourceFile> implements Serializable -
Class org.apache.pekko.util.LineNumbers.SourceFileLines
class SourceFileLines extends Object implements Serializable -
Class org.apache.pekko.util.LineNumbers.SourceFileLines$
class SourceFileLines$ extends scala.runtime.AbstractFunction3<String,Object, Object, LineNumbers.SourceFileLines> implements Serializable -
Class org.apache.pekko.util.LineNumbers.UnknownSourceFormat
class UnknownSourceFormat extends Object implements Serializable -
Class org.apache.pekko.util.LineNumbers.UnknownSourceFormat$
class UnknownSourceFormat$ extends scala.runtime.AbstractFunction1<String,LineNumbers.UnknownSourceFormat> implements Serializable -
Class org.apache.pekko.util.SerializedSuspendableExecutionContext$
class SerializedSuspendableExecutionContext$ extends Object implements Serializable -
Class org.apache.pekko.util.Timeout
class Timeout extends Object implements Serializable -
Class org.apache.pekko.util.Timeout$
class Timeout$ extends Object implements Serializable -
Class org.apache.pekko.util.WildcardIndex$
class WildcardIndex$ extends Object implements Serializable -
Class org.apache.pekko.util.WildcardTree$
class WildcardTree$ extends Object implements Serializable
-