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) Deprecated.MongoDBMapperImpl.toMatch
(MongoMatch source) Deprecated.Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type MatchModifier and TypeMethodDescriptionMongoDBMapper.toMongoMatch
(Match source) Deprecated.MongoDBMapperImpl.toMongoMatch
(Match source) Deprecated. -
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) void
Method 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 ofMatch
in the database.MatchDao.getMatchForPlayer
(String playerId, String matchId) Fetches aMatch
with 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 allMatch
instances with the given profile ID, and match ID.MatchDao.getMatchesForPlayer
(String playerId, int offset, int count, String search) Fetches allMatch
instances 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 suppliedMatch
instance.default Matchmaker.SuccessfulMatchTuple
Matchmaker.attemptToFindOpponent
(Match match, BiFunction<Match, Match, String> finalizer) MatchDao.createMatch
(Match match) Crates an instance ofMatch
in 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 suppliedMatch
instance.Matchmaker.attemptToFindOpponent
(Match match, int maxCandidatesToConsider, BiFunction<Match, Match, String> finalizer) Attempts to find an opponent for the suppliedMatch
instance.default Matchmaker.SuccessfulMatchTuple
Matchmaker.attemptToFindOpponent
(Match match, BiFunction<Match, Match, String> finalizer) default Matchmaker.SuccessfulMatchTuple
Matchmaker.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 suppliedMatchmaker
MatchService.createMatch
(Match match) Creates aMatch
.Gets theMatch
with 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 suppliedMatchmaker
MatchService.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