Package org.apache.pekko.cluster.pubsub
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Bucketapply(Address owner, long version, scala.collection.immutable.TreeMap<String, org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder> content) booleanscala.collection.immutable.TreeMap<String,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder> content()org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Bucketcopy(Address owner, long version, scala.collection.immutable.TreeMap<String, org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder> content) longscala.collection.immutable.TreeMap<String,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder> booleaninthashCode()owner()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()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) longversion()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Bucket
-
-
Method Details
-
apply
-
unapply
-
owner
-
version
public long version() -
content
public scala.collection.immutable.TreeMap<String,org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder> content() -
copy
-
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
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-