public class PrimaryShardInfoFutureCache extends Object
Constructor and Description |
---|
PrimaryShardInfoFutureCache() |
Modifier and Type | Method and Description |
---|---|
scala.concurrent.Future<PrimaryShardInfo> |
getIfPresent(String shardName) |
void |
putSuccessful(String shardName,
PrimaryShardInfo info) |
void |
remove(String shardName) |
@Nullable public scala.concurrent.Future<PrimaryShardInfo> getIfPresent(@Nonnull String shardName)
public void putSuccessful(@Nonnull String shardName, @Nonnull PrimaryShardInfo info)
Copyright © 2019 OpenDaylight. All rights reserved.