Package zombie.network
Class MPStatistic
java.lang.Object
zombie.network.MPStatistic
public class MPStatistic
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
MPStatistic.MainThreadStatistic
class
MPStatistic.ProbeStatistic
class
MPStatistic.SaveTasksStatistic
class
MPStatistic.ServerCellStatistic
class
MPStatistic.TasksStatistic
class
MPStatistic.ThreadStatistic
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MPStatistic()
-
Method Summary
Modifier and Type Method Description void
addIncomePacket(short short1, int int1)
void
addOutcomePacket(short short1, int int1)
void
count1(long long1)
void
count2(long long1)
void
count3(long long1)
static MPStatistic
getInstance()
static java.lang.String
getStatisticDir()
void
getStatisticTable(java.nio.ByteBuffer byteBuffer)
KahluaTable
getStatisticTableForLua()
void
IncrementLoadCellFromDisk()
void
IncrementSaveCellToDisk()
void
IncrementServerChunkThreadSaveNow()
void
process(long long1)
void
setPacketsLength(long long1)
void
setPeriod(int int1)
void
setStatisticTable(java.nio.ByteBuffer byteBuffer)
void
teleport()
void
write(ByteBufferWriter byteBufferWriter)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
LoaderThreadTasks
-
RecalcThreadTasks
-
SaveTasks
-
ServerMapToLoad
-
ServerMapLoadedCells
-
ServerMapLoaded2
-
Main
-
ServerLOS
-
LoaderThread
-
RecalcAllThread
-
SaveThread
-
PolyPathThread
-
WorldReuser
-
PlayerDownloadServer
-
MapCollisionThread
-
ChunkChecksum
-
Bullet
-
AnimationPlayerUpdate
-
ServerMapPreupdate
-
ServerMapPostupdate
-
IngameStateUpdate
-
clientStatisticEnable
public static boolean clientStatisticEnable
-
-
Constructor Details
-
MPStatistic
public MPStatistic()
-
-
Method Details
-
getInstance
-
IncrementServerChunkThreadSaveNow
public void IncrementServerChunkThreadSaveNow() -
teleport
public void teleport() -
count1
public void count1(long long1) -
count2
public void count2(long long1) -
count3
public void count3(long long1) -
write
-
setPacketsLength
public void setPacketsLength(long long1) -
addIncomePacket
public void addIncomePacket(short short1, int int1) -
addOutcomePacket
public void addOutcomePacket(short short1, int int1) -
IncrementLoadCellFromDisk
public void IncrementLoadCellFromDisk() -
IncrementSaveCellToDisk
public void IncrementSaveCellToDisk() -
process
public void process(long long1) -
getStatisticDir
public static java.lang.String getStatisticDir() -
getStatisticTable
public void getStatisticTable(java.nio.ByteBuffer byteBuffer) throws java.io.IOException- Throws:
java.io.IOException
-
setStatisticTable
public void setStatisticTable(java.nio.ByteBuffer byteBuffer) throws java.io.IOException- Throws:
java.io.IOException
-
getStatisticTableForLua
-
setPeriod
public void setPeriod(int int1)
-