Skip to content

Commit

Permalink
Adding ability to set static seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
zmarois committed Mar 22, 2018
1 parent e13ab98 commit b64dd32
Show file tree
Hide file tree
Showing 5 changed files with 1,165 additions and 1,132 deletions.
5 changes: 5 additions & 0 deletions priam/src/main/java/com/netflix/priam/IConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,11 @@ public interface IConfiguration {
*/
public String getSeedProviderName();

/**
* @return Get a static list of seeds to provide
*/
public List<String> getSeeds();

/**
* @return Get Memtable throughput settings
*/
Expand Down
Loading

0 comments on commit b64dd32

Please sign in to comment.