Class DistributedPubSubMediator.Internal$.Bucket

java.lang.Object
org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Enclosing class:
DistributedPubSubMediator.Internal$

public final class DistributedPubSubMediator.Internal$.Bucket extends Object implements scala.Product, Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Bucket(Address owner, long version, scala.collection.immutable.TreeMap<String,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder> content)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Bucket
    apply(Address owner, long version, scala.collection.immutable.TreeMap<String,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder> content)
     
    boolean
     
    scala.collection.immutable.TreeMap<String,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder>
     
    org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Bucket
    copy(Address owner, long version, scala.collection.immutable.TreeMap<String,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder> content)
     
     
    long
     
    scala.collection.immutable.TreeMap<String,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder>
     
    boolean
     
    int
     
     
    int
     
    productElement(int x$1)
     
     
    scala.collection.Iterator<Object>
     
     
     
    static scala.Option<scala.Tuple3<Address,Object,scala.collection.immutable.TreeMap<String,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder>>>
    unapply(org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Bucket x$0)
     
    long
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface scala.Product

    productElementNames
  • Constructor Details

    • Bucket

      public Bucket(Address owner, long version, scala.collection.immutable.TreeMap<String,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder> content)
  • Method Details

    • apply

      public static org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Bucket apply(Address owner, long version, scala.collection.immutable.TreeMap<String,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder> content)
    • unapply

      public static scala.Option<scala.Tuple3<Address,Object,scala.collection.immutable.TreeMap<String,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder>>> unapply(org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Bucket x$0)
    • owner

      public Address owner()
    • version

      public long version()
    • content

      public scala.collection.immutable.TreeMap<String,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder> content()
    • copy

      public org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Bucket copy(Address owner, long version, scala.collection.immutable.TreeMap<String,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder> content)
    • copy$default$1

      public Address copy$default$1()
    • copy$default$2

      public long copy$default$2()
    • copy$default$3

      public scala.collection.immutable.TreeMap<String,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder> copy$default$3()
    • productPrefix

      public String productPrefix()
      Specified by:
      productPrefix in interface scala.Product
    • productArity

      public int productArity()
      Specified by:
      productArity in interface scala.Product
    • productElement

      public Object productElement(int x$1)
      Specified by:
      productElement in interface scala.Product
    • productIterator

      public scala.collection.Iterator<Object> productIterator()
      Specified by:
      productIterator in interface scala.Product
    • canEqual

      public boolean canEqual(Object x$1)
      Specified by:
      canEqual in interface scala.Equals
    • productElementName

      public String productElementName(int x$1)
      Specified by:
      productElementName in interface scala.Product
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object x$1)
      Specified by:
      equals in interface scala.Equals
      Overrides:
      equals in class Object