Modifier and Type | Method and Description |
---|---|
SessionData |
UserData.getCurrentSession()
Gets the current session.
|
Modifier and Type | Method and Description |
---|---|
List<SessionData> |
RawAnalysisData.getSessiondata() |
List<SessionData> |
UserData.getSessions()
Get the sessions of a player.
|
Modifier and Type | Method and Description |
---|---|
void |
UserData.addSession(SessionData session)
Adds a new SessionData to the sessions list.
|
void |
UserData.setCurrentSession(SessionData session)
Sets the current session.
|
Modifier and Type | Method and Description |
---|---|
void |
UserData.addSessions(Collection<SessionData> sessions)
Adds SessionData objects to the sessions list.
|
Modifier and Type | Method and Description |
---|---|
SessionData |
SessionCache.getSession(UUID uuid)
Used to get the SessionData of the player in the sessionCache.
|
Modifier and Type | Method and Description |
---|---|
Map<UUID,SessionData> |
SessionCache.getActiveSessions()
Used to get the Map of active sessions.
|
Constructor and Description |
---|
LogoutInfo(UUID uuid,
long time,
boolean banned,
org.bukkit.GameMode gm,
SessionData sData)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
SQLDB.saveSessionList(int userId,
List<SessionData> sessions)
Deprecated.
Use sessionsTable instead.
|
Modifier and Type | Method and Description |
---|---|
List<SessionData> |
SessionsTable.getSessionData(int userId) |
Modifier and Type | Method and Description |
---|---|
void |
SessionsTable.saveSessionData(int userId,
List<SessionData> sessions) |
Modifier and Type | Method and Description |
---|---|
static List<List<Long>> |
PlayerActivityGraphCreator.filterAndTransformSessions(List<SessionData> sessionData,
long nowMinusScale) |
static String[] |
PlayerActivityGraphCreator.generateDataArray(List<SessionData> sessionData,
long scale,
int maxPlayers) |
Modifier and Type | Method and Description |
---|---|
static String |
SortableSessionTableCreator.createSortedSessionDataTable10(List<SessionData> sessionData) |
Modifier and Type | Method and Description |
---|---|
static List<Long> |
AnalysisUtils.transformSessionDataToLengths(Collection<SessionData> data) |
Modifier and Type | Method and Description |
---|---|
int |
SessionDataComparator.compare(SessionData s1,
SessionData s2) |
Modifier and Type | Method and Description |
---|---|
static List<SessionData> |
PlayerActivityGraphCreatorTest.createRandomSessionDataList() |
Copyright © 2017. All rights reserved.