Class ShardRegion.CurrentShardRegionState

    • Constructor Detail

      • CurrentShardRegionState

        public CurrentShardRegionState​(scala.collection.immutable.Set<ShardRegion.ShardState> shards,
                                       scala.collection.immutable.Set<java.lang.String> failed)
      • CurrentShardRegionState

        public CurrentShardRegionState​(scala.collection.immutable.Set<ShardRegion.ShardState> shards)
    • Method Detail

      • failed

        public scala.collection.immutable.Set<java.lang.String> failed()
      • getShards

        public java.util.Set<ShardRegion.ShardState> getShards()
        Java API:

        If gathering the shard information times out the set of shards will be empty.

      • getFailed

        public java.util.Set<java.lang.String> getFailed()
        Java API
      • equals

        public boolean equals​(java.lang.Object other)
        Specified by:
        equals in interface scala.Equals
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • productArity

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

        public java.lang.Object productElement​(int n)
        Specified by:
        productElement in interface scala.Product
      • canEqual

        public boolean canEqual​(java.lang.Object o)
        Specified by:
        canEqual in interface scala.Equals