Modifier and Type | Method and Description |
---|---|
void |
API.scheduleForGet(UUID uuid,
DBCallableProcessor processor)
Schedule a UserData object to be fetched from the database or cache if
the player is online.
|
Modifier and Type | Method and Description |
---|---|
void |
DataCacheHandler.getUserDataForProcessing(DBCallableProcessor processor,
UUID uuid)
Uses Database or Cache to retrieve the UserData of a matching player.
|
void |
DataCacheHandler.getUserDataForProcessing(DBCallableProcessor processor,
UUID uuid,
boolean cache)
Uses Database or Cache to retrieve the UserData of a matching player.
|
Modifier and Type | Method and Description |
---|---|
void |
DataCacheGetQueue.scheduleForGet(UUID uuid,
DBCallableProcessor... processors)
Schedules UserData objects to be get for the given proecssors.
|
Modifier and Type | Method and Description |
---|---|
void |
Database.giveUserDataToProcessors(UUID uuid,
DBCallableProcessor... processors) |
Modifier and Type | Method and Description |
---|---|
abstract void |
Database.giveUserDataToProcessors(UUID uuid,
Collection<DBCallableProcessor> processors) |
Modifier and Type | Method and Description |
---|---|
void |
SQLDB.giveUserDataToProcessors(UUID uuid,
Collection<DBCallableProcessor> processors) |
Copyright © 2017. All rights reserved.