Class PrefixShardCreated


  • @Beta
    @Deprecated(forRemoval=true)
    public class PrefixShardCreated
    extends Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    Message sent to the local ShardedDataTreeActor when a clustered shard was created locally. The backend shards/replicas will be handled by the ShardManager but the ShardedDataTreeActor needs to handle the registration of the frontends into the DOMDataTreeShardingService. The configuration only contains the Member nodes that this is still yet to be distributed to. The last node will receive PrefixShardConfiguration with only it's member present.
    • Constructor Detail

      • PrefixShardCreated

        public PrefixShardCreated​(PrefixShardConfiguration configuration)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getConfiguration

        public PrefixShardConfiguration getConfiguration()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • toString

        public String toString()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        toString in class Object