Class PrimaryShardInfoFutureCache


  • public class PrimaryShardInfoFutureCache
    extends Object
    Maintains a cache of PrimaryShardInfo Future instances per shard.
    Author:
    Thomas Pantelis
    • Constructor Detail

      • PrimaryShardInfoFutureCache

        public PrimaryShardInfoFutureCache()
    • Method Detail

      • getIfPresent

        public @Nullable scala.concurrent.Future<PrimaryShardInfo> getIfPresent​(@NonNull String shardName)
      • remove

        public void remove​(@NonNull String shardName)