def nearest(tagSetList: Seq[TagSet], maxStaleness: Duration): TaggableReadPreference Gets a read preference that forces reads to the primary or a secondary with one of the given sets of tags.
def nearest(tagSetList: Seq[TagSet]): TaggableReadPreference Gets a read preference that forces reads to the primary or a secondary with one of the given sets of tags.
def nearest(tagSet: TagSet, maxStaleness: Duration): TaggableReadPreference Gets a read preference that forces reads to the primary or a secondary with the given set of tags.
def nearest(tagSet: TagSet): TaggableReadPreference Gets a read preference that forces reads to the primary or a secondary with the given set of tags.
def nearest(maxStaleness: Duration): ReadPreference Gets a read preference that forces reads to a primary or a secondary.
def nearest(): ReadPreference Gets a read preference that forces reads to a primary or a secondary.
def primary(): ReadPreference Gets a read preference that forces read to the primary.
def primaryPreferred(tagSetList: Seq[TagSet], maxStaleness: Duration): TaggableReadPreference Gets a read preference that forces reads to the primary if available, otherwise to a secondary with one of the given sets of tags.
def primaryPreferred(tagSetList: Seq[TagSet]): TaggableReadPreference Gets a read preference that forces reads to the primary if available, otherwise to a secondary with one of the given sets of tags.
def primaryPreferred(tagSet: TagSet, maxStaleness: Duration): TaggableReadPreference Gets a read preference that forces reads to the primary if available, otherwise to a secondary with the given set of tags.
def primaryPreferred(tagSet: TagSet): TaggableReadPreference Gets a read preference that forces reads to the primary if available, otherwise to a secondary with the given set of tags.
def primaryPreferred(maxStaleness: Duration): ReadPreference Gets a read preference that forces reads to the primary if available, otherwise to a secondary.
def primaryPreferred(): ReadPreference Gets a read preference that forces reads to the primary if available, otherwise to a secondary.
def secondary(tagSetList: Seq[TagSet], maxStaleness: Duration): TaggableReadPreference Gets a read preference that forces reads to a secondary with one of the given sets of tags.
def secondary(tagSetList: Seq[TagSet]): TaggableReadPreference Gets a read preference that forces reads to a secondary with one of the given sets of tags.
def secondary(tagSet: TagSet, maxStaleness: Duration): TaggableReadPreference Gets a read preference that forces reads to a secondary with the given set of tags.
def secondary(tagSet: TagSet): TaggableReadPreference Gets a read preference that forces reads to a secondary with the given set of tags.
def secondary(maxStaleness: Duration): ReadPreference Gets a read preference that forces reads to a secondary.
def secondary(): ReadPreference Gets a read preference that forces reads to a secondary.
def secondaryPreferred(tagSetList: Seq[TagSet], maxStaleness: Duration): TaggableReadPreference Gets a read preference that forces reads to a secondary with one of the given sets of tags.
def secondaryPreferred(tagSetList: Seq[TagSet]): TaggableReadPreference Gets a read preference that forces reads to a secondary with one of the given sets of tags.
def secondaryPreferred(tagSet: TagSet, maxStaleness: Duration): TaggableReadPreference Gets a read preference that forces reads to a secondary with the given set of tags, or the primary is none are available.
def secondaryPreferred(tagSet: TagSet): TaggableReadPreference Gets a read preference that forces reads to a secondary with the given set of tags, or the primary is none are available.
def secondaryPreferred(maxStaleness: Duration): ReadPreference Gets a read preference that forces reads to a secondary if one is available, otherwise to the primary.
def secondaryPreferred(): ReadPreference Gets a read preference that forces reads to a secondary if one is available, otherwise to the primary.
def valueOf(name: String, tagSetList: Seq[TagSet], maxStaleness: Duration): TaggableReadPreference Creates a taggable read preference from the given read preference name and list of tag sets.
def valueOf(name: String, tagSetList: Seq[TagSet]): TaggableReadPreference Creates a taggable read preference from the given read preference name and list of tag sets.
def valueOf(name: String): ReadPreference Creates a read preference from the given read preference name.