Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

[DPM Optimization] Change List to HashSet in MulticastGoalStateV2 #716

@xieus

Description

@xieus

PR #713 changes List to HashSet for efficiency consideration (avoid duplication etc.)

We would like to apply similar changes to other Lists in
https://github.com/futurewei-cloud/alcor/pull/713DPM/src/main/java/com/futurewei/alcor/dataplane/entity/MulticastGoalStateV2.java.
For example,
private List<String> vpcIds; private List<String> topics; private List<String> subTopics;

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions