Class ShardAllocation

java.lang.Object
com.arpnetworking.clusteraggregator.models.ShardAllocation

public final class ShardAllocation extends Object
Represents a shard allocation.
Author:
Brandon Arp (brandon dot arp at inscopemetrics dot com)
  • Method Details

    • getHost

      public String getHost()
    • getShardRegion

      public org.apache.pekko.actor.ActorRef getShardRegion()
    • getCurrentShards

      public Set<String> getCurrentShards()
    • getIncomingShards

      public Set<String> getIncomingShards()
    • getOutgoingShards

      public Set<String> getOutgoingShards()