Class GetClusterShardingStats$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Function3<EntityTypeKey<?>,​scala.concurrent.duration.FiniteDuration,​ActorRef<org.apache.pekko.cluster.sharding.ShardRegion.ClusterShardingStats>,​GetClusterShardingStats>

    public class GetClusterShardingStats$
    extends scala.runtime.AbstractFunction3<EntityTypeKey<?>,​scala.concurrent.duration.FiniteDuration,​ActorRef<org.apache.pekko.cluster.sharding.ShardRegion.ClusterShardingStats>,​GetClusterShardingStats>
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static GetClusterShardingStats$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GetClusterShardingStats apply​(EntityTypeKey<?> entityTypeKey, scala.concurrent.duration.FiniteDuration timeout, ActorRef<org.apache.pekko.cluster.sharding.ShardRegion.ClusterShardingStats> replyTo)  
      java.lang.String toString()  
      scala.Option<scala.Tuple3<EntityTypeKey<?>,​scala.concurrent.duration.FiniteDuration,​ActorRef<org.apache.pekko.cluster.sharding.ShardRegion.ClusterShardingStats>>> unapply​(GetClusterShardingStats x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction3

        curried, tupled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final GetClusterShardingStats$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • GetClusterShardingStats$

        public GetClusterShardingStats$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Specified by:
        toString in interface scala.Function3<EntityTypeKey<?>,​scala.concurrent.duration.FiniteDuration,​ActorRef<org.apache.pekko.cluster.sharding.ShardRegion.ClusterShardingStats>,​GetClusterShardingStats>
        Overrides:
        toString in class scala.runtime.AbstractFunction3<EntityTypeKey<?>,​scala.concurrent.duration.FiniteDuration,​ActorRef<org.apache.pekko.cluster.sharding.ShardRegion.ClusterShardingStats>,​GetClusterShardingStats>
      • apply

        public GetClusterShardingStats apply​(EntityTypeKey<?> entityTypeKey,
                                             scala.concurrent.duration.FiniteDuration timeout,
                                             ActorRef<org.apache.pekko.cluster.sharding.ShardRegion.ClusterShardingStats> replyTo)
        Specified by:
        apply in interface scala.Function3<EntityTypeKey<?>,​scala.concurrent.duration.FiniteDuration,​ActorRef<org.apache.pekko.cluster.sharding.ShardRegion.ClusterShardingStats>,​GetClusterShardingStats>
      • unapply

        public scala.Option<scala.Tuple3<EntityTypeKey<?>,​scala.concurrent.duration.FiniteDuration,​ActorRef<org.apache.pekko.cluster.sharding.ShardRegion.ClusterShardingStats>>> unapply​(GetClusterShardingStats x$0)