Uses of Class
dev.getelements.elements.sdk.model.match.Match
Packages that use Match
Package
Description
-
Uses of Match in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return MatchModifier and TypeMethodDescriptionMongoDBMapper.toMatch(MongoMatch source) MongoDBMapperImpl.toMatch(MongoMatch source) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type MatchModifier and TypeMethodDescriptionMongoDBMapper.toMongoMatch(Match source) MongoDBMapperImpl.toMongoMatch(Match source) -
Uses of Match in dev.getelements.elements.dao.mongo.match
Methods in dev.getelements.elements.dao.mongo.match that return MatchModifier and TypeMethodDescriptionMongoMatchDao.createMatch(Match match) MongoMatchDao.getMatchForPlayer(String playerId, String matchId) Methods in dev.getelements.elements.dao.mongo.match that return types with arguments of type MatchModifier and TypeMethodDescriptionMongoMatchDao.getMatchesForPlayer(String playerId, int offset, int count) MongoMatchDao.getMatchesForPlayer(String playerId, int offset, int count, String queryString) Methods in dev.getelements.elements.dao.mongo.match with parameters of type MatchModifier and TypeMethodDescriptionMongoFIFOMatchmaker.attemptToFindOpponent(Match match, int maxCandidatesToConsider, BiFunction<Match, Match, String> finalizer) MongoMatchDao.createMatch(Match match) voidMethod parameters in dev.getelements.elements.dao.mongo.match with type arguments of type MatchModifier and TypeMethodDescriptionMongoFIFOMatchmaker.attemptToFindOpponent(Match match, int maxCandidatesToConsider, BiFunction<Match, Match, String> finalizer) MongoFIFOMatchmaker.attemptToFindOpponent(Match match, int maxCandidatesToConsider, BiFunction<Match, Match, String> finalizer) MongoMatchUtils.attemptToPairCandidates(MongoMatch playerMatch, MongoMatch opponentMatch, BiFunction<Match, Match, String> finalizer) Attempts to pair the two matches in the database.MongoMatchUtils.attemptToPairCandidates(MongoMatch playerMatch, MongoMatch opponentMatch, BiFunction<Match, Match, String> finalizer) Attempts to pair the two matches in the database.MongoMatchUtils.attemptToPairCandidates(MongoMatch playerMatch, List<MongoMatch> candidatesList, BiFunction<Match, Match, String> finalizer) MongoMatchUtils.attemptToPairCandidates(MongoMatch playerMatch, List<MongoMatch> candidatesList, BiFunction<Match, Match, String> finalizer) -
Uses of Match in dev.getelements.elements.rest.matchmaking
Methods in dev.getelements.elements.rest.matchmaking that return MatchMethods in dev.getelements.elements.rest.matchmaking that return types with arguments of type MatchMethods in dev.getelements.elements.rest.matchmaking with parameters of type Match -
Uses of Match in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return MatchModifier and TypeMethodDescriptionMatchDao.createMatch(Match match) Crates an instance ofMatchin the database.MatchDao.getMatchForPlayer(String playerId, String matchId) Fetches aMatchwith the given profile ID, and match ID.Matchmaker.SuccessfulMatchTuple.getOpponentMatch()The opponentMatch.Matchmaker.SuccessfulMatchTuple.getPlayerMatch()The opponentMatch.Methods in dev.getelements.elements.sdk.dao that return types with arguments of type MatchModifier and TypeMethodDescriptionMatchDao.getMatchesForPlayer(String playerId, int offset, int count) Fetches allMatchinstances with the given profile ID, and match ID.MatchDao.getMatchesForPlayer(String playerId, int offset, int count, String search) Fetches allMatchinstances with the given profile ID, and match ID.Methods in dev.getelements.elements.sdk.dao with parameters of type MatchModifier and TypeMethodDescriptionMatchmaker.attemptToFindOpponent(Match match, int maxCandidatesToConsider, BiFunction<Match, Match, String> finalizer) Attempts to find an opponent for the suppliedMatchinstance.default Matchmaker.SuccessfulMatchTupleMatchmaker.attemptToFindOpponent(Match match, BiFunction<Match, Match, String> finalizer) MatchDao.createMatch(Match match) Crates an instance ofMatchin the database.Method parameters in dev.getelements.elements.sdk.dao with type arguments of type MatchModifier and TypeMethodDescriptionMatchmaker.attemptToFindOpponent(Match match, int maxCandidatesToConsider, BiFunction<Match, Match, String> finalizer) Attempts to find an opponent for the suppliedMatchinstance.Matchmaker.attemptToFindOpponent(Match match, int maxCandidatesToConsider, BiFunction<Match, Match, String> finalizer) Attempts to find an opponent for the suppliedMatchinstance.default Matchmaker.SuccessfulMatchTupleMatchmaker.attemptToFindOpponent(Match match, BiFunction<Match, Match, String> finalizer) default Matchmaker.SuccessfulMatchTupleMatchmaker.attemptToFindOpponent(Match match, BiFunction<Match, Match, String> finalizer) -
Uses of Match in dev.getelements.elements.sdk.service.match
Methods in dev.getelements.elements.sdk.service.match that return MatchModifier and TypeMethodDescriptionMatchServiceUtils.attempt(Matchmaker matchmaker, Match match, MatchmakingApplicationConfiguration configuration) Attempts to create a pairing between two players, using the suppliedMatchmakerMatchService.createMatch(Match match) Creates aMatch.Gets theMatchwith the specified id.MatchServiceUtils.redactOpponentUser(Match match) Redacts any private information for the opponent user so an opponent may not see the personal details of an opponentUser.Methods in dev.getelements.elements.sdk.service.match that return types with arguments of type MatchModifier and TypeMethodDescriptionMatchService.getMatches(int offset, int count) Gets all matches.MatchService.getMatches(int offset, int count, String search) Gets all matches, specifying search criteria.Methods in dev.getelements.elements.sdk.service.match with parameters of type MatchModifier and TypeMethodDescriptionMatchServiceUtils.attempt(Matchmaker matchmaker, Match match, MatchmakingApplicationConfiguration configuration) Attempts to create a pairing between two players, using the suppliedMatchmakerMatchService.createMatch(Match match) Creates aMatch.MatchServiceUtils.redactOpponentUser(Match match) Redacts any private information for the opponent user so an opponent may not see the personal details of an opponentUser.Method parameters in dev.getelements.elements.sdk.service.match with type arguments of type Match -
Uses of Match in dev.getelements.elements.service.match
Methods in dev.getelements.elements.service.match that return MatchModifier and TypeMethodDescriptionStandardMatchServiceUtils.attempt(Matchmaker matchmaker, Match match, MatchmakingApplicationConfiguration matchmakingApplicationConfiguration) UserMatchService.createMatch(Match match) StandardMatchServiceUtils.redactOpponentUser(Match match) Methods in dev.getelements.elements.service.match that return types with arguments of type MatchModifier and TypeMethodDescriptionUserMatchService.getMatches(int offset, int count) UserMatchService.getMatches(int offset, int count, String search) Methods in dev.getelements.elements.service.match with parameters of type MatchModifier and TypeMethodDescriptionStandardMatchServiceUtils.attempt(Matchmaker matchmaker, Match match, MatchmakingApplicationConfiguration matchmakingApplicationConfiguration) UserMatchService.createMatch(Match match) StandardMatchServiceUtils.redactOpponentUser(Match match) Method parameters in dev.getelements.elements.service.match with type arguments of type Match