We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b5301 commit adc985eCopy full SHA for adc985e
src/main/com/mongodb/ReadPreference.java
@@ -58,11 +58,13 @@ public String toString(){
58
59
public static ReadPreference SECONDARY = new SecondaryReadPreference();
60
61
+ /*
62
public static ReadPreference withTags(Map<String, String> tags) {
63
return new TaggedReadPreference( tags );
64
}
65
66
public static ReadPreference withTags( final DBObject tags ) {
67
68
69
+ */
70
0 commit comments