Uses of Class
org.opendaylight.controller.cluster.datastore.messages.PrimaryShardInfo
-
Packages that use PrimaryShardInfo Package Description org.opendaylight.controller.cluster.datastore.utils -
-
Uses of PrimaryShardInfo in org.opendaylight.controller.cluster.datastore.utils
Methods in org.opendaylight.controller.cluster.datastore.utils that return types with arguments of type PrimaryShardInfo Modifier and Type Method Description scala.concurrent.Future<PrimaryShardInfo>ActorUtils. findPrimaryShardAsync(String shardName)@Nullable scala.concurrent.Future<PrimaryShardInfo>PrimaryShardInfoFutureCache. getIfPresent(@NonNull String shardName)Methods in org.opendaylight.controller.cluster.datastore.utils with parameters of type PrimaryShardInfo Modifier and Type Method Description voidPrimaryShardInfoFutureCache. putSuccessful(@NonNull String shardName, @NonNull PrimaryShardInfo info)
-