|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.remote.RemoteMetricsExtension$
public class RemoteMetricsExtension$
INTERNAL API Extension that keeps track of remote metrics, such as max size of different message types.
| Field Summary | |
|---|---|
static RemoteMetricsExtension$ |
MODULE$
Static reference to the singleton instance of this Scala object. |
| Constructor Summary | |
|---|---|
RemoteMetricsExtension$()
|
|
| Method Summary | |
|---|---|
RemoteMetrics |
createExtension(ExtendedActorSystem system)
Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only. |
RemoteMetrics |
get(ActorSystem system)
Returns an instance of the extension identified by this ExtensionId instance. |
RemoteMetricsExtension$ |
lookup()
Returns the canonical ExtensionId for this Extension |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface akka.actor.ExtensionId |
|---|
apply, equals, hashCode |
| Field Detail |
|---|
public static final RemoteMetricsExtension$ MODULE$
| Constructor Detail |
|---|
public RemoteMetricsExtension$()
| Method Detail |
|---|
public RemoteMetrics get(ActorSystem system)
ExtensionId
override def get(system: ActorSystem): TheExtension = super.get(system)
get in interface ExtensionId<RemoteMetrics>system - (undocumented)
public RemoteMetricsExtension$ lookup()
ExtensionIdProvider
lookup in interface ExtensionIdProviderpublic RemoteMetrics createExtension(ExtendedActorSystem system)
ExtensionId
createExtension in interface ExtensionId<RemoteMetrics>system - (undocumented)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||